mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
21 lines
No EOL
351 B
SCSS
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;
|
|
}
|
|
} |