more css
This commit is contained in:
@@ -684,19 +684,28 @@ data:
|
||||
WIDGET TITLES
|
||||
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
|
||||
========================================================================= */
|
||||
.widget-header,
|
||||
.widget-title {
|
||||
color: #5ac8d8 !important; /* CYAN - widget headers */
|
||||
font-weight: 600 !important;
|
||||
/* The header container */
|
||||
.widget-header {
|
||||
display: flex !important;
|
||||
align-items: center !important; /* Vertical centering */
|
||||
min-height: 2em !important; /* Ensure consistent height */
|
||||
align-items: center !important;
|
||||
justify-content: flex-start !important;
|
||||
min-height: 2.5em !important;
|
||||
padding: 0.6em 0 !important;
|
||||
}
|
||||
|
||||
.widget-header *,
|
||||
.widget-title * {
|
||||
color: #5ac8d8 !important; /* CYAN - widget headers */
|
||||
/* The h2 title text inside */
|
||||
.widget-header h2,
|
||||
.widget-header .uppercase,
|
||||
h2.uppercase {
|
||||
color: #5ac8d8 !important;
|
||||
font-weight: 600 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
line-height: 1.2 !important;
|
||||
}
|
||||
|
||||
.widget-content:not(.widget-content-frameless) {
|
||||
border-top: 1px solid rgba(90, 200, 216, 0.2) !important;
|
||||
}
|
||||
|
||||
/* =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user