mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Added more Border styles
This commit is contained in:
parent
a903771be3
commit
0122ab00d9
@ -10,6 +10,15 @@
|
|||||||
<TextBlock>I'm in a panel yo!</TextBlock>
|
<TextBlock>I'm in a panel yo!</TextBlock>
|
||||||
<Border Classes="card-separator" />
|
<Border Classes="card-separator" />
|
||||||
<TextBlock>I'm in a panel yo!</TextBlock>
|
<TextBlock>I'm in a panel yo!</TextBlock>
|
||||||
|
<Border Classes="card-separator-slim" />
|
||||||
|
<TextBlock>I'm in a panel yo!</TextBlock>
|
||||||
|
</StackPanel>
|
||||||
|
</Border>
|
||||||
|
<Border Classes="card" Margin="20">
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
|
<TextBlock>I'm in a panel yo!</TextBlock>
|
||||||
|
<Border Classes="card-separator-vertical" />
|
||||||
|
<TextBlock>I'm in a panel yo!</TextBlock>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
@ -50,4 +59,23 @@
|
|||||||
<Setter Property="Height" Value="1" />
|
<Setter Property="Height" Value="1" />
|
||||||
|
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
<Style Selector="Border.card-separator-slim">
|
||||||
|
<Setter Property="Background" Value="{DynamicResource ButtonBorderBrush}" />
|
||||||
|
<Setter Property="Margin" Value="-12 10" />
|
||||||
|
<Setter Property="Height" Value="1" />
|
||||||
|
|
||||||
|
</Style>
|
||||||
|
|
||||||
|
<Style Selector="Border.card-separator-vertical">
|
||||||
|
<Setter Property="Background" Value="{DynamicResource ButtonBorderBrush}" />
|
||||||
|
<Setter Property="Margin" Value="15 -12" />
|
||||||
|
<Setter Property="Width" Value="1" />
|
||||||
|
</Style>
|
||||||
|
|
||||||
|
<Style Selector="Border.card-separator-slim-vertical">
|
||||||
|
<Setter Property="Background" Value="{DynamicResource ButtonBorderBrush}" />
|
||||||
|
<Setter Property="Margin" Value="10 -12" />
|
||||||
|
<Setter Property="Width" Value="1" />
|
||||||
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
Loading…
x
Reference in New Issue
Block a user