Fix selector styling
This commit is contained in:
parent
6444325f42
commit
277b4a22e2
@ -14,7 +14,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: $input-height;
|
height: $input-height;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: $input-padding-vertical 0.7em;
|
padding: $input-padding-vertical ($gap*5) $input-padding-vertical 0.7em;
|
||||||
line-height: $input-line-height;
|
line-height: $input-line-height;
|
||||||
color: $color-base;
|
color: $color-base;
|
||||||
font-size: $base-font-size;
|
font-size: $base-font-size;
|
||||||
@ -42,6 +42,9 @@
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
dt {
|
||||||
|
font-weight: $font-bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,23 +3,6 @@
|
|||||||
padding: $gap*2;
|
padding: $gap*2;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
dl {
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
> div {
|
|
||||||
margin-bottom: $gap;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dt {
|
|
||||||
font-weight: normal;
|
|
||||||
color: $color-gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
dd {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.member-card__header {
|
.member-card__header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -35,11 +18,13 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: $gap;
|
margin-top: $gap;
|
||||||
|
fieldset {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
label {
|
legend {
|
||||||
flex: none;
|
flex: none;
|
||||||
margin-top: $gap*1.5;
|
margin-top: $gap*1.5;
|
||||||
font-weight: $font-normal;
|
|
||||||
margin-right: $gap*2;
|
margin-right: $gap*2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -51,5 +36,22 @@
|
|||||||
.icon-link {
|
.icon-link {
|
||||||
margin: 0 -$gap;
|
margin: 0 -$gap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
margin-bottom: $gap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
font-weight: normal;
|
||||||
|
color: $color-gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
<h1 class='member-card__heading'>{{ member.user.full_name }}</h1>
|
<h1 class='member-card__heading'>{{ member.user.full_name }}</h1>
|
||||||
|
|
||||||
<div class="usa-input member-card__input">
|
<div class="usa-input member-card__input">
|
||||||
<label for="filter-status">Workspace Role</label>
|
|
||||||
{{ Selector(form.workspace_role) }}
|
{{ Selector(form.workspace_role) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user