updated styles

This commit is contained in:
Alex Wolfe 2015-04-23 08:22:43 -07:00
parent 8e0e727f7d
commit f1a0f34cc4
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
font-size: 14px;
border-radius: 4px;
color: $steel;
margin-bottom: $unit * 2;
margin-bottom: $unit * 3;
&.is-critical {
border-color: $cardinal;

View File

@ -1,9 +1,9 @@
.image-display {
border-radius: 4px;
background: $mist;
background: $snow;
padding: $unit * 2;
display: inline-block;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0px 2px rgba(0,0,0,.12);
margin: 0px 0px ($unit * 2) 0px;
img {