Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4a018

Browse files
committed
feat(templates): no inline;
- Move inline styles to classes.
1 parent cb1afba commit ba4a018

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ckanext/scheming/assets/styles/scheming.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@ fieldset.checkboxes label input {
5454

5555
.scheming-pages-dynamic-width{
5656
width: attr(data-width, 100)%;
57+
}
58+
59+
.d-none-soft{
60+
display: none;
5761
}

0 commit comments

Comments
 (0)