Fix CSS lint failed
This commit is contained in:
parent
9f8cedc0db
commit
e1c21dd9b0
|
@ -87,7 +87,7 @@ body {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
text-indent: 20px;
|
text-indent: 20px;
|
||||||
|
@ -97,7 +97,7 @@ body {
|
||||||
.feedback:hover,
|
.feedback:hover,
|
||||||
.feedback:focus {
|
.feedback:focus {
|
||||||
width: 57px;
|
width: 57px;
|
||||||
text-indent: 0px;
|
text-indent: 0;
|
||||||
padding: 5px 5px 5px 20px;
|
padding: 5px 5px 5px 20px;
|
||||||
background-color: #0287e8;
|
background-color: #0287e8;
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
||||||
|
@ -623,7 +623,7 @@ tbody {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 50px 31px 41px 31px;
|
padding: 50px 31px 41px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -652,7 +652,6 @@ tbody {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.legal-links > a:visited {
|
.legal-links > a:visited {
|
||||||
color: #858585;
|
color: #858585;
|
||||||
}
|
}
|
||||||
|
@ -664,7 +663,7 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links > a {
|
.social-links > a {
|
||||||
opacity: .9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links > a:hover {
|
.social-links > a:hover {
|
||||||
|
|
Loading…
Reference in New Issue