Add default profile details styles

This commit is contained in:
Brian Miyaji
2016-12-12 18:36:36 +11:00
parent 85819a84f8
commit e252db9425

View File

@@ -6,9 +6,14 @@
}
.sp-template {
overflow: hidden !important;
margin-bottom: 20px !important;
}
.sp-data-table {
margin: 0 !important;
}
.sp-template *,
.sp-data-table * {
text-transform: none !important;
@@ -299,6 +304,37 @@
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 */
.sp-tab-menu {