Fix merge linting issues

This commit is contained in:
Jaco Greeff 2017-09-18 11:56:08 +02:00
parent 312360ef4e
commit 2b48668327

View File

@ -33,7 +33,7 @@
min-height: 200px; min-height: 200px;
background: rgba(25, 25, 25, 0.75); background: rgba(25, 25, 25, 0.75);
color: rgb(208, 208, 208); color: rgb(208, 208, 208);
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px; box-shadow: rgba(0, 0, 0, 0.25) 0 14px 45px, rgba(0, 0, 0, 0.22) 0 10px 18px;
} }
.passcodeBoxes { .passcodeBoxes {
@ -81,22 +81,21 @@
} }
.clearThik { .clearThik {
border: solid 3px rgba(0, 0, 0, 0.5);
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
color: rgba(0, 0, 0, 0.5); color: rgba(0, 0, 0, 0.5);
cursor: pointer;
font: 14px/100% arial, sans-serif; font: 14px/100% arial, sans-serif;
line-height: 20px;
position: absolute; position: absolute;
right: 150px; right: 150px;
text-decoration: none; text-decoration: none;
top: -5px; top: -5px;
border: solid 3px rgba(0, 0, 0, 0.5);
width: 18px; width: 18px;
height: 18px; height: 18px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
position: absolute;
line-height: 20px;
cursor: pointer;
&:after { &::after {
right: 100%; right: 100%;
top: 50%; top: 50%;
border: solid transparent; border: solid transparent;
@ -111,7 +110,7 @@
margin-right: 3px; margin-right: 3px;
} }
&:before { &::before {
content: '\2716'; content: '\2716';
padding-left: 2px; padding-left: 2px;
} }