feat: VivesPOS landing on Winter CMS 1.2 — theme + plugin + Dockerfile
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
- 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
This commit is contained in:
121
modules/system/assets/less/updates/updates.less
Normal file
121
modules/system/assets/less/updates/updates.less
Normal file
@@ -0,0 +1,121 @@
|
||||
@import "../../../../backend/assets/less/core/boot.less";
|
||||
|
||||
.important-update-label {
|
||||
margin: 7px 0;
|
||||
}
|
||||
|
||||
.control-updatelist {
|
||||
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: @line-height-computed;
|
||||
|
||||
.update-item {
|
||||
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
||||
.item-header {
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 0 10px;
|
||||
|
||||
h5 {
|
||||
margin: 0;
|
||||
padding: 15px 0;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
|
||||
i {
|
||||
margin-right: 7px;
|
||||
color: @color-text-title;
|
||||
}
|
||||
|
||||
small {
|
||||
text-transform: none;
|
||||
float: right;
|
||||
line-height: 13px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.important-update {
|
||||
padding: 7px 0 0 0;
|
||||
float: right;
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
dl {
|
||||
padding: 10px;
|
||||
margin-bottom: 0;
|
||||
.clearfix;
|
||||
|
||||
dt, dd {
|
||||
float: left;
|
||||
padding: 5px 0;
|
||||
line-height: 20px;
|
||||
&.text-muted {
|
||||
color: #999 !important;
|
||||
}
|
||||
}
|
||||
|
||||
dt {
|
||||
width: 15%;
|
||||
clear: left;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #2b3e50;
|
||||
}
|
||||
dd {
|
||||
width: 85%;
|
||||
font-size: 12px;
|
||||
color: #455152;
|
||||
}
|
||||
|
||||
.important-update-label {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
background-color: #e01346;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
padding: .2em .6em .3em;
|
||||
font-size: 75%;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
.border-radius(.25em);
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
&.item-danger {
|
||||
.item-header {
|
||||
background-color: @state-danger-bg;
|
||||
h5, i, & { color: @state-danger-text; }
|
||||
}
|
||||
}
|
||||
|
||||
&.item-success {
|
||||
.item-header {
|
||||
background-color: @state-success-bg;
|
||||
h5, i, & { color: @state-success-text; }
|
||||
}
|
||||
}
|
||||
|
||||
&.item-muted {
|
||||
border-bottom: none;
|
||||
|
||||
.item-header {
|
||||
h5, i, & { color: rgba(0,0,0,.35); }
|
||||
}
|
||||
dl {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user