| 1 |
.rl-btn { |
| 2 |
display: inline-block; |
| 3 |
border-radius: 0.25rem; |
| 4 |
padding: 0.375rem 0.75rem; |
| 5 |
font-size: 1rem; |
| 6 |
line-height: 1.5; |
| 7 |
text-transform: capitalize; |
| 8 |
font-weight: 400; |
| 9 |
text-align: center; |
| 10 |
text-decoration: none; |
| 11 |
vertical-align: middle; |
| 12 |
cursor: pointer; |
| 13 |
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; |
| 14 |
border: 1px solid transparent; |
| 15 |
background-color: transparent; |
| 16 |
} |
| 17 |
|
| 18 |
.rl-btn-primary { |
| 19 |
color: #ffffff; |
| 20 |
/*#0811fb;*/ |
| 21 |
background-color: #0076CE; |
| 22 |
} |
| 23 |
|
| 24 |
.rl-btn-primary:hover { |
| 25 |
color: #ffffff; |
| 26 |
/* background-color: #0811fb; */ |
| 27 |
background-color: #0076CE; |
| 28 |
} |
| 29 |
|
| 30 |
.rl_survey_notice .p1 { |
| 31 |
font-size: 1.2rem; |
| 32 |
} |