mirror of
https://github.com/bitwarden/mobile
synced 2026-01-18 00:13:16 +00:00
back to sass
This commit is contained in:
3
src/App/Sass/android.scss
Normal file
3
src/App/Sass/android.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
__Label, __Entry, __Editor {
|
||||
font-size: 16;
|
||||
}
|
||||
3
src/App/Sass/dark.scss
Normal file
3
src/App/Sass/dark.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
__contentpage {
|
||||
background-color: gray;
|
||||
}
|
||||
3
src/App/Sass/ios.scss
Normal file
3
src/App/Sass/ios.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
__Label, __Entry, __Editor {
|
||||
font-size: 14;
|
||||
}
|
||||
14
src/App/Sass/styles.scss
Normal file
14
src/App/Sass/styles.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@import "variables.scss";
|
||||
|
||||
__ContentPage {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
StackLayout.list-cell {
|
||||
padding: 10;
|
||||
-xf-orientation: horizontal;
|
||||
}
|
||||
|
||||
StackLayout.list-cell > FaLabel {
|
||||
font-size: 22;
|
||||
}
|
||||
1
src/App/Sass/variables.scss
Normal file
1
src/App/Sass/variables.scss
Normal file
@@ -0,0 +1 @@
|
||||
$white: #FFFFFF;
|
||||
Reference in New Issue
Block a user