38 lines
539 B
SCSS
38 lines
539 B
SCSS
@import "layout";
|
|
|
|
body > header {
|
|
.logo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
max-width: 148px;
|
|
padding: 8px 0;
|
|
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
nav {
|
|
ul {
|
|
li {
|
|
a, button {
|
|
.tip {
|
|
position: static;
|
|
display: block;
|
|
visibility: visible;
|
|
height: auto;
|
|
padding: 0 0 0 4px;
|
|
transform: none;
|
|
color: inherit;
|
|
|
|
opacity: 1;
|
|
background: transparent;
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|