cs-2022-class-profile/components/Textbox.module.css

7 lines
140 B
CSS
Raw Normal View History

2022-08-31 23:05:38 -04:00
.textbox {
width: 80%;
padding: calc(80rem / 16);
background-color: var(--secondary-background);
border-radius: calc(20rem / 16);
}