Files
nairobi/app/assets/stylesheets/admin/settings/table.scss
Senén Rodero Rodríguez 6a64f38d17 Use admin table settings component to render featured settings
Now, with the same template we can render all kind of settings.
2024-01-25 18:29:38 +01:00

14 lines
159 B
SCSS

.admin {
.featured-settings-table {
td {
max-width: $global-width / 3;
}
}
.mixed-settings-table {
td {
width: 50%;
}
}
}