mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-23 03:59:30 -07:00
portrait current conditions #167
This commit is contained in:
@@ -167,6 +167,10 @@ body {
|
||||
.wide & {
|
||||
width: p.$wide-width;
|
||||
}
|
||||
|
||||
.enhanced.portrait & {
|
||||
height: p.$portrait-height;
|
||||
}
|
||||
}
|
||||
|
||||
.kiosk #divTwc {
|
||||
@@ -343,6 +347,12 @@ body {
|
||||
background-image: url(../images/backgrounds/1.png);
|
||||
transform-origin: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.portrait.enhanced & {
|
||||
width: p.$portrait-width;
|
||||
height: p.$portrait-height;
|
||||
background-image: url(../images/backgrounds/1-portrait.png);
|
||||
}
|
||||
}
|
||||
|
||||
.wide #container {
|
||||
|
||||
Reference in New Issue
Block a user