2018-06-16 11:51:51 +03:00
|
|
|
.theme-red {
|
|
|
|
--theme-main: #F44336;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #E57373;
|
2018-07-21 12:54:03 +03:00
|
|
|
--theme-link: #FFF59D;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-pink {
|
|
|
|
--theme-main: #E91E63;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #F06292;
|
2018-07-21 12:54:03 +03:00
|
|
|
--theme-link: #FFF59D;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-purple {
|
|
|
|
--theme-main: #9C27B0;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #BA68C8;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-deep-purple {
|
|
|
|
--theme-main: #673AB7;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #9575CD;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-indigo {
|
|
|
|
--theme-main: #3F51B5;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #7986CB;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-blue {
|
|
|
|
--theme-main: #2196F3;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #64B5F6;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-light-blue {
|
|
|
|
--theme-main: #03A9F4;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #4FC3F7;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-cyan {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #00ACC1;
|
2018-06-16 11:51:51 +03:00
|
|
|
--theme-text: white;
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-input: #26C6DA;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-teal {
|
|
|
|
--theme-main: #009688;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #4DB6AC;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-green {
|
|
|
|
--theme-main: #4CAF50;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #81C784;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-light-green {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #7CB342;
|
2018-06-16 11:51:51 +03:00
|
|
|
--theme-text: white;
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-input: #9CCC65;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-lime {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #C0CA33;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #AFB42B;
|
2018-07-19 09:53:05 +03:00
|
|
|
--theme-link: #1976D2;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-yellow {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #FDD835;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #FBC02D;
|
2018-07-16 21:10:30 +03:00
|
|
|
--theme-link: #1976D2;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-amber {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #FFB300;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #FFA000;
|
2018-07-16 21:10:30 +03:00
|
|
|
--theme-link: #1976D2;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-orange {
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-main: #FB8C00;
|
2018-06-16 11:51:51 +03:00
|
|
|
--theme-text: white;
|
2018-07-21 00:35:33 +03:00
|
|
|
--theme-input: #FFA726;
|
2018-07-21 12:54:03 +03:00
|
|
|
--theme-link: #FFF59D;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-deep-orange {
|
|
|
|
--theme-main: #FF5722;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #FF8A65;
|
2018-07-21 12:54:03 +03:00
|
|
|
--theme-link: #FFF59D;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-brown {
|
|
|
|
--theme-main: #795548;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #A1887F;
|
2018-07-21 12:54:03 +03:00
|
|
|
--theme-link: #FFF59D;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-gray {
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-main: #9E9E9E;
|
2018-06-16 11:51:51 +03:00
|
|
|
--theme-text: white;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-input: #E0E0E0;
|
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-blue-gray {
|
|
|
|
--theme-main: #607D8B;
|
|
|
|
--theme-text: white;
|
|
|
|
--theme-input: #90A4AE;
|
2018-07-16 09:30:29 +03:00
|
|
|
--theme-link: #90CAF9;
|
2018-06-16 11:51:51 +03:00
|
|
|
}
|
2018-07-16 09:30:29 +03:00
|
|
|
|
2018-07-19 09:53:05 +03:00
|
|
|
|