presets moved to header

This commit is contained in:
Szekeres Bálint
2018-12-30 15:22:38 +01:00
parent d4c6d6b3f5
commit 00893b2aad
4 changed files with 42 additions and 41 deletions

View File

@@ -10,4 +10,34 @@ header {
height: 3rem;
margin: 0.5rem 0 0.3rem;
}
.presets {
margin-bottom: 0.3rem;
line-height: 1.8rem;
.btn-outline-light {
border-color: #999;
&: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;
}
}
}
}
}