Fix various CodeClimate warnings
This commit is contained in:
@ -15,10 +15,16 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
@include single-column('screen and (max-width: 630px)') { flex: auto }
|
||||
@include single-column('screen and (max-width: 630px)') {
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
@include limited-single-column('screen and (max-width: 630px)') {
|
||||
&, &:first-child, &:last-child { padding: 0 }
|
||||
&,
|
||||
&:first-child,
|
||||
&:last-child {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.wide & {
|
||||
@ -230,7 +236,7 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
border: 0;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user