Add default profile details styles
This commit is contained in:
@@ -6,9 +6,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sp-template {
|
.sp-template {
|
||||||
|
overflow: hidden !important;
|
||||||
margin-bottom: 20px !important;
|
margin-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-data-table {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-template *,
|
.sp-template *,
|
||||||
.sp-data-table * {
|
.sp-data-table * {
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
@@ -299,6 +304,37 @@
|
|||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Profiles */
|
||||||
|
|
||||||
|
.sp-template-details dl {
|
||||||
|
margin: 0 0 20px !important;
|
||||||
|
padding: 15px !important;
|
||||||
|
border: 1px solid #e5e5e5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sp-template-details dt,
|
||||||
|
.sp-template-details dd {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sp-template-details dt {
|
||||||
|
font-size: 12px !important;
|
||||||
|
font-weight: 500 !important;
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sp-template-details dd {
|
||||||
|
font-size: 16px !important;
|
||||||
|
font-weight: 400 !important;
|
||||||
|
color: #333 !important;
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sp-template-details dd:last-child {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
|
|
||||||
.sp-tab-menu {
|
.sp-tab-menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user