Some notes and file clean up. JJSV Templates
This commit is contained in:
@ -65,6 +65,12 @@ body {
|
||||
font-family: "PlusJakartaSans", sans-serif;
|
||||
}
|
||||
|
||||
.np-card-ribbon {
|
||||
background-color:#009999;
|
||||
padding: 2px 6px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.content-disclaimer.np-subpage-container {
|
||||
padding-top:16px;
|
||||
padding-bottom:0;
|
||||
@ -78,7 +84,8 @@ body {
|
||||
}
|
||||
|
||||
/* Alerts */
|
||||
.np-alert.np-alert-success {
|
||||
.np-alert.np-alert-success,
|
||||
.np-alert.np-alert-error {
|
||||
background: #009999;
|
||||
color: #fff;
|
||||
}
|
||||
@ -134,18 +141,6 @@ body {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/*.choices__list--dropdown .choices__item {
|
||||
color: #002532;
|
||||
}
|
||||
.dropdown [type="checkbox"]:checked + label:before {
|
||||
background-color: #298e4e;
|
||||
}
|
||||
|
||||
.dropdown-button-apply {
|
||||
background: #cc0033 !important;
|
||||
color: #fff;
|
||||
}*/
|
||||
|
||||
.np-learning-paths-resources-container {
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user