forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-17 16:24:46 +02:00
parent 95177c9137
commit 68d8ed1851
1 changed files with 85 additions and 115 deletions

View File

@ -43,36 +43,6 @@
</div> </div>
<style> <style>
.awards-wrapper input[type="radio"] {
display: none;
}
.awards-wrapper label {
cursor: pointer;
padding: 15px;
text-align: center;
text-transform: none!important;
}
.awards-wrapper label i {
font-size: 45px;
}
.awards-wrapper label.disabled {
opacity: 0.6;
}
.awards-wrapper label:hover {
/*background-color: rgba(173, 226, 255, 0.7)!important;*/
background-color: var(--primary)!important;
}
.awards-wrapper input[type="radio"]:checked+label {
/*background-color: rgba(173, 226, 255, 0.9)!important;*/
background-color: var(--primary)!important;
}
.check-card { .check-card {
list-style: none; list-style: none;
margin: 40px auto; margin: 40px auto;