Added three new components

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-12-09 12:17:11 +01:00
parent 496bafa0e4
commit 32ea3b958f
22 changed files with 318 additions and 39 deletions

View File

@ -0,0 +1,24 @@
@import '../config'
.bar
width 100%
background rgba($main, .15)
height 8px
border-radius 8px
&.noBorder
border-radius 0
div
border-radius 0px 8px 8px 0px
&[style="width: 100%;"]
border-radius 0
div
transition width,border-radius
transition-duration $transitionTime
transition-timing-function $transitionFunction
height 100%
width 0
background $main
border-radius 8px