new directory

This commit is contained in:
Norm Rasmussen
2022-02-23 13:18:41 -05:00
commit 26beb4c7f2
312 changed files with 20068 additions and 0 deletions

View File

@ -0,0 +1,20 @@
@font-face {
font-family: 'Open Sans', sans-serif !important;
src: url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
}
body, html, div {
font-family: 'Open Sans', sans-serif !important;
}
.np-main.np-dashboard.np-subpage-container {
padding-top: 20px !important;
}
.np-sub-navigation {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.np-sub-navigation-content-item-bar {
display: none !important;
}
.np-header-desktop-nav-link.np-header-font-color{
color: #215eb8;
}