nginxconfig.io/resources/scss/_header.scss

45 lines
596 B
SCSS
Raw Normal View History

2018-07-01 13:07:38 +00:00
header {
background-color: #000;
2018-07-01 13:13:20 +00:00
padding: 0.5rem 0 0.25rem;
2018-07-01 13:07:38 +00:00
text-align: center;
margin-bottom: 0.5rem;
color: #fff;
font-size: 2.2rem;
.logo {
height: 3rem;
margin: 0.5rem 0 0.3rem;
}
2018-12-30 14:22:38 +00:00
.presets {
margin-bottom: 0.3rem;
line-height: 1.8rem;
.btn-outline-light {
border-color: #999;
&.active,
2018-12-30 14:22:38 +00:00
&:hover {
background-color: #fff;
border-color: #fff;
svg {
path {
fill: #000;
}
}
}
svg {
height: 1.1rem;
vertical-align: text-bottom;
path {
fill: #ddd;
transition: fill 0.15s ease-in-out;
}
}
}
}
2018-07-01 13:07:38 +00:00
}