20 lines
545 B
Plaintext
20 lines
545 B
Plaintext
@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;
|
|
} |