mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-20 02:29:31 -07:00
@@ -16,6 +16,13 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.wide.enhanced & {
|
||||
&:has(.can-enhance) {
|
||||
background-image: url(../images/backgrounds/1-wide-enhanced.png);
|
||||
background-position-x: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* this method is required to hide blocks so they can be measured while off screen */
|
||||
height: 0px;
|
||||
|
||||
@@ -135,6 +142,12 @@
|
||||
margin-left: p.$blue-box-margin;
|
||||
margin-right: p.$blue-box-margin;
|
||||
width: calc(100% - 128px);
|
||||
|
||||
.wide.enhanced & {
|
||||
&.can-enhance {
|
||||
width: calc(p.$wide-width - p.$blue-box-margin - p.$blue-box-margin)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user