Change styles navbar icons

This commit is contained in:
cuom1999 2022-08-27 23:00:17 -05:00
parent 2f94879278
commit 98b8cbe518
2 changed files with 35 additions and 20 deletions

View file

@ -705,10 +705,6 @@ math {
#notification {
color: lightsteelblue;
float: left;
margin-top: 0.6em;
margin-right: 0.8em;
font-size: 1.3em;
}
#notification:hover {
@ -717,16 +713,21 @@ math {
#chat-icon {
color: lightseagreen;
float: left;
margin-top: 0.6em;
margin-right: 0.5em;
font-size: 1.3em;
}
#chat-icon:hover {
color: darkgreen;
}
.navbar-icons {
font-size: 1.6em;
float: left;
margin-right: 0.3em;
}
.navbar-icon {
margin-right: 0.3em;
}
.unread_boxes {
background-color: red;
color: white;
@ -782,4 +783,16 @@ math {
}
.contest-info-toggle-mode-off:hover {
background: rgba(255, 0, 0, 0.97);
}
}
@media (max-width: 799px) {
.navbar-icons {
margin-top: 2px;
}
}
@media (min-width: 800px) {
.navbar-icons {
margin-top: 7px;
}
}