Created
April 26, 2018 16:11
-
-
Save dansiegel/06416afb93b1f145f51fce731fffd5b3 to your computer and use it in GitHub Desktop.
Sass for Xamarin Forms.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$primaryColor: #303F9F; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "colors"; | |
contentpage:all { | |
padding: 10px; | |
} | |
button:any { | |
background-color: transparent; | |
} | |
.primary button { | |
background-color: $primaryColor; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment