Added video editor display when specified
This commit is contained in:
@ -88,6 +88,9 @@ feature-card-color = hsl(348, feature-card-saturation, feature-card-lightness)
|
||||
feature-card-alternative-color = hsl(203, feature-card-saturation, feature-card-lightness)
|
||||
feature-card-icon-color = white
|
||||
|
||||
// Tooltips
|
||||
tip-bg-color = white
|
||||
|
||||
// Loading animation
|
||||
loading-anim-color = main-color
|
||||
|
||||
|
@ -15,7 +15,7 @@ mixin tip-before
|
||||
color text-color
|
||||
text-shadow none
|
||||
padding 0.2rem 0.7rem
|
||||
background ui-background
|
||||
background tip-bg-color
|
||||
border 1px solid ui-border-color
|
||||
border-radius ui-element-border-radius
|
||||
box-shadow shadow-light
|
||||
@ -34,7 +34,7 @@ mixin tip-after
|
||||
height 0
|
||||
border-style solid
|
||||
border-width 8px 8px 0 8px
|
||||
border-color ui-background transparent transparent transparent
|
||||
border-color tip-bg-color transparent transparent transparent
|
||||
transform tip-transform-hidden
|
||||
default-transition
|
||||
|
||||
|
Reference in New Issue
Block a user