mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +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>
|
||||
<Border Classes="card-separator" />
|
||||
<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>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
@ -50,4 +59,23 @@
|
||||
<Setter Property="Height" Value="1" />
|
||||
|
||||
</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>
|
||||
Loading…
x
Reference in New Issue
Block a user