Files
vivespos-landing/modules/system/assets/ui/less/scoreboard.less
avives 1f72193a64
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
- Base: wintercms/winter branch 1.2 (full framework)
- Theme vivespos: Canvas 7 + Bootstrap 5 CDN, custom CSS
- Layout: deferred GTM/GA4 tracking, JSON-LD SoftwareApplication
- Partials: hero (offline-first), features, modes (offline/nube toggle),
  screenshots, pricing (3 planes), comparison, FAQ, CTA
- Plugin VivesPOS.Site with ContactForm
- Dockerfile: PHP 8.2 Apache, port 80, healthcheck
- Added winter/wn-pages, blog, sitemap, seo plugins
- Active theme set to vivespos
2026-08-21 19:29:00 -06:00

68 lines
1.3 KiB
Plaintext

//
// Dependencies
// --------------------------------------------------
@import "global.less";
@import "chart.less";
@import "toolbar.less";
//
// Scoreboard
// --------------------------------------------------
div.scoreboard {
position: relative;
padding: 0;
.horizontal-scroll-indicators(@color-scroll-indicator);
&:before, &:after { margin-top: -10px; }
&:before { left: 7px; }
&:after { right: 10px; }
div.scoreboard-item {
display: inline-block;
margin-right: 40px;
margin-bottom: @padding-standard;
vertical-align: top;
&:last-child {
margin-right: 0;
}
}
.control-chart {
// Setup the chart height in the scoreboard
// and set offsets so that the elements do not
// "jump" when the chart script loads and
// adds the canvas and color indicator elements.
min-height: 67px;
ul {
margin-left: 77px;
top: -2px;
li {
padding-left: 18px;
& > i { margin-left: -18px; }
}
}
div.canvas {
margin-bottom: 0;
}
.canvas + ul { margin-left: 0; }
}
.scoreboard-offset {
padding-left: 20px;
}
}
body.slim-container {
div.scoreboard {
padding: 0 @padding-standard;
}
}