Merge branch 'MDL-61341-33' of git://github.com/andrewnicols/moodle into MOODLE_33_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2018-02-05 20:08:30 +01:00
+2 -2
View File
@@ -24,7 +24,7 @@ div[data-flexitour="step-background"] {
@include border-radius($border-radius-lg);
// The step container, and the target background should be at the same z-index.
z-index: #{$flexitour-base-zindex} + 1;
z-index: ($flexitour-base-zindex + 1);
}
span[data-flexitour="container"],
@@ -32,7 +32,7 @@ div[data-flexitour="step-background-fader"],
[data-flexitour="step-backdrop"] > td,
[data-flexitour="step-backdrop"] {
// The step container, and the target background should be at the same z-index.
z-index: #{$flexitour-base-zindex} + 2;
z-index: ($flexitour-base-zindex + 2);
}
span[data-flexitour="container"] {