Use admin table settings component to render featured settings
Now, with the same template we can render all kind of settings.
This commit is contained in:
committed by
Javi Martín
parent
e7223ba865
commit
6a64f38d17
@@ -1,6 +0,0 @@
|
||||
.admin .featured-settings-table {
|
||||
|
||||
td {
|
||||
max-width: $global-width / 3;
|
||||
}
|
||||
}
|
||||
13
app/assets/stylesheets/admin/settings/table.scss
Normal file
13
app/assets/stylesheets/admin/settings/table.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.admin {
|
||||
.featured-settings-table {
|
||||
td {
|
||||
max-width: $global-width / 3;
|
||||
}
|
||||
}
|
||||
|
||||
.mixed-settings-table {
|
||||
td {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user