1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 12:00:46 +02:00
searxng/searx/static/themes/oscar/less/logicodev/navbar.less

31 lines
501 B
Plaintext
Raw Normal View History

2017-01-26 21:28:31 +01:00
.searx-navbar {
background: @black;
2017-01-26 21:28:31 +01:00
height: 2.3rem;
font-size: 1.3rem;
line-height: 1.3rem;
padding: 0.5rem;
font-weight: bold;
margin-bottom: 0.8rem;
a, a:hover {
margin-right: 2.0rem;
color: white;
text-decoration: none;
}
2017-01-26 21:28:31 +01:00
.instance a {
color: @light-green;
2017-01-26 21:28:31 +01:00
margin-left: 2.0rem;
}
}
2017-01-26 21:28:31 +01:00
#main-logo {
margin-top: 20vh;
margin-bottom: 25px;
2016-11-01 23:11:38 +01:00
2017-01-26 21:28:31 +01:00
& > img {
max-width: 350px;
width: 80%;
2016-11-01 23:11:38 +01:00
}
}