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:
@@ -0,0 +1,41 @@
|
||||
.permissioneditor{position:relative;margin:0 -20px}
|
||||
.permissioneditor.control-disabled .permissions-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,0.01);cursor:not-allowed}
|
||||
.permissioneditor.control-disabled table{opacity:0.5;filter:alpha(opacity=50)}
|
||||
.permissioneditor table{width:100%}
|
||||
.permissioneditor table th{padding:30px 4px 8px 4px;color:#2A3E51;font-weight:normal;border-bottom:1px solid #DBE1E3}
|
||||
.permissioneditor table th.tab{font-size:13px}
|
||||
.permissioneditor table th.permission-type{text-transform:uppercase;font-size:11px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;transition:background-color 0.15s ease, color 0.15s ease}
|
||||
.permissioneditor table th.permission-type:hover{background-color:#48b2ce;color:#fff}
|
||||
.permissioneditor table td{padding:10px 4px;vertical-align:top;border-bottom:1px solid #ECF0F1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
||||
.permissioneditor table td.permission-value{text-align:center}
|
||||
.permissioneditor table td.permission-name{font-size:13px;cursor:pointer;color:#777}
|
||||
.permissioneditor table td p.comment{margin-top:5px;margin-bottom:0}
|
||||
.permissioneditor table td p.comment:empty{display:none}
|
||||
.permissioneditor table tr:hover td{background:#48b2ce}
|
||||
.permissioneditor table tr:hover td.permission-name{color:#fff !important}
|
||||
.permissioneditor table th:first-child,
|
||||
.permissioneditor table td:first-child{padding-left:20px}
|
||||
.permissioneditor table th:last-child,
|
||||
.permissioneditor table td:last-child{padding-right:5px}
|
||||
.permissioneditor table .custom-radio,
|
||||
.permissioneditor table .custom-checkbox,
|
||||
.permissioneditor table .custom-switch{display:inline-block;padding-left:0}
|
||||
.permissioneditor table .custom-radio,
|
||||
.permissioneditor table .custom-checkbox,
|
||||
.permissioneditor table .custom-switch,
|
||||
.permissioneditor table .custom-radio label,
|
||||
.permissioneditor table .custom-checkbox label,
|
||||
.permissioneditor table .custom-switch label{margin-bottom:0}
|
||||
.permissioneditor table .custom-radio label,
|
||||
.permissioneditor table .custom-checkbox label,
|
||||
.permissioneditor table .custom-switch label{padding:0 0 0 14px;margin:0;top:0}
|
||||
.permissioneditor table .custom-radio label span,
|
||||
.permissioneditor table .custom-checkbox label span,
|
||||
.permissioneditor table .custom-switch label span{text-indent:-10000em;display:block}
|
||||
.permissioneditor table .custom-radio label:before,
|
||||
.permissioneditor table .custom-checkbox label:before,
|
||||
.permissioneditor table .custom-switch label:before{margin-right:0}
|
||||
.permissioneditor table tr:last-child td{border-bottom:none}
|
||||
.permissioneditor table tr:first-child th{padding-top:0}
|
||||
.permissioneditor table tr.disabled td.permission-name{color:#AAA}
|
||||
.permissioneditor table tr.last-section-row td{border-bottom:none}
|
||||
Reference in New Issue
Block a user