remove duplicate sass rules

This commit is contained in:
Dan Cech 2018-01-16 17:17:58 -05:00
parent 315ecf8505
commit 50ffe56b60
No known key found for this signature in database
GPG Key ID: 6F1146C5B66FBD41

View File

@ -90,6 +90,7 @@
} }
input[type='text'].tight-form-func-param { input[type='text'].tight-form-func-param {
font-size: 0.875rem;
background: transparent; background: transparent;
border: none; border: none;
margin: 0; margin: 0;
@ -129,33 +130,6 @@ input[type='text'].tight-form-func-param {
} }
} }
input[type='text'].tight-form-func-param {
font-size: 0.875rem;
background: transparent;
border: none;
margin: 0;
padding: 0;
}
.tight-form-func-controls {
display: none;
text-align: center;
.fa-arrow-left {
float: left;
position: relative;
top: 2px;
}
.fa-arrow-right {
float: right;
position: relative;
top: 2px;
}
.fa-remove {
margin-left: 10px;
}
}
.query-troubleshooter { .query-troubleshooter {
font-size: $font-size-sm; font-size: $font-size-sm;
margin: $gf-form-margin; margin: $gf-form-margin;