0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

set removeItem icon to transparent background

This commit is contained in:
Gazook89
2022-11-03 23:38:46 -05:00
parent 65beb8d65e
commit ffddc275c1

View File

@@ -121,12 +121,16 @@
position : absolute;
top : 50%;
transform : translateY(-50%);
right : 10px;
right : 0px;
width : 20px;
height : 20px;
height : 100%;
background-color : #333;
box-shadow : 0px 0 5px 8px #2980b9;
opacity : 70%;
// box-shadow : 0px 0 5px 8px #2980b9;
border-radius : 3px;
&:hover {
opacity : 100%;
}
i {
text-align : center;
font-size : 10px;