Add height in number-card

This commit is contained in:
Konstantinos Triantafyllou 2022-11-08 16:36:33 +02:00
parent 75433ae50a
commit 24779729b6
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
@general-number-card-border-width: 6px; @general-number-card-border-width: 6px;
@general-number-card-border: @global-primary-gradient; @general-number-card-border: @global-primary-gradient;
@general-number-card-height: 100px;
main { main {
min-height: calc(100vh - var(--header-height)); min-height: calc(100vh - var(--header-height));
@ -200,6 +201,7 @@ noscript, ol, section, table, tfoot, ul, video;
&.number-card { &.number-card {
border-bottom: @general-number-card-border-width solid transparent; border-bottom: @general-number-card-border-width solid transparent;
position: relative; position: relative;
height: @general-number-card-height;
&::before { &::before {
content: ''; content: '';