assets/css/appscms-theme.css in appscms-tools-theme-4.2.0 vs assets/css/appscms-theme.css in appscms-tools-theme-4.2.1

- old
+ new

@@ -8,16 +8,11 @@ padding: 0; margin: 0; -webkit-font-smoothing: antialiased; font-family: var(--font-family); overflow-x: hidden; - background: rgba(255, 33, 129, 0.2); - background: radial-gradient( - circle, - rgba(168, 237, 223, 0.13) 0%, - rgba(166, 143, 248, 0.14) 50% - ); + background: radial-gradient(var(--main-bg-color)); } .text-dark{ color: #000 !important; } /* appscms navbar */ @@ -491,25 +486,38 @@ border-radius: 10px; padding-top: 20px; background-color: rgba(255, 255, 255, 0.494); } +.contenttool-img-wrap-blog{ + padding: 14px; +} .appscms-blog-cards { - box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.06); - margin-bottom: 20px; + box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.16); + margin-bottom: 10px; border-radius: 10px !important; /* max-width: 340px; */ /* min-width: 300px; */ + } -.card-footer { - border-radius: 10px !important; +.card-title{ + font-size: 16px; } -.appscms-blog-cards img { - border-radius: 10px 10px 0px 0px; +.card-img-top{ height: auto; } +.card-footer{ + border: none !important; + border-radius: 10px !important; +} + +.post-read-more{ + font-size: 13px; + display: flex; + align-items: center; +} .card-body { display: flex; flex-direction: column; } @@ -528,22 +536,24 @@ height: 42px; border-radius: 50%; } .wrapfooter .author-meta { padding: 0px 15px 0px 10px; + /* display: flex; */ + align-items: center; } .wrapfooter .author-meta a { font-size: 15px; font-weight: 500; color: #3e3e3e; text-transform: capitalize; text-decoration: none; } .post-date { - color: #000; + color: gray; font-size: 14px; - font-weight: 500; + font-weight: 400; display: block; text-align: left; } /* footer */ @@ -698,11 +708,12 @@ border-radius: 10px; /* max-width: 340px; */ /* min-width: 300px; */ } - .appscms-blog-cards img { + .appscms-blog-cards .extrapaddingforimg img { + height: auto; border-radius: 10px 10px 0px 0px; } .card-body { display: flex; flex-direction: column; @@ -943,37 +954,36 @@ border-radius: 50%; font-size: 12px; } /* Rating tool css */ .rating-tool { - width: 100%; display: flex; justify-content: center; align-items: center; - padding: 20px 0px 20px 0px; - border-top: 1px solid rgb(221, 221, 221); - border-bottom: 1px solid rgb(221, 221, 221); - margin-bottom: 60px; - position: relative; - top: 30px; + box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); + background-color: #fcfcfc; + border-radius: 50px; + height: 70px; + margin: 40px 0; } .rating-tool #rating-img,#rating-img { height: 1px; width: 1px; filter: brightness(100); } .rating { - font-size: 30px; + font-size: 20px; } .rating-tool .rating-text { - font-size: 35px; + font-size: 16px; font-weight: 700; color: rgb(33, 33, 33); padding: 6px; } + .rating-tool .rating-stars { color: #9d9d9d !important; display: flex; align-items: center;