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