Fix login form colors

This commit is contained in:
Paulus Schoutsen 2016-04-07 21:59:38 -07:00
parent 99822647ef
commit 17ba0c7e86
2 changed files with 1 additions and 9 deletions

View File

@ -23,15 +23,6 @@
margin-right: 8px;
}
paper-checkbox::shadow #checkbox.checked {
background-color: #03a9f4;
border-color: #03a9f4;
}
paper-checkbox::shadow #ink[checked] {
color: #03a9f4;
}
paper-button {
margin-left: 72px;
}

View File

@ -4,6 +4,7 @@
:root {
--dark-primary-color: #0288D1;
--default-primary-color: #03A9F4;
--primary-color: #03A9F4;
--light-primary-color: #B3E5FC;
--text-primary-color: #ffffff;
--accent-color: #FF9800;