mirror of
https://github.com/searxng/searxng.git
synced 2025-08-01 01:22:22 +02:00
[mod] oscar: move compiled files to the src directory
This commit is contained in:
parent
eda3b513ac
commit
c7133efb12
35 changed files with 12 additions and 12 deletions
30
searx/static/themes/oscar/src/less/logicodev/navbar.less
Normal file
30
searx/static/themes/oscar/src/less/logicodev/navbar.less
Normal file
|
@ -0,0 +1,30 @@
|
|||
.searx-navbar {
|
||||
background: @black;
|
||||
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;
|
||||
}
|
||||
|
||||
.instance a {
|
||||
color: @light-green;
|
||||
margin-left: 2.0rem;
|
||||
}
|
||||
}
|
||||
|
||||
#main-logo {
|
||||
margin-top: 20vh;
|
||||
margin-bottom: 25px;
|
||||
|
||||
& > img {
|
||||
max-width: 350px;
|
||||
width: 80%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue