update status image popup
This commit is contained in:
parent
eda72b785c
commit
7a6bb1cdd9
|
@ -2,18 +2,18 @@
|
|||
display: inline-block
|
||||
width: 100%
|
||||
padding: .4em .4em
|
||||
border: 1px solid #eeedec
|
||||
border: 1px solid #dbdcdc
|
||||
border-radius: 2px
|
||||
color: $asphalt-grey
|
||||
font-size: 14px
|
||||
font-family: $font-family-sans-serif
|
||||
background: white
|
||||
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="number"],
|
||||
input[type="password"]
|
||||
input[type="password"],
|
||||
select
|
||||
@extend %input-base
|
||||
height: 32px
|
||||
|
||||
|
@ -56,7 +56,7 @@ textarea
|
|||
.label
|
||||
font-size: $font-size-s
|
||||
width: 7rem;
|
||||
line-height: 1.2;
|
||||
line-height: 1.2
|
||||
|
||||
@media #{$medium-up}
|
||||
.form-elem
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a href="#" class="close" {{action "close"}}></a>
|
||||
<h3 class="small-title">Status Image</h3>
|
||||
<h3 class="small-title popup-title">Status Image</h3>
|
||||
<div class="form-pair">
|
||||
<label class="form-label">Branch</label>
|
||||
{{#if branches.isLoaded}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user