Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase pill roundness and horizontal padding #536

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
pumbas600 marked this conversation as resolved.
Show resolved Hide resolved
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