Skip to content

Commit

Permalink
Increase pill roundness and horizontal padding (#536)
Browse files Browse the repository at this point in the history
Fix pill buttons and increase horizontal padding
  • Loading branch information
pumbas600 committed Jan 15, 2024
1 parent d6d1114 commit fb9b90a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions public/styles/abstracts/_mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
border: 0px solid variables.$background-secondary
background-color: variables.$button-inactive
font-family: variables.$family-subtitle
border-radius: 20px
border-radius: 9999px
font-size: 1.5em
justify-self: center
transition: 0.4s
Expand Down Expand Up @@ -73,33 +73,33 @@
.landingButton
font-size: 1.2em
margin: 0.2em 1em
padding: 0.8em
padding: 0.8em 1.2em
@media (max-width: 800px)
.landingButton
margin: 8px
font-size: 14px
padding: 0.6em
padding: 0.6em 1em

button
@include button
font-size: 1em
margin: 0.2em 1em
padding: 0.8em
padding: 0.8em 1.2em
@media (max-width: 800px)
button
margin: 0px 8px 8px 8px
font-size: 12px
padding: 0.6em
padding: 0.6em 1em
.smallButton
@include button
font-size: 0.75em
margin: 0.25em
padding: 0.5em
padding: 0.5em 0.7em
.bigButton
@include button
font-size: 1em
margin: 0.75em
padding: 1em
padding: 1em 1.4em
.descriptionMain
//background-color: variables.$background-secondary
padding: 10px
Expand Down
2 changes: 1 addition & 1 deletion public/styles/site/newsArticle.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
a
button
font-size: 14px
padding: 0.5em
padding: 0.5em 0.7em

#newsBackground
background-image: url("../../images/blackasf.jpg")
Expand Down
4 changes: 2 additions & 2 deletions public/styles/site/newshub.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-size: 30px
button
font-size: 14px
padding: 0.5em
padding: 0.5em 0.7em


@media (max-width: 1200px)
Expand All @@ -68,7 +68,7 @@
font-size: 18px
button
font-size: 12px
padding: 0.5em
padding: 0.5em 0.7em
.articleImage

padding: 14vw
Expand Down

0 comments on commit fb9b90a

Please sign in to comment.