1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00

environment page

This commit is contained in:
Kyle Spearrin
2019-05-02 12:20:56 -04:00
parent 9965121011
commit faf690d899
8 changed files with 218 additions and 21 deletions

View File

@@ -7,7 +7,18 @@
<Setter Property="Margin"
Value="-4, 0" />
</Style>
<!-- Buttons -->
<Style TargetType="Button"
ApplyToDerivedTypes="True"
Class="btn-icon-platform">
<Setter Property="WidthRequest"
Value="37" />
<Setter Property="FontSize"
Value="25" />
</Style>
<!-- List -->
<Style TargetType="ListView"