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