| 1 |
.iworks-rate { |
| 2 |
font-family: "Exo 2", sans-serif; |
| 3 |
padding: 20px 30px; } |
| 4 |
.iworks-rate h4 { |
| 5 |
margin: 10px 0 0; |
| 6 |
padding: 4px 38px 4px 0; |
| 7 |
font-size: 16px; |
| 8 |
font-weight: 500; |
| 9 |
line-height: 1.618; |
| 10 |
--logo: attr(data-logo); } |
| 11 |
.iworks-rate h4 strong { |
| 12 |
font-weight: 900; } |
| 13 |
.iworks-rate p { |
| 14 |
font-size: 14px; |
| 15 |
max-width: 800px; |
| 16 |
line-height: 1.618; |
| 17 |
margin: 0 0 10px; |
| 18 |
padding: 4px 0; } |
| 19 |
.iworks-rate.has-logo h4 { |
| 20 |
display: flex; |
| 21 |
align-items: center; } |
| 22 |
|
| 23 |
.iworks-rate-logo { |
| 24 |
display: block; |
| 25 |
width: 3em; |
| 26 |
height: 3em; |
| 27 |
margin-right: .3em; |
| 28 |
content: ""; |
| 29 |
background-color: transparent; |
| 30 |
background-repeat: no-repeat; |
| 31 |
background-position: 50%; |
| 32 |
background-size: contain; } |
| 33 |
|
| 34 |
.iworks-rate-buttons { |
| 35 |
margin-top: -10px; |
| 36 |
padding: 10px 2px; |
| 37 |
overflow: hidden; } |
| 38 |
.iworks-rate-buttons .iworks-rate-button { |
| 39 |
float: left; |
| 40 |
margin: 20px 20px 0 0; } |
| 41 |
|
| 42 |
.iworks-rate-button { |
| 43 |
margin: 20px auto; |
| 44 |
position: relative; |
| 45 |
display: inline-block; |
| 46 |
min-width: 180px; |
| 47 |
padding: 9px 30px; |
| 48 |
font-weight: 500; |
| 49 |
font-size: 14px; |
| 50 |
line-height: 1.618; |
| 51 |
text-align: center; |
| 52 |
text-decoration: none; |
| 53 |
background-color: #fff; |
| 54 |
opacity: 1; |
| 55 |
box-sizing: border-box; |
| 56 |
box-shadow: none; |
| 57 |
outline: none; |
| 58 |
border: 1px solid transparent; |
| 59 |
transition: color 0.3s !important; |
| 60 |
z-index: 10; |
| 61 |
cursor: pointer; } |
| 62 |
.iworks-rate-button--green { |
| 63 |
border-color: #46b450; |
| 64 |
color: #46b450; } |
| 65 |
.iworks-rate-button--green:after { |
| 66 |
background-color: #46b450; } |
| 67 |
.iworks-rate-button--green:focus { |
| 68 |
color: #46b450; |
| 69 |
box-shadow: 0 0 0 1px #46b450, 0 0 2px 1px rgba(79, 148, 212, 0.8); |
| 70 |
outline: 1px solid transparent; } |
| 71 |
.iworks-rate-button--green:hover { |
| 72 |
color: #fff; |
| 73 |
background-color: #46b450; } |
| 74 |
.iworks-rate-button--blue { |
| 75 |
border-color: #0073aa; |
| 76 |
color: #0073aa; } |
| 77 |
.iworks-rate-button--blue:after { |
| 78 |
background-color: #0073aa; } |
| 79 |
.iworks-rate-button--blue:focus { |
| 80 |
box-shadow: 0 0 0 1px #0073aa, 0 0 2px 1px rgba(79, 148, 212, 0.8); |
| 81 |
color: #0073aa; |
| 82 |
outline: 1px solid transparent; } |
| 83 |
.iworks-rate-button--blue:hover { |
| 84 |
color: #fff; |
| 85 |
background-color: #0073aa; } |
| 86 |
.iworks-rate-button:before { |
| 87 |
float: left; |
| 88 |
margin-right: 10px; |
| 89 |
font-family: dashicons; |
| 90 |
font-size: 20px; |
| 91 |
line-height: 1.1; } |
| 92 |
.iworks-rate-button:after { |
| 93 |
content: ""; |
| 94 |
position: absolute; |
| 95 |
top: 0; |
| 96 |
left: 0; |
| 97 |
width: 0; |
| 98 |
bottom: 0; |
| 99 |
transition: all ease .3s; |
| 100 |
z-index: -1; } |
| 101 |
.iworks-rate-button:hover:after { |
| 102 |
width: 100%; } |
| 103 |
|
| 104 |
.iworks-rate-center { |
| 105 |
text-align: center; } |
| 106 |
|
| 107 |
/*# sourceMappingURL=admin.css.map */ |
| 108 |
|