assets/css/wordgames-result.css in word-games-theme-2.7.9 vs assets/css/wordgames-result.css in word-games-theme-2.8.6
- old
+ new
@@ -2,17 +2,20 @@
Result page css
***************/
/* show more button */
+
.showmore_btn {
background: black;
padding: 1rem 2rem;
border-radius: 50px;
color: #fff;
font-size: 15px;
border: none;
+ position: relative;
+ z-index: 9;
}
.points{
position:relative; top:4px; font-size:12px
}
@@ -345,9 +348,10 @@
padding: 10px 0px 5px 25px;
border-top-right-radius: 13px;
border-top-left-radius: 13px;
color: #fff;
}
+
.wordListHeading>h3 {
font-size: 20px;
font-weight: 600;
}
\ No newline at end of file