assets/css/frame.css in appscms-tools-theme-2.2.8 vs assets/css/frame.css in appscms-tools-theme-2.2.9

- old
+ new

@@ -469,5 +469,51 @@ padding: 7px 9px; } .categories-list .accordion > .card > .card-header { height: auto; } +.frame-h1 { + margin: 0; + font-size: 17pt; + line-height: 24pt; + font-weight: 600; + text-align: left; + color: #555; +} +.frame-h2 { + font-size: 15px; + line-height: 16px; + color: #656464; + max-width: 345px; + color: #555; + padding: 4px 0; + text-align: left; +} +.image-samples { + display: flex; + flex-wrap: wrap; + margin-top: 5px; + margin-bottom: 18px; + gap: 5px; + cursor: pointer; +} +.image-samples img { + cursor: pointer; + width: 52px; + height: 52px; + float: left; + background-color: #eee; +} + +#example-h3 { + font-size: 0.98em; + padding: 3px 0 3px; + text-align: left; + color: #555; + margin: 0 0 8px; + font-weight: 600; + border-bottom: 1px solid #dadada; +} +.preview-section img { + width: 100%; + height: 100%; +}