mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 19:32:47 +00:00
21 lines
468 B
Plaintext
21 lines
468 B
Plaintext
|
|
.homePage{
|
|
position : relative;
|
|
a.floatingNewButton{
|
|
.animate(background-color);
|
|
position : absolute;
|
|
display : block;
|
|
right : 70px;
|
|
bottom : 70px;
|
|
z-index : 100;
|
|
padding : 1em;
|
|
background-color : @orange;
|
|
font-size : 1.5em;
|
|
color : white;
|
|
text-decoration : none;
|
|
box-shadow : 3px 3px 15px black;
|
|
&:hover{
|
|
background-color : darken(@orange, 20%);
|
|
}
|
|
}
|
|
} |