2020-05-29 19:31:19 +05:00
|
|
|
:global(#app) {
|
|
|
|
.field {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2022-08-26 18:59:44 +02:00
|
|
|
.note {
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: 4px;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2020-05-29 19:31:19 +05:00
|
|
|
.text {
|
|
|
|
color: #444444;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
}
|