1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/_forms.scss
2018-08-11 13:08:04 -04:00

8 lines
157 B
SCSS

.form {
background-color: $form-background-color;
border-radius: $base-border-radius;
margin: 0 auto;
max-width: 40rem;
padding: $small-spacing;
}