Modified header menu (Login button) styles.

This commit is contained in:
Svetlana Rastegina 2021-02-03 12:58:50 +01:00 committed by Georgy Litvinov
parent 9cec6af276
commit ea5259708f

View file

@ -479,6 +479,8 @@ ul#header-nav {
list-style: none;
height: 30px;
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
background-color: #000000;
opacity: 0.7;
/* margin-right: 13px; */
@ -494,7 +496,7 @@ ul#header-nav li {
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #7c7d7f;
font-size: .7em;
font-size: 1em;
color: #fff;
}
ul#header-nav li:last-child {
@ -508,7 +510,7 @@ ul#header-nav a:active {
color: #999;
}
ul#header-nav a.log-out {
padding-left: 10px;
/* padding-left: 10px; */
}
/* SEARCH ------> */
.search-form-container {