You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.remove-action {
|
|
height: 100%;
|
|
}
|
|
|
|
.remove-action * {
|
|
stroke: red;
|
|
fill: white;
|
|
}
|
|
|
|
.remove-action:hover * {
|
|
fill: #f1dbdb;
|
|
stroke: #ff331a;
|
|
cursor: pointer;
|
|
}
|