fix(styles): Fix styles for day mode and signed in avatar
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
ffeb968236
commit
7aa0a075d0
@ -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 {
|
||||||
color:#eee;
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top-right-nav li > a,
|
||||||
|
#top-right-nav li > span {
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
border-bottom: 1px solid #e2e2e2;
|
border-bottom: 1px solid #e2e2e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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,8 +37,8 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-challenge-title-completed {
|
.map-challenge-title-completed {
|
||||||
|
Reference in New Issue
Block a user