Change border width with variable for number cards

This commit is contained in:
Konstantinos Triantafyllou 2022-11-08 15:08:51 +02:00
parent 06e1889730
commit 75433ae50a
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ noscript, ol, section, table, tfoot, ul, video;
/** Indicator Numbers card */
.uk-card {
&.number-card {
border-bottom: 6px solid transparent;
border-bottom: @general-number-card-border-width solid transparent;
position: relative;
&::before {