assets/css/tools.css in appscms-tools-theme-0.5.6 vs assets/css/tools.css in appscms-tools-theme-0.5.7
- old
+ new
@@ -1423,5 +1423,39 @@
width: 100%;
display: block;
text-align: center;
text-decoration: none !important;
}
+.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);
+}
+.rating-text {
+ font-size: 17px;
+ font-weight: 700;
+ color: rgb(33, 33, 33);
+ padding: 6px;
+}
+.rating-stars {
+ color: #9d9d9d !important;
+ padding-top: 17px;
+ display: flex;
+ align-items: center;
+}
+.rating-stars i {
+ padding: 5px;
+ font-size: 17px;
+}
+.rating-value {
+ line-height: 24px;
+ font-size: 16px;
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
+ -webkit-font-smoothing: antialiased;
+ font-weight: 400;
+ color: rgb(33, 33, 33);
+ padding: 6px;
+}