delete button ok
This commit is contained in:
@ -105,6 +105,26 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
sib-delete {
|
||||
|
||||
button {
|
||||
@include icon('close');
|
||||
background-color: $color-233-18-29;
|
||||
border: none;
|
||||
border-radius: 100em;
|
||||
color: $color-0-0-100;
|
||||
cursor: pointer;
|
||||
font-size: 1.4rem;
|
||||
font-weight: bold;
|
||||
padding: 0.55rem 2.5rem;
|
||||
text-transform: uppercase;
|
||||
|
||||
&::before {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
%padding-main {
|
||||
padding: 5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user