Add CSS variable to make the UI gaps consistent and fix the resize handle position (#7234)
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
12000060a5
commit
9bcb82d6dc
8 changed files with 34 additions and 26 deletions
|
@ -33,6 +33,7 @@ $slider-dot-size: 1em;
|
|||
$slider-selection-dot-size: 2.4em;
|
||||
|
||||
$container-border-width: 8px;
|
||||
$container-gap-width: 8px; // only even numbers should be used because otherwise we get 0.5px margin values.
|
||||
|
||||
$timeline-image-border-radius: 8px;
|
||||
:root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue