We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dab32b commit 72b0e97Copy full SHA for 72b0e97
1 file changed
src/components/VisualTour/visualTour.scss
@@ -1,7 +1,7 @@
1
.#{$eccgui}-visual-tour {
2
opacity: 1;
3
4
- --#{$eccgui}-visual-tour-focus-padding: 5px;
+ --#{$eccgui}-visual-tour-focus-padding: #{0.5 * $eccgui-size-block-whitespace};
5
}
6
7
.#{$eccgui}-visual-tour__highlighted-element {
@@ -13,7 +13,7 @@
13
position: absolute;
14
box-sizing: border-box;
15
border: 2px solid $eccgui-color-accent;
16
- border-radius: 2 * $button-border-radius;
+ border-radius: var(--#{$eccgui}-visual-tour-focus-padding);
17
box-shadow: 0 0 0 10000px $eccgui-color-modal-backdrop;
18
19
0 commit comments