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.
18 lines
244 B
18 lines
244 B
.stats-block {
|
|
padding: 10px 20px;
|
|
|
|
border: solid 1px red;
|
|
border-radius: 10px;
|
|
|
|
background-color: #fff0f0;
|
|
color: #2a2a2a;
|
|
|
|
.stat-label {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.stat-value {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
}
|
|
}
|