Skip to content

Commit

Permalink
Rounding some edges
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Aug 14, 2020
1 parent bf2e630 commit b82f537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/styles.scss
Expand Up @@ -71,6 +71,7 @@ section h1 {
button,
input[type='text'],
input[type='email'] {
border-radius: 5px;
font-family: 'Rubik', sans-serif;
font-size: $size-font-medium;
padding: 5px 10px;
Expand Down Expand Up @@ -504,6 +505,7 @@ input[type='email'] {
}
.Content section.highlight {
background-color: $color-grayLightest;
border-radius: 10px;
}
.Content section.highlight .Button,
.Content section.highlight button {
Expand Down Expand Up @@ -661,6 +663,7 @@ input[type='email'] {
}
section.Footer__Tickets {
background-color: $color-white;
border-radius: 10px;
padding: 50px;
text-align: center;
display: inline-block;
Expand Down

0 comments on commit b82f537

Please sign in to comment.