feat: add basic BoxShadows.
This commit is contained in:
parent
d271b7e26c
commit
a4ee27778e
@ -421,4 +421,8 @@
|
|||||||
<SolidColorBrush x:Key="SemiColorDisabledBackground" Color="{StaticResource SemiGrey1Color}" />
|
<SolidColorBrush x:Key="SemiColorDisabledBackground" Color="{StaticResource SemiGrey1Color}" />
|
||||||
|
|
||||||
<SolidColorBrush x:Key="SemiColorDisabledFill" Opacity="0.04" Color="{StaticResource SemiGrey8Color}" />
|
<SolidColorBrush x:Key="SemiColorDisabledFill" Opacity="0.04" Color="{StaticResource SemiGrey8Color}" />
|
||||||
|
|
||||||
|
<!-- Shadow -->
|
||||||
|
<BoxShadows x:Key="SemiColorShadow">0 0 0 0 #0A000000</BoxShadows>
|
||||||
|
<BoxShadows x:Key="SemiShadowElevated">inset 0 0 0 1 #1AFFFFFF, 0 4 14 0 #40000000</BoxShadows>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
@ -421,4 +421,8 @@
|
|||||||
<SolidColorBrush x:Key="SemiColorDisabledBackground" Color="{StaticResource SemiGrey1Color}" />
|
<SolidColorBrush x:Key="SemiColorDisabledBackground" Color="{StaticResource SemiGrey1Color}" />
|
||||||
<!-- Official Opacity=0.04 -->
|
<!-- Official Opacity=0.04 -->
|
||||||
<SolidColorBrush x:Key="SemiColorDisabledFill" Opacity="0.02" Color="{StaticResource SemiGrey8Color}" />
|
<SolidColorBrush x:Key="SemiColorDisabledFill" Opacity="0.02" Color="{StaticResource SemiGrey8Color}" />
|
||||||
|
|
||||||
|
<!-- Shadow -->
|
||||||
|
<BoxShadows x:Key="SemiColorShadow">0 0 0 0 #0A000000</BoxShadows>
|
||||||
|
<BoxShadows x:Key="SemiShadowElevated">0 0 1 0 #4A000000, 0 4 14 0 #1A000000</BoxShadows>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
Loading…
x
Reference in New Issue
Block a user