Add height in number-card
This commit is contained in:
parent
75433ae50a
commit
24779729b6
|
@ -21,6 +21,7 @@
|
|||
|
||||
@general-number-card-border-width: 6px;
|
||||
@general-number-card-border: @global-primary-gradient;
|
||||
@general-number-card-height: 100px;
|
||||
|
||||
main {
|
||||
min-height: calc(100vh - var(--header-height));
|
||||
|
@ -200,6 +201,7 @@ noscript, ol, section, table, tfoot, ul, video;
|
|||
&.number-card {
|
||||
border-bottom: @general-number-card-border-width solid transparent;
|
||||
position: relative;
|
||||
height: @general-number-card-height;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in New Issue