Remove link underlines in some places

This commit is contained in:
Andreas Nedbal 2023-01-04 16:43:43 +01:00 committed by Andreas Nedbal
parent af01ab2950
commit da7e30f459
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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 {