mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 14:02:40 +00:00
30 lines
520 B
Plaintext
30 lines
520 B
Plaintext
@keyframes glideDown {
|
|
0% {transform : translate(-50% + 3px, 0px);
|
|
opacity : 0;}
|
|
100% {transform : translate(-50% + 3px, 10px);
|
|
opacity : 1;}
|
|
}
|
|
.editPage{
|
|
.navItem.save{
|
|
width : 106px;
|
|
text-align : center;
|
|
position : relative;
|
|
&.saved{
|
|
cursor : initial;
|
|
color : #666;
|
|
}
|
|
}
|
|
.googleDriveStorage {
|
|
position : relative;
|
|
}
|
|
.googleDriveStorage img{
|
|
height : 18px;
|
|
padding : 0px;
|
|
margin : -5px;
|
|
|
|
&.inactive {
|
|
filter: grayscale(1);
|
|
}
|
|
}
|
|
}
|