feature: circle-edit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
input[type='submit'] {
|
||||
:not(.add-member) + input[type='submit'] {
|
||||
@extend .button,
|
||||
.text-xsmall,
|
||||
.text-bold,
|
||||
|
@ -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);
|
||||
|
@ -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");
|
||||
|
Reference in New Issue
Block a user