final? css
This commit is contained in:
@@ -689,8 +689,9 @@ data:
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
min-height: 2.5em !important;
|
min-height: 2.2em !important;
|
||||||
padding: 0.6em 0 !important;
|
padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */
|
||||||
|
box-sizing: border-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The h2 title text inside */
|
/* The h2 title text inside */
|
||||||
@@ -701,11 +702,22 @@ data:
|
|||||||
font-weight: 600 !important;
|
font-weight: 600 !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
line-height: 1.2 !important;
|
line-height: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-content:not(.widget-content-frameless) {
|
/* =========================================================================
|
||||||
border-top: 1px solid rgba(90, 200, 216, 0.2) !important;
|
REMOVE BORDER between header and content
|
||||||
|
========================================================================= */
|
||||||
|
.widget-content,
|
||||||
|
.widget-content:not(.widget-content-frameless),
|
||||||
|
.widget-content-frame,
|
||||||
|
.widget-content:first-of-type,
|
||||||
|
.widget > .widget-content {
|
||||||
|
border: none !important;
|
||||||
|
border-top: none !important;
|
||||||
|
border-top-width: 0 !important;
|
||||||
|
border-top-style: none !important;
|
||||||
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =========================================================================
|
/* =========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user