mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 02:42:39 +00:00
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
.newPage {
|
|
.navItem.save {
|
|
background-color : @orange;
|
|
transition:all 0.2s;
|
|
&:hover { background-color : @green; }
|
|
|
|
&.neverSaved {
|
|
translate:-100%;
|
|
opacity: 0;
|
|
background-color :#333;
|
|
cursor:auto;
|
|
}
|
|
}
|
|
}
|
|
|