mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 19:42:43 +00:00
set removeItem icon to transparent background
This commit is contained in:
@@ -121,12 +121,16 @@
|
|||||||
position : absolute;
|
position : absolute;
|
||||||
top : 50%;
|
top : 50%;
|
||||||
transform : translateY(-50%);
|
transform : translateY(-50%);
|
||||||
right : 10px;
|
right : 0px;
|
||||||
width : 20px;
|
width : 20px;
|
||||||
height : 20px;
|
height : 100%;
|
||||||
background-color : #333;
|
background-color : #333;
|
||||||
box-shadow : 0px 0 5px 8px #2980b9;
|
opacity : 70%;
|
||||||
|
// box-shadow : 0px 0 5px 8px #2980b9;
|
||||||
border-radius : 3px;
|
border-radius : 3px;
|
||||||
|
&:hover {
|
||||||
|
opacity : 100%;
|
||||||
|
}
|
||||||
i {
|
i {
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user