digitaleagenturnc/users/static/users/css/custom.css

56 lines
1.1 KiB
CSS

html {
font-family: 'Roboto' !important;
}
html h6 {
font-family: 'Roboto' !important;
font-size: 1.0em;
}
html h5 {
font-family: 'Roboto' !important;
font-size: 1.1em;
}
html h4 {
font-family: 'Roboto' !important;
font-size: 1.3em;
}
html h3 {
font-family: 'Roboto' !important;
font-size: 1.5em;
}
html h2 {
font-family: 'Roboto' !important;
font-size: 1.7em;
}
html h1 {
font-family: 'Roboto' !important;
font-size: 2em;
}
.sidenav {
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 160px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #111; /* Black */
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.contentagainstnav{
margin-left: 220px;
}
body{
background-color: #f8f9fc;
}