diff --git a/src/page-circle-edit.pug b/src/page-circle-edit.pug index 37cd03f..73a9f43 100644 --- a/src/page-circle-edit.pug +++ b/src/page-circle-edit.pug @@ -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' @@ -42,12 +42,6 @@ submit-button='Register' ) - - sib-delete( - bind-resources - data-label='Delete circle' - resourceDeleted='' - ) h2 List of members diff --git a/src/styles/base/main.scss b/src/styles/base/main.scss index 722a63b..d5f835a 100644 --- a/src/styles/base/main.scss +++ b/src/styles/base/main.scss @@ -120,6 +120,7 @@ sib-delete { text-transform: uppercase; &::before { + font-size: 1.6rem; margin-right: 1rem; } } diff --git a/src/styles/layout/circle-profile/circle-edit.scss b/src/styles/layout/circle-profile/circle-edit.scss index fb84e2c..1b182fb 100644 --- a/src/styles/layout/circle-profile/circle-edit.scss +++ b/src/styles/layout/circle-profile/circle-edit.scss @@ -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'] {