mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 20:43:41 +00:00
13 lines
182 B
CSS
13 lines
182 B
CSS
^ContentPage {
|
|
background-color: white;
|
|
}
|
|
|
|
StackLayout.list-cell {
|
|
padding: 10;
|
|
-xf-orientation: horizontal;
|
|
}
|
|
|
|
StackLayout.list-cell > FaLabel {
|
|
font-size: 22;
|
|
}
|