CameraTrigger/less/header.less

24 lines
430 B
Plaintext

header {
padding:0px 1em 1.5em;
background: linear-gradient(0deg, @backgroundColor 0%, @headerBottom 1.0em, @headerBackground 1.0em 100%);
h1 {
display:inline-block;
margin: 0 20px 0 0;
}
#menu {
display:inline-block;
margin:0;
li+li{
margin-left: 20px;
}
}
a {
color:inherit;
text-decoration: none;
&:focus, &:active {
text-decoration: underline;
}
}
}