update: wip on the 'Leave button'

This commit is contained in:
gaelle morin
2020-04-13 10:41:04 +02:00
parent 43d17d7b1c
commit 55c8b2019c
3 changed files with 64 additions and 32 deletions

View File

@ -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;
}