mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Correct font weights after font change
This commit is contained in:
parent
1f9f50d014
commit
359ab66a0a
11 changed files with 41 additions and 41 deletions
|
@ -9,10 +9,10 @@
|
|||
outline: 2px solid RGBA($color, 0.3)
|
||||
|
||||
.btn-block
|
||||
padding: 0.5rem 1rem
|
||||
padding: 0.4rem 0.7rem
|
||||
|
||||
width: auto
|
||||
min-height: 2.5rem
|
||||
min-height: 2.3rem
|
||||
|
||||
display: flex
|
||||
justify-content: center
|
||||
|
@ -22,7 +22,7 @@
|
|||
position: relative
|
||||
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
text-align: center
|
||||
|
||||
background-color: transparent
|
||||
|
@ -68,16 +68,16 @@
|
|||
|
||||
label
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
text-align: left
|
||||
|
||||
color: RGB($fg-white)
|
||||
|
||||
.input-block
|
||||
padding: 0.5rem 1rem
|
||||
padding: 0.4rem 0.7rem
|
||||
|
||||
width: auto
|
||||
min-height: 2.5rem
|
||||
min-height: 2.3rem
|
||||
|
||||
display: flex
|
||||
justify-content: flex-start
|
||||
|
@ -86,7 +86,7 @@
|
|||
position: relative
|
||||
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
text-align: left
|
||||
|
||||
background-color: RGBA($white, 0.1)
|
||||
|
@ -116,7 +116,7 @@
|
|||
padding: 1rem 1.25rem
|
||||
|
||||
width: 100%
|
||||
min-height: 2.5rem
|
||||
min-height: 2.3rem
|
||||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
@ -127,7 +127,7 @@
|
|||
position: relative
|
||||
|
||||
font-size: 1rem
|
||||
font-weight: 600
|
||||
font-weight: 400
|
||||
text-align: center
|
||||
|
||||
background-color: RGBA($white, 0.1)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
display: flex
|
||||
|
||||
background-color: RGB($bg-100)
|
||||
background-color: RGB($bg-200)
|
||||
border-radius: $rad
|
||||
|
||||
.pill-text
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
text-align: center
|
||||
font-size: 1rem
|
||||
font-weight: 500
|
||||
font-weight: 400
|
||||
|
||||
color: RGB($fg-white)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue