Skip to content

Commit

Permalink
Fix z-index on login screen and update login-button color
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannesJ committed Feb 9, 2019
1 parent 00ade7f commit 76503d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ a.flair12:hover {
left:0;
right:0;
bottom:0;
z-index: 230;
h2 {
font-size: 28px;
font-weight: normal;
Expand Down Expand Up @@ -1432,9 +1433,9 @@ button.btn {
border-radius: 4px;
}
.btn-primary {
color: $text-color;
background-color: $color-accent;
border-color: $color-accent;
color: white;
background-color: $color-btn-confirm;
border-color: $color-btn-confirm;
}
.btn-default {
color: $text-color3;
Expand Down
2 changes: 2 additions & 0 deletions assets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ $color-dark: #201F1E;
$color-accent: #4A8ECC;
$color-accent-light: #4FB1F4;
$color-accent-alt: #A66BE5;
$color-accent-alt: #A66BE5;
$color-btn-confirm: #E1670E;
$text-color: #DEDEDE;
$text-color1: #999999;
$text-color2: #666666;
Expand Down

0 comments on commit 76503d5

Please sign in to comment.