mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
73 lines
1.2 KiB
SCSS
73 lines
1.2 KiB
SCSS
div#usefulbar {
|
|
background-color: #fbba3a;
|
|
z-index: 1000;
|
|
//to align with nav bar
|
|
padding-right: 15px;
|
|
|
|
form {
|
|
margin: 0;
|
|
}
|
|
|
|
i.menu {
|
|
font-size: 2em;
|
|
}
|
|
|
|
ul {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: 0;
|
|
padding-top: 5px;
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
li{
|
|
color: white;
|
|
margin-left: 10px;
|
|
|
|
a {
|
|
color: white;
|
|
text-shadow: 0px 0px 1px #555;
|
|
}
|
|
|
|
i.icon-user-add:before {
|
|
vertical-align: -5px;
|
|
}
|
|
|
|
}
|
|
|
|
li#search_element {
|
|
text-align: right;
|
|
|
|
div#search_form {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
div {
|
|
margin: 0;
|
|
}
|
|
|
|
.field {
|
|
margin: 0;
|
|
}
|
|
|
|
button {
|
|
color: white;
|
|
border: none;
|
|
bottom: -2px;
|
|
height: 35px;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|