update: some CSS added
This commit is contained in:
parent
546ce765f5
commit
896bd2dc6c
@ -22,4 +22,5 @@ div#viewport {
|
||||
@import 'layout/circle/index';
|
||||
@import 'layout/user/index';
|
||||
@import 'layout/events/index';
|
||||
@import 'layout/dashboard/index';
|
||||
}
|
@ -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;
|
||||
}
|
1
src/styles/layout/dashboard/_index.scss
Normal file
1
src/styles/layout/dashboard/_index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import 'dashboard.scss';
|
3
src/styles/layout/dashboard/dashboard.scss
Normal file
3
src/styles/layout/dashboard/dashboard.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.dashboard>div {
|
||||
margin: 0 2px;
|
||||
}
|
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user