mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Fix CSS lint failed
This commit is contained in:
@@ -87,7 +87,7 @@ body {
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
opacity: 0.9;
|
||||
padding: 5px 5px 5px 5px;
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
width: 12px;
|
||||
text-indent: 20px;
|
||||
@@ -97,7 +97,7 @@ body {
|
||||
.feedback:hover,
|
||||
.feedback:focus {
|
||||
width: 57px;
|
||||
text-indent: 0px;
|
||||
text-indent: 0;
|
||||
padding: 5px 5px 5px 20px;
|
||||
background-color: #0287e8;
|
||||
transition: all 150ms ease-in-out;
|
||||
@@ -623,7 +623,7 @@ tbody {
|
||||
align-items: flex-end;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 50px 31px 41px 31px;
|
||||
padding: 50px 31px 41px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -652,7 +652,6 @@ tbody {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
.legal-links > a:visited {
|
||||
color: #858585;
|
||||
}
|
||||
@@ -664,7 +663,7 @@ tbody {
|
||||
}
|
||||
|
||||
.social-links > a {
|
||||
opacity: .9;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.social-links > a:hover {
|
||||
|
||||
Reference in New Issue
Block a user