0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

Tweak dismiss button styling

This commit is contained in:
G.Ambatte
2024-06-04 17:27:45 +12:00
parent f3b01bc75c
commit 1111d8275c

View File

@@ -27,14 +27,15 @@
opacity : 0.8;
font-size : 2.5em;
}
.dismiss{
button.dismiss{
position : absolute;
top : 10px;
right : 10px;
cursor : pointer;
opacity : 0.6;
background-color: transparent;
&:hover{
opacity : 1;
background-color: #333;
}
}
.header {