fix(styles): Fix styles for day mode and signed in avatar

This commit is contained in:
Bouncey
2018-09-11 07:26:19 +01:00
committed by Mrugesh Mohapatra
parent ffeb968236
commit 7aa0a075d0
2 changed files with 16 additions and 9 deletions

View File

@ -36,7 +36,8 @@ header {
justify-content: space-around; justify-content: space-around;
} }
#top-right-nav a, #top-right-nav img { #top-right-nav a,
#top-right-nav img {
max-height: 40px; max-height: 40px;
} }
@ -67,13 +68,19 @@ header {
padding: 10px 0 10px 15px; padding: 10px 0 10px 15px;
} }
#top-right-nav li > a, #top-right-nav li > span { .sign-in-btn > a {
padding-top: 0;
}
#top-right-nav li > a,
#top-right-nav li > span {
color: #eee; color: #eee;
font-size: 15px; font-size: 15px;
font-weight: 500; font-weight: 500;
} }
#top-right-nav li > a:hover, #top-right-nav li > a:focus { #top-right-nav li > a:hover,
#top-right-nav li > a:focus {
text-decoration: none; text-decoration: none;
font-weight: 500; font-weight: 500;
} }

View File

@ -26,7 +26,7 @@
.map-title > svg { .map-title > svg {
width: 14px; width: 14px;
margin-right: 5px; margin-right: 5px;
flex-shrink: 0 flex-shrink: 0;
} }
li.open > .map-title svg { li.open > .map-title svg {
@ -37,7 +37,7 @@ li.open > .map-title svg {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
.map-challenge-title a { .night .map-challenge-title a {
color: #f8f8f8; color: #f8f8f8;
} }