fix(login): change background color for login panel

pull/46/head
KostyaDanovsky 2016-05-05 11:30:57 +03:00 committed by kostya.danovsky
parent b76d0a64e3
commit a3a289b9ca
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ html {
width: 540px;
margin: 0 auto;
border-radius: 5px;
background-color: $default;
@include bg-translucent-dark(0.5);
color: $default-text;
padding: 32px;
h1 {