Add missing CSS files
This commit is contained in:
parent
2e22ffaa1f
commit
eef60102b3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,26 @@
|
||||||
|
.sv-question__title--answer {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sv-dropdown_clean-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sv-dropdown__filter-string-input {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sv-action-bar {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sv-progress__text {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.sv-action-bar {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue