feature: circle-edit

This commit is contained in:
gaelle morin
2020-12-08 15:49:44 +01:00
parent 26ce78bd3a
commit afda5f96f9
4 changed files with 34 additions and 14 deletions

View File

@ -1,4 +1,4 @@
input[type='submit'] {
:not(.add-member) + input[type='submit'] {
@extend .button,
.text-xsmall,
.text-bold,

View File

@ -8,6 +8,7 @@ textarea {
padding: 12px 14px;
margin-top: 6px;
line-height: 1;
height: 46px;
width: 100%;
box-sizing: border-box;
-webkit-tap-highlight-color: var(--color-secondary);

View File

@ -44,6 +44,25 @@ hubl-status {
}
}
.add-member {
display: block;
width: 50%;
padding-right: 15px;
position: relative;
float: left;
}
.add-member + input[type='submit'] {
@extend .button,
.text-xsmall,
.text-bold,
.text-uppercase,
.color-secondary,
.bordered;
margin-top: 14px;
white-space: normal;
}
solid-form-date {
input[type="date"] {
background-image: url("/images/calendar.svg");