1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Styling tweaks

This commit is contained in:
Daniel Barber 2018-08-12 13:16:00 -04:00
parent 725a96c2aa
commit 639de43455
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
.form { .form {
background-color: $form-background-color; background-color: $form-background-color;
border-radius: $base-border-radius; border-radius: $base-border-radius;
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 0 auto; margin: 0 auto;
max-width: 40rem; max-width: 40rem;
padding: $small-spacing; padding: $base-spacing;
} }

View File

@ -7,7 +7,7 @@ $base-line-height: 1.5;
$heading-line-height: 1.2; $heading-line-height: 1.2;
// Other Sizes // Other Sizes
$base-border-radius: 0.25rem; $base-border-radius: 0.5rem;
$base-spacing: 2em; $base-spacing: 2em;
$small-spacing: $base-spacing / 2; $small-spacing: $base-spacing / 2;
$x-small-spacing: $small-spacing / 2; $x-small-spacing: $small-spacing / 2;