parent
eb4f74b918
commit
4daf56f6da
|
|
@ -42,6 +42,7 @@ export default {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
fill: $color-charcoal-dark;
|
fill: $color-charcoal-dark;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,10 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
& > :first-child {
|
@include desktop {
|
||||||
margin-left: $large-spacing;
|
& > :first-child {
|
||||||
|
margin-left: $large-spacing;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > :nth-child(2) {
|
& > :nth-child(2) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue