Files
vivespos-landing/modules/system/assets/css/settings/settings.css
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

73 lines
1.6 KiB
CSS

.control-settings .settings-category {
padding: 20px;
background-color: #ecf0f1;
}
.control-settings .settings-category h3 {
margin: 0;
font-weight: 100;
color: #293e50;
}
.control-settings .settings-items {
padding: 20px;
margin: 0;
}
.control-settings .settings-items.row {
font-size: 0;
}
.control-settings .settings-items.row > .settings-item {
float: none;
vertical-align: top;
display: inline-block;
}
.control-settings .settings-items .settings-item > a {
display: block;
position: relative;
padding-left: 72px;
padding-top: 10px;
text-decoration: none;
margin-bottom: 20px;
line-height: 150%;
}
.control-settings .settings-items .settings-item > a h5 {
margin-top: 0;
color: #333333;
font-size: 18px;
line-height: 150%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.control-settings .settings-items .settings-item > a p {
color: #777;
font-size: 12px;
line-height: 150%;
}
.control-settings .settings-items .settings-item > a .item-icon {
position: absolute;
left: 0;
top: 0;
background: #f0f0f0;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
width: 64px;
height: 64px;
display: block;
text-align: center;
color: #555;
}
.control-settings .settings-items .settings-item > a .item-icon i {
font-size: 52px;
line-height: 64px;
}
.control-settings .settings-items .settings-item > a:hover h5 {
color: #063f68;
}
.control-settings .settings-items .settings-item > a:hover p {
color: #063f68;
}
.control-settings .settings-items .settings-item > a:hover .item-icon {
background: #e0e0e0;
color: #063f68;
}