adjust button background to theme color

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-11-09 15:02:45 +01:00
parent bd63790118
commit 0926a54a1c
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -8,10 +8,9 @@
}
.login-option {
background-color: #0082c9;
background-color: var(--color-primary-element);
border: 1px solid #fff;
font-weight: 600;
/*padding: 13px 20px;*/
height: 40px;
margin: 15px 0;