Some notes and file clean up. JJSV Templates

This commit is contained in:
Norm Rasmussen
2023-02-06 15:07:51 -05:00
parent b9a39a8164
commit 3ab8bc6ff4
62 changed files with 880 additions and 163 deletions

View File

@ -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;