This commit is contained in:
@@ -33,21 +33,21 @@
|
||||
}
|
||||
|
||||
&.with-right-panel {
|
||||
.panel-left {
|
||||
.panel.panel-left {
|
||||
transform: translateX(-200vw);
|
||||
}
|
||||
|
||||
.panel-right {
|
||||
.panel.panel-right {
|
||||
transform: translateX(calc(var.$button-width + var.$block-spacing * 2));
|
||||
}
|
||||
}
|
||||
|
||||
&.with-left-panel {
|
||||
.panel-left {
|
||||
.panel.panel-left {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.panel-right {
|
||||
.panel.panel-right {
|
||||
transform: translateX(200vw);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user