20 lines
258 B
CSS
20 lines
258 B
CSS
|
|
||
|
.noselect {
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
.tagButton {
|
||
|
height: 2em;
|
||
|
margin-bottom: 0.5rem;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
.isTiny {
|
||
|
height: 1.5em;
|
||
|
}
|
||
|
|
||
|
.grade {
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 8rem;
|
||
|
font-weight: bolder;
|
||
|
}
|