super-productivity/app-src/scripts/main-header/_main-header-d.scss
2018-01-03 13:06:15 +01:00

21 lines
No EOL
351 B
SCSS

main-header {
nav > .md-button {
// only use background color to speed up animation
transition-property: background-color !important;
&.md-icon-button {
margin: 0 3px;
&.is-active {
border: 1px solid #ffffff;
}
}
}
nav {
display: flex;
align-items: center;
justify-content: center;
}
}