pull/487/head
Dustin Falgout 2016-06-12 14:22:38 -05:00
parent 946ce3ce90
commit 1d941a1597
1 changed files with 2 additions and 2 deletions

View File

@ -192,11 +192,11 @@
background-color: mix($bg_color, $base_color, .6);
}
&:not(:first-child:only-child){
&:not(:first-child):not(:only-child){
box-shadow: -1px 0 1px 0 rgba(0,0,0,0.1);
}
&:not(:last-child:only-child) {
&:not(:last-child):not(:only-child) {
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.1);
}
}