Files
Gainsight/Custom_Templates/customer_templates/Boxlight_new_templates/styles.css.liquid
2022-11-11 21:54:43 -05:00

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