update: wip on the 'Leave button'
This commit is contained in:
parent
43d17d7b1c
commit
55c8b2019c
@ -1,7 +1,7 @@
|
||||
script(src="/scripts/index.js")
|
||||
|
||||
//- Scripts - use add `"libLocal" = true` on config.json to use your local `lib` folder
|
||||
if libLocal
|
||||
//-if libLocal
|
||||
script(type="module" src="/lib/sib-oidc/index.js")
|
||||
script(type="module" src="/lib/sib-router/src/index.js")
|
||||
script(type="module" src="/lib/sib-notifications/index.js")
|
||||
@ -20,7 +20,7 @@ if libLocal
|
||||
if endpoints.dashboard || (endpoints.get && endpoints.get.dashboard)
|
||||
>>>>>>> 7e58f36... update: test in dependencies
|
||||
script(type="module" src="/lib/sib-dashboard/sib-dashboard.js")
|
||||
else
|
||||
//-else
|
||||
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
|
||||
script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
|
||||
script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
|
||||
@ -48,7 +48,7 @@ else
|
||||
//- script(src="/scripts/index.js")
|
||||
|
||||
//- Scripts - use add `"libLocal" = true` on config.json to use your local `lib` folder
|
||||
//-
|
||||
|
||||
if libLocal
|
||||
script(type="module" src="/lib/sib-oidc/index.js")
|
||||
script(type="module" src="/lib/sib-router/src/index.js")
|
||||
|
@ -7,3 +7,35 @@
|
||||
@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;
|
||||
}
|
@ -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'
|
||||
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close patate'
|
||||
data-src="${src}"
|
||||
data-label='Leave circle'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user