Add style after new guidelines, markup and restructuring of components

This commit is contained in:
Moris Zen
2018-07-02 20:33:44 +02:00
parent 01b910f7d9
commit e5287ac835
11 changed files with 1132 additions and 63 deletions

9
src/styles/custom.css Normal file
View File

@@ -0,0 +1,9 @@
.bg-saburly-default {
background: rgb(69,76,183);
background: linear-gradient(90deg, rgba(69,76,183,1) 0%, rgba(157,163,255,1) 100%);
}
.btn-saburly-green {
background: rgb(0,255,252);
background: linear-gradient(150deg, rgba(0,255,252,1) 0%, rgba(0,177,186,1) 55%);
}