fp/packages/next/assets/styles/fp.module.css

20 lines
258 B
CSS
Raw Normal View History

2024-01-20 16:16:14 +00:00
.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;
}