2021-10-29 20:12:14 +08:00
|
|
|
/* Add your custom extension styling here */
|
|
|
|
.label-1 {
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: normal;
|
2021-11-01 14:36:10 +08:00
|
|
|
color: rgba(255, 255, 255, 0.4);
|
2021-10-29 20:12:14 +08:00
|
|
|
background-color: rgba(10, 10, 10, 0);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.label-2 {
|
|
|
|
font-size: 26px;
|
|
|
|
font-weight: normal;
|
2021-11-01 14:36:10 +08:00
|
|
|
color: rgba(255, 255, 255, 0.4);
|
2021-10-29 20:12:14 +08:00
|
|
|
background-color: rgba(10, 10, 10, 0);
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|