awesome-wm-widgets/assets/css/style.scss

131 lines
1.6 KiB
SCSS

---
---
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.topnav {
background-color: #222222;
border-top: 3px #3CA2A2 solid;
border-bottom: 1px #080808 solid;
.site-header {
padding: 50px 0;
}
}
#header {
font-size: 3em;
font-weight: bold;
a {
text-decoration: none;
color: #ffffff;
}
}
h1 {
font-size: 2em;
font-weight: bold;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1.12em;
}
h5 {
font-size: .83em;
}
h6 {
font-size: .75em;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
background-color: #393939;
color: white;
}
.sidenav {
background-color: #202020;
color: white;
li > a {
color: #8a9ba1;
}
li > a.subheader {
padding-left: 16px;
}
li {
border-left: 3px solid transparent;
}
li.active {
-moz-transition: border-color .5s ease;
-o-transition: border-color .5s ease;
-webkit-transition: border-color .5s ease;
transition: border-color .5s ease;
border-left: 3px solid teal;
> a {
color: white;
}
}
.sidenav-footer {
li {
line-height: normal;
padding: 4px 32px;
}
}
}
.widget {
transition: all 2s linear;
}
.footer-copyright img {
height: 20px;
}
main {
}
header, main, footer {
padding-left: 300px;
}
@media only screen and (max-width: 992px) {
header, main, footer {
padding-left: 0;
}
}
#particles-js {
height: 193px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.tab.active {
display: block;
}