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

79 lines
1.1 KiB
SCSS
Raw Normal View History

2017-03-12 03:02:54 +01:00
---
---
/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
#index-banner {
background: linear-gradient(
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.4)
),
2017-03-12 21:38:18 +01:00
url({{ '/assets/img/pano.png' | relative_url }}) no-repeat center center;
2017-03-12 03:02:54 +01:00
background-size: cover;
}
2017-03-12 21:38:18 +01:00
nav{
box-shadow: none;
}
#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; }
2017-03-12 03:02:54 +01:00
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
2017-03-12 21:38:18 +01:00
}
.tabs .indicator {
background-color: teal;
}
.tabs .tab {
a.active {
color: teal;
}
a:hover {
color: teal;
}
a{
color: teal;
}
}
.widget{
transition: all 2s linear;
}
.footer-copyright img{
height: 20px;
}