update: some CSS added

This commit is contained in:
gaelle morin 2020-04-15 15:52:30 +02:00
parent 546ce765f5
commit 896bd2dc6c
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
5 changed files with 6 additions and 33 deletions

View File

@ -22,4 +22,5 @@ div#viewport {
@import 'layout/circle/index';
@import 'layout/user/index';
@import 'layout/events/index';
@import 'layout/dashboard/index';
}

View File

@ -6,36 +6,4 @@
.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;
}

View File

@ -0,0 +1 @@
@import 'dashboard.scss';

View File

@ -0,0 +1,3 @@
.dashboard>div {
margin: 0 2px;
}

View File

@ -46,7 +46,7 @@
sib-widget(name='admin-circle-leave-button')
template
sib-delete(
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close patate'
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
data-src="${src}"
data-label='Leave circle'
)