mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove duplicate sass rules
This commit is contained in:
parent
315ecf8505
commit
50ffe56b60
@ -90,6 +90,7 @@
|
||||
}
|
||||
|
||||
input[type='text'].tight-form-func-param {
|
||||
font-size: 0.875rem;
|
||||
background: transparent;
|
||||
border: none;
|
||||
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 {
|
||||
font-size: $font-size-sm;
|
||||
margin: $gf-form-margin;
|
||||
|
Loading…
Reference in New Issue
Block a user