mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 07:14:58 +00:00
UX: improve FilterOrder box design
This commit is contained in:
@@ -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
|
||||
); */
|
||||
}
|
Reference in New Issue
Block a user