73 lines
1.1 KiB
SCSS
73 lines
1.1 KiB
SCSS
.header-container {
|
|
.hello {
|
|
display: none;
|
|
float: right;
|
|
margin: 6px 10px 0 0;
|
|
color: #222;
|
|
|
|
.greating {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 8px;
|
|
|
|
span {
|
|
border-bottom: #202020 1px dotted;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.settings-button {
|
|
float: right;
|
|
width: 15px;
|
|
height: 15px;
|
|
margin: 1px 0;
|
|
background-image: url(/images/icns/settings.png);
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.navigation {
|
|
background-color: #EEE;
|
|
background-image: url(/images/concrete_wall_2.png);
|
|
height: 30px;
|
|
|
|
li {
|
|
display: block;
|
|
float: left;
|
|
width: auto;
|
|
height: 30px;
|
|
margin-left: 10px;
|
|
color: #222;
|
|
line-height: 30px;
|
|
text-shadow: #666 0px 0px 0.5px;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
text-shadow: #666 0px 0px 2px;
|
|
}
|
|
|
|
&.logo {
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
font-weight: bold;
|
|
margin: -3px 1px 0 10px;
|
|
|
|
.version {
|
|
float: right;
|
|
font-size: 9px;
|
|
font-weight: normal;
|
|
margin: 10px 0 0 4px;
|
|
}
|
|
}
|
|
|
|
&.vk_auth {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
}
|
|
}
|
|
} |