update: wip on the 'Leave button'
This commit is contained in:
@ -6,4 +6,36 @@
|
||||
.admin-header__title {
|
||||
@extend h3;
|
||||
}
|
||||
}
|
||||
|
||||
#admin-circle-list {
|
||||
|
||||
/* Allow click on the sib-delete instead of only on the button */
|
||||
sib-delete {
|
||||
background: none;
|
||||
border: none;
|
||||
position: relative;
|
||||
background: purple;
|
||||
border: purple;
|
||||
width: 122px;
|
||||
height: 17px;
|
||||
}
|
||||
|
||||
.patate>button {
|
||||
display: inline-block;
|
||||
background: none;
|
||||
border: none;
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
left: 0;
|
||||
color: white;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
sib-delete::before{
|
||||
position: absolute;
|
||||
z-index: 900;
|
||||
left: 1rem;
|
||||
}
|
Reference in New Issue
Block a user