0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 22:48:39 +00:00
Files
Víctor Losada Hernández d0265a9978 shared styles to alias
2026-02-25 18:30:44 +01:00

18 lines
285 B
Plaintext

@import '@sharedStyles/colors.less';
.newPage {
.navItem.save {
background-color : @orange;
transition:all 0.2s;
&:hover { background-color : @green; }
&.neverSaved {
translate:-100%;
opacity: 0;
background-color :#333;
cursor:auto;
}
}
}