You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
564 B
40 lines
564 B
.wrapper { |
|
min-height: 100vh; |
|
padding: 16px 20px; |
|
box-sizing: border-box; |
|
background-color: #030B39; |
|
color: #fff; |
|
font-size: 16px; |
|
} |
|
|
|
.col { |
|
--label-width: 66px; |
|
label { |
|
color: #5574E1; |
|
text-align: left; |
|
} |
|
|
|
span { |
|
color: #fff; |
|
} |
|
} |
|
|
|
.datav-col { |
|
font-size: 14px; |
|
text-align: center; |
|
margin-bottom: 16px; |
|
label { |
|
color: #859DEC; |
|
} |
|
} |
|
|
|
.descriptions_label { |
|
color: #24d2ee; |
|
font-size: 14px; |
|
} |
|
.descriptions_content { |
|
font-size: 29px; |
|
font-weight: 700; |
|
} |
|
|
|
|
|
|