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

@ -8,6 +8,7 @@
padding: 0.1rem 0.3rem
text-decoration: none
font-weight: 500
background-color: RGB($fg-white)
color: RGB($fg-black)
@ -90,18 +91,18 @@
text-align: left
font-size: 6.9rem
font-weight: 800
font-weight: 700
color: RGB($primary)
.banner-info
grid-area: info
font-size: 1rem
font-weight: 600
font-weight: 400
.banner-subtitle
grid-area: subtitle
font-size: 1rem
font-weight: 600
font-weight: 400
.pill-row
margin-top: auto
@ -142,14 +143,14 @@
text-overflow: ellipsis
overflow: hidden
text-align: left
font-weight: 800
font-weight: 700
font-size: 1.5rem
color: RGB($primary)
.banner-info
font-size: 0.9rem
font-weight: 600
font-weight: 400
.pill-row
margin-left: auto
@ -173,7 +174,7 @@
flex-direction: column
justify-content: center
align-items: center
gap: 0.25rem
gap: 1rem
.banner-header
text-align: center
@ -187,7 +188,7 @@
display: none
.pill-row
margin-top: 1rem
margin-top: 0rem
.banner-small
.banner-content

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)

View file

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

View file

@ -70,8 +70,8 @@
top: 0
font-size: 1.5rem
font-weight: 800
text-align: center
font-weight: 700
text-align: left
color: RGB($fg-white)
@ -81,8 +81,8 @@
width: 100%
font-size: 1rem
font-weight: 500
text-align: center
font-weight: 400
text-align: left
color: RGB($fg-white)
@ -96,7 +96,6 @@
a, .link
font-size: 1rem
font-weight: 500
text-align: center
line-height: 1
color: RGB($primary)

View file

@ -213,7 +213,7 @@
height: 95%
left: 0
bottom: calc(-100vh + 3.5rem)
bottom: -100vh
border-radius: $rad $rad 0 0

View file

@ -59,11 +59,11 @@
.image-title
font-size: 0.9rem
font-weight: 800
font-weight: 700
.image-subtitle
font-size: 0.8rem
font-weight: 600
font-weight: 400
img
width: 100%
@ -143,11 +143,11 @@
.image-title
font-size: 0.9rem
font-weight: 800
font-weight: 700
.image-subtitle
font-size: 0.8rem
font-weight: 600
font-weight: 400
.images
margin: 0

View file

@ -94,7 +94,7 @@
padding: 0
font-size: 1.1rem
font-weight: 600
font-weight: 500
color: RGB($primary)
@ -118,7 +118,7 @@
padding: 0
font-size: 1rem
font-weight: 500
font-weight: 400
text-overflow: ellipsis
overflow: hidden
@ -171,7 +171,7 @@
white-space: nowrap
font-size: 1rem
font-weight: 500
font-weight: 400
td:last-child
padding: 0
@ -183,7 +183,7 @@
white-space: nowrap
font-size: 1rem
font-weight: 500
font-weight: 400
td.empty-table
opacity: 0.3

View file

@ -68,7 +68,7 @@
.tool-tip
margin: 0
padding: 0.35rem 0.7rem
padding: 0.4rem 0.7rem
display: block
@ -78,9 +78,9 @@
transform: translateY(-50%)
font-size: 0.9rem
font-weight: 700
font-weight: 500
background-color: #000000
background-color: RGB($bg-100)
color: RGB($fg-white)
opacity: 0
border-radius: $rad-inner
@ -103,7 +103,7 @@
left: -0.45rem
transform: translateY(-50%)
color: #000000
color: RGB($bg-100)
&:hover
> svg