assets/css/appscms-theme.css in appscms-tools-theme-3.8.3 vs assets/css/appscms-theme.css in appscms-tools-theme-3.8.4

- old
+ new

@@ -269,11 +269,12 @@ } .bg-primary { background-color: #1b2fe7; } /* headings section */ -.appscms-h1 { +.appscms-h1, +.success-msg { font-size: 50px; font-weight: 799; margin: 20px 0px; color: #000; } @@ -540,11 +541,12 @@ @media (max-width: 575.98px) { body { background: var(--secondary-color); } - .appscms-h1 { + .appscms-h1, + .success-msg { font-size: 30px; font-weight: 799; } .appscms-h2 { font-size: 12px; @@ -779,6 +781,127 @@ .upload-from-drives img { cursor: pointer; } #appscms-tools-section a { text-decoration: none; +} +.success-msg { + text-align: center; + color: var(--primary-color); +} +.go-back-block { + display: flex; + align-items: center; + justify-content: center; +} +.go-back-block button { + background-color: var(--primary-color); + color: var(--while-color); + border: none; + border-radius: 10px; + padding: 10px 15px; + font-size: 15px; + height: 48px; + min-width: 212px; +} +.go-back-block button i { + color: var(--black-color); + background-color: var(--while-color); + padding: 8px; + border-radius: 50%; + font-size: 12px; +} +#rating-img { + height: 1px; + width: 1px; + filter: brightness(); + filter: brightness(100); +} +.rating-tool { + display: flex; + justify-content: center; + align-items: center; + background-color: rgb(252, 252, 252); + border-radius: 50px; + height: 70px; +} +#rating { + font-size: 25px; + font-weight: 600; +} +.rating-text { + font-size: 16px; +} + +.rating-stars { + padding: 0px 10px; +} + +.rating-stars i { + font-size: 20px; +} +.download-social-share { + background: #d0d3ed; + padding: 40px 0px; + display: flex; + justify-content: space-between; +} +.share-icons { + display: flex; + gap: 30px; + justify-content: end; +} +.download-social-share a { + color: #000; + font-size: 17px; + height: 40px; + width: 40px; + display: flex; + align-items: center; + justify-content: center; + padding: 10px 10px; + border: 2px solid var(--black-color); + border-radius: 50%; +} +.appscms-heading { + font-size: 25px; + text-align: center; + font-weight: 500; +} +.website-img { + height: 50px; + width: 50px; +} +.website-showcase { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + margin-bottom: 15px; +} +.website-showcase a { + color: var(--black-color); + font-size: 15px; + margin-top: 10px; +} +.feature-showcase { + display: flex; + padding: 50px 0px; + justify-content: space-between; +} +.feature-showcase-div { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.feature-showcase-div img { + height: 45px; + width: 45px; +} +.feature-showcase a span { + margin-top: 15px; + font-size: 14px; +} +.feature-showcase a { + color: var(--black-color); }