Merge branch 'develop'
This commit is contained in:
commit
1cdd118806
@ -156,10 +156,22 @@ body > header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
|
position: static;
|
||||||
|
visibility: visible;
|
||||||
|
opacity: 1;
|
||||||
display: block;
|
display: block;
|
||||||
|
height: auto;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
text-transform: inherit;
|
padding: 0 0 0 4px;
|
||||||
|
transform: none;
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 16px;
|
||||||
|
|
||||||
|
color: inherit;
|
||||||
|
text-transform: uppercase;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -260,10 +272,6 @@ body > header {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
|
||||||
a, button, .button {
|
|
||||||
@include tip;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
a, button, .button {
|
a, button, .button {
|
||||||
.tip {
|
.tip {
|
||||||
|
Loading…
Reference in New Issue
Block a user