Dont use raw SVGs for icons

This commit is contained in:
Michał Gdula 2023-04-20 16:15:51 +00:00
parent f5a31a8149
commit 9a18b84c4f
15 changed files with 87 additions and 207 deletions

View file

@ -50,10 +50,7 @@
.collapse-indicator
margin: 0
padding: 0
width: 1.25rem
height: 1.25rem
position: absolute
top: 0.6rem
right: 0.6rem
@ -67,8 +64,11 @@
transition: transform 0.15s cubic-bezier(.79, .14, .15, .86)
cursor: pointer
> i
font-size: 1.1rem
color: RGB($primary)
.info-header
margin: 0
padding: 0.5rem
width: 100%
@ -82,18 +82,12 @@
background-color: RGB($bg-200)
border-radius: $rad
svg
margin: 0
padding: 0
width: 1.25rem
height: 1.25rem
fill: RGB($primary)
> i
font-size: 1.25rem
color: RGB($primary)
h2
margin: 0
padding: 0
font-size: 1.1rem
font-weight: 500