mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
8 lines
71 B
SCSS
8 lines
71 B
SCSS
.rounded-md {
|
|
border-radius: 0.5rem;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|