1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 20:53:25 +00:00

back to sass

This commit is contained in:
Kyle Spearrin
2019-04-02 23:41:17 -04:00
parent 18f659de7b
commit 53aaf7caa8
11 changed files with 646 additions and 409 deletions

View File

@@ -1,3 +0,0 @@
^Label, ^Entry, ^Editor {
font-size: 16;
}

View File

@@ -1,3 +0,0 @@
^Label, ^Entry, ^Editor {
font-size: 14;
}

View File

@@ -1 +0,0 @@
@white: #FFFFFF;

View File

@@ -0,0 +1,3 @@
__Label, __Entry, __Editor {
font-size: 16;
}

View File

@@ -1,3 +1,3 @@
^contentpage {
__contentpage {
background-color: gray;
}

3
src/App/Sass/ios.scss Normal file
View File

@@ -0,0 +1,3 @@
__Label, __Entry, __Editor {
font-size: 14;
}

View File

@@ -1,7 +1,7 @@
@import "variables.less";
@import "variables.scss";
^ContentPage {
background-color: @white;
__ContentPage {
background-color: $white;
}
StackLayout.list-cell {

View File

@@ -0,0 +1 @@
$white: #FFFFFF;