UX: improve FilterOrder box design

This commit is contained in:
2023-07-04 16:42:56 +02:00
parent 1485d1ce7a
commit 3e63b4abf3
4 changed files with 50 additions and 48 deletions

View File

@@ -42,3 +42,15 @@ form {
font-weight: 700;
margin-bottom: .375em;
}
.chill_filter_order {
background: $gray-100; /*
border: 3px dashed $white;
background: repeating-linear-gradient(
-45deg,
$gray-100,
$gray-100 2px,
$white 2px,
$white 6px
); */
}