wip
This commit is contained in:
parent
a7faff9b88
commit
397e0a4dc3
@ -34,7 +34,7 @@
|
||||
label-owner='owner'
|
||||
|
||||
class-name='form-label is-light is-half-width'
|
||||
class-owner='form-label is-light is-half-width member-select'
|
||||
class-owner='form-label is-light is-half-width member-select color'
|
||||
class-description='form-label is-light is-full-width'
|
||||
|
||||
widget-owner='sib-form-auto-completion'
|
||||
@ -43,12 +43,6 @@
|
||||
submit-button='Register'
|
||||
)
|
||||
|
||||
sib-delete(
|
||||
bind-resources
|
||||
data-label='Delete circle'
|
||||
resourceDeleted=''
|
||||
)
|
||||
|
||||
h2 List of members
|
||||
|
||||
div.table-header
|
||||
|
@ -120,6 +120,7 @@ sib-delete {
|
||||
text-transform: uppercase;
|
||||
|
||||
&::before {
|
||||
font-size: 1.6rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
@ -8,16 +8,16 @@ h2 {
|
||||
background: $color-228-25-79;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 600;
|
||||
justify-content: space-around;
|
||||
text-align: center;
|
||||
|
||||
>*{
|
||||
flex: 1;
|
||||
width: 50%;
|
||||
padding: 1rem;
|
||||
border-right: 1px solid $color-228-25-79;
|
||||
flex: 1;
|
||||
padding: 1rem;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
>*:first-of-type {
|
||||
@ -30,9 +30,9 @@ h2 {
|
||||
justify-content: space-between;
|
||||
|
||||
>* {
|
||||
border-bottom: 1px solid $color-228-25-79;
|
||||
flex: 1;
|
||||
width: 50%;
|
||||
border-bottom: 1px solid $color-228-25-79;
|
||||
}
|
||||
|
||||
>*:nth-child(odd) {
|
||||
@ -45,10 +45,16 @@ h2 {
|
||||
display: flex;
|
||||
border-right: 1px solid $color-228-25-79;
|
||||
justify-content: flex-end;
|
||||
padding: 2.5rem 2.2rem;
|
||||
padding: 2.7rem 2.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.member-select.color {
|
||||
|
||||
.ss-main {
|
||||
color: $color-233-18-29;
|
||||
}
|
||||
}
|
||||
|
||||
sib-multiple[widget='team-template'] {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user