updated styles
This commit is contained in:
parent
8e0e727f7d
commit
f1a0f34cc4
|
@ -7,7 +7,7 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: $steel;
|
color: $steel;
|
||||||
margin-bottom: $unit * 2;
|
margin-bottom: $unit * 3;
|
||||||
|
|
||||||
&.is-critical {
|
&.is-critical {
|
||||||
border-color: $cardinal;
|
border-color: $cardinal;
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.image-display {
|
.image-display {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: $mist;
|
background: $snow;
|
||||||
padding: $unit * 2;
|
padding: $unit * 2;
|
||||||
display: inline-block;
|
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;
|
margin: 0px 0px ($unit * 2) 0px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue