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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user