wgbtn.css (475B)
1 .wgbtn { 2 margin: 0.5em; 3 padding: 0.375rem 0.75rem; 4 display: inline-block !important; 5 text-align: center; 6 white-space: nowrap; 7 vertical-align: middle; 8 text-decoration: none !important; 9 float: right; 10 color: #f2f2f2 !important; 11 box-sizing: border-box; 12 border: 1px solid; 13 border-color: #f2f2f2; 14 border-radius: 0.25rem; 15 font-size: 1rem; 16 line-height: 1; 17 } 18 19 .wgbtn:hover { 20 background-color: #faf7fc; 21 color: #333 !important; 22 }