lbry.tech/sass/partials/_egress.scss
ポール ウェッブ eb51fa1514 Possibly closes #105
2018-07-18 17:13:22 -04:00

15 lines
231 B
SCSS

.egress {
bottom: 10rem; right: 1rem;
background-color: $white;
border: 1px solid $gray;
font-size: 1rem;
padding: 1rem;
position: fixed;
transition: opacity 0.2s;
z-index: 12;
&:hover {
opacity: 0.3;
}
}