toulouse-2022: [parsifal] import json cells scss in backoffice (#86905)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Nicolas Roche 2024-02-14 14:48:27 +01:00
parent be4a066dc5
commit 1c2909da39
1 changed files with 21 additions and 0 deletions

View File

@ -1 +1,22 @@
$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;
.cancel-button {}
.cell-items-pagination {}
@import 'encombrants';
@import 'json_cells';
.theme-activities {
&--item-label {
padding-right: 0
}
};