Remove link underlines in some places
This commit is contained in:
parent
af01ab2950
commit
da7e30f459
|
@ -35,6 +35,7 @@
|
||||||
&__action {
|
&__action {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: map.get($spacers, 1);
|
padding-right: map.get($spacers, 1);
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
& i {
|
& i {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin: map.get($spacers, 3) 0;
|
margin: map.get($spacers, 3) 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
|
|
Loading…
Reference in New Issue