forked from M-Labs/web2019
shop: fix link text placement
This commit is contained in:
parent
3c12a03a0e
commit
9010bc7cb9
|
@ -144,7 +144,15 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ds {
|
.ds {
|
||||||
|
display: flex;
|
||||||
|
font-size: .8rem;
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 0px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
color: $link-primary-dark;
|
color: $link-primary-dark;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
||||||
|
@ -153,9 +161,6 @@ button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
font-size: .8rem;
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 0px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue