mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 18:50:07 +00:00
16 lines
No EOL
290 B
SCSS
16 lines
No EOL
290 B
SCSS
main-header {
|
|
|
|
.md-button.md-icon-button {
|
|
margin: 0 3px;
|
|
&.is-active {
|
|
//ng-md-icon {
|
|
border: 1px solid #ffffff;
|
|
//}
|
|
}
|
|
}
|
|
|
|
nav .md-button {
|
|
// only use background color to speed up animation
|
|
transition-property: background-color !important;
|
|
}
|
|
} |