Skip to content

Commit

Permalink
Adjusting sizes and weights to match previous style
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 authored and thamara committed Dec 27, 2023
1 parent 8a3ba45 commit 93b7fed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* stylelint-disable no-descending-specificity */

/* Fonts from https://fonts.google.com/specimen/Montserrat */
/* Font from https://fonts.google.com/specimen/Montserrat */
@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format("truetype-variations");
Expand Down Expand Up @@ -382,7 +382,7 @@ body {
.waived-day-text {
text-align: right !important;
margin-top: auto;
font-size: 90%;
font-size: 80%;
font-variant-caps: all-petite-caps;
}

Expand Down Expand Up @@ -629,6 +629,8 @@ input:disabled + .slider {
#preferences-window select,
#preferences-window option,
#preferences-window input {
font-size: 14px;
font-weight: 300;
font-variant-caps: all-petite-caps;
border: none;
height: inherit;
Expand All @@ -640,6 +642,8 @@ input:disabled + .slider {
}

#preferences-window .weekdays-selector input[type=checkbox] + label {
font-size: 14px;
font-weight: 300;
font-variant-caps: all-petite-caps;
display: inline-block;
border-radius: 10px;
Expand Down Expand Up @@ -669,6 +673,8 @@ input:disabled + .slider {
}

#preferences-window p {
font-size: 14px;
font-weight: 300;
font-variant-caps: all-petite-caps;
text-align: left;
}
Expand Down

0 comments on commit 93b7fed

Please sign in to comment.