mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Styling tweaks
This commit is contained in:
parent
725a96c2aa
commit
639de43455
@ -1,7 +1,8 @@
|
||||
.form {
|
||||
background-color: $form-background-color;
|
||||
border-radius: $base-border-radius;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
margin: 0 auto;
|
||||
max-width: 40rem;
|
||||
padding: $small-spacing;
|
||||
padding: $base-spacing;
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@ $base-line-height: 1.5;
|
||||
$heading-line-height: 1.2;
|
||||
|
||||
// Other Sizes
|
||||
$base-border-radius: 0.25rem;
|
||||
$base-border-radius: 0.5rem;
|
||||
$base-spacing: 2em;
|
||||
$small-spacing: $base-spacing / 2;
|
||||
$x-small-spacing: $small-spacing / 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user