mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
back to sass
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
^Label, ^Entry, ^Editor {
|
||||
font-size: 16;
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
^Label, ^Entry, ^Editor {
|
||||
font-size: 14;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
@white: #FFFFFF;
|
||||
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;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
^contentpage {
|
||||
__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;
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "variables.less";
|
||||
@import "variables.scss";
|
||||
|
||||
^ContentPage {
|
||||
background-color: @white;
|
||||
__ContentPage {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
StackLayout.list-cell {
|
||||
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