mirror of
https://github.com/NovaOSS/LingoSynth.git
synced 2024-11-26 02:33:57 +01:00
28 lines
518 B
Sass
28 lines
518 B
Sass
@import '_vars'
|
|
|
|
div.alert
|
|
margin-block: 1rem
|
|
padding: 1rem
|
|
border-radius: 0.5rem
|
|
border-left: 0.5rem solid $accent
|
|
background: $surface1
|
|
transition: opacity 0.5s ease-in-out
|
|
position: relative
|
|
|
|
&.effect
|
|
opacity: 0
|
|
|
|
&.error
|
|
border-left-color: $red
|
|
|
|
i.ti.ti-x
|
|
position: absolute
|
|
top: 0.5rem
|
|
right: 0.5rem
|
|
font-size: 1.5rem
|
|
cursor: pointer
|
|
transition: color 0.1s ease-in-out
|
|
|
|
&:hover
|
|
color: $red
|