update status image popup

This commit is contained in:
Lisa P 2016-02-09 12:21:55 +01:00
parent eda72b785c
commit 7a6bb1cdd9
2 changed files with 5 additions and 5 deletions

View File

@ -2,18 +2,18 @@
display: inline-block display: inline-block
width: 100% width: 100%
padding: .4em .4em padding: .4em .4em
border: 1px solid #eeedec border: 1px solid #dbdcdc
border-radius: 2px border-radius: 2px
color: $asphalt-grey color: $asphalt-grey
font-size: 14px font-size: 14px
font-family: $font-family-sans-serif font-family: $font-family-sans-serif
background: white background: white
input[type="text"], input[type="text"],
input[type="email"], input[type="email"],
input[type="number"], input[type="number"],
input[type="password"] input[type="password"],
select
@extend %input-base @extend %input-base
height: 32px height: 32px
@ -56,7 +56,7 @@ textarea
.label .label
font-size: $font-size-s font-size: $font-size-s
width: 7rem; width: 7rem;
line-height: 1.2; line-height: 1.2
@media #{$medium-up} @media #{$medium-up}
.form-elem .form-elem

View File

@ -1,5 +1,5 @@
<a href="#" class="close" {{action "close"}}></a> <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"> <div class="form-pair">
<label class="form-label">Branch</label> <label class="form-label">Branch</label>
{{#if branches.isLoaded}} {{#if branches.isLoaded}}