publik-base-theme/static/toulouse-2022/backoffice.scss

24 lines
529 B
SCSS

$cell-close-foldable-icon: "\f106";
$cell-open-foldable-icon: "\f107";
$cell-entry-border: 1px solid #ccc;
$cell-entry-border-color: #ccc;
$mobile-limit: 760px;
$max-mobile-viewport: "max-width: #{$mobile-limit}";
$min-desktop-viewport: "min-width: #{$mobile-limit + 1}";
$title-color: #161c2a;
$title-font-size: 200%;
$very-small-limit: 560px;
$color-warning: #eb7500;
.cancel-button {}
.cell-items-pagination {}
@import 'encombrants';
@import 'json_cells';
.theme-activities {
&--item-label {
padding-right: 0
}
};