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

28 lines
328 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;
2024-03-29 07:28:02 +00:00
}
.zoomin {
cursor: zoom-in;
}
.zoomout {
cursor: zoom-out;
2024-01-20 16:16:14 +00:00
}