update
This commit is contained in:
parent
3fb5434222
commit
7c212cd6c1
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
a[accesskey] {
|
a[accesskey] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-left: -0.9375em;
|
|
||||||
color: #fff ;
|
color: #fff ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,14 +66,13 @@
|
||||||
}
|
}
|
||||||
.header-banner { overflow: hidden; }
|
.header-banner { overflow: hidden; }
|
||||||
.header-nav {
|
.header-nav {
|
||||||
padding:0;
|
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
a{
|
a{
|
||||||
padding:5px;
|
padding:0.5em;
|
||||||
}
|
}
|
||||||
ul{
|
ul{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ q {
|
||||||
}
|
}
|
||||||
.i-member-title {
|
.i-member-title {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #888888;
|
color: #5e5e5e;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.i-member-profile-item{
|
.i-member-profile-item{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue