Correct font weights after font change

This commit is contained in:
Michał Gdula 2023-04-08 19:32:04 +00:00
parent 1f9f50d014
commit 359ab66a0a
11 changed files with 41 additions and 41 deletions

View file

@ -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)