fix typo
parent
946ce3ce90
commit
1d941a1597
|
@ -192,11 +192,11 @@
|
||||||
background-color: mix($bg_color, $base_color, .6);
|
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);
|
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);
|
box-shadow: 1px 0 1px 0 rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue