mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-24 13:59:38 -05:00
8 lines
157 B
CSS
8 lines
157 B
CSS
.locked {
|
|
padding: var(--s-3);
|
|
border-radius: var(--radius-box);
|
|
background: var(--color-bg-high);
|
|
color: var(--color-text-high);
|
|
text-align: center;
|
|
}
|