Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 74 additions & 1 deletion dist/css/ca_trevis_apex_ig_simple_checkbox.min.css
Original file line number Diff line number Diff line change
@@ -1 +1,74 @@
.a-GV-columnItem .ig-simple-checkbox input[type=text],.a-GV-columnItem .ig-simple-checkbox input[type=text]:focus,.ig-simple-checkbox input[type=text],.ig-simple-checkbox input[type=text]:focus{border-width:0!important;height:0!important;padding:0!important;width:0!important}.ig-simple-checkbox{padding-left:0;text-align:center;width:100%}.ig-simple-checkbox.checkbox_group.apex-item-checkbox{text-align:center}.ig-simple-checkbox.checkbox_group input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ig-simple-checkbox.checkbox_group input+label{cursor:pointer;display:inline-block;min-height:16px;padding-left:16px;position:relative;vertical-align:top}.ig-simple-checkbox.checkbox_group input+label::before{background-color:#f9f9f9;border:1px solid rgba(0,0,0,.2);border-radius:2px;content:'';display:block;height:16px;left:0;position:absolute;top:0;-webkit-transition:.25s ease;transition:.25s ease;width:16px;z-index:90}.ig-simple-checkbox.checkbox_group label{color:#4d4d4d;font-size:1.2rem;line-height:1.6rem}.ig-simple-checkbox.checkbox_group input+label::after{background-position:50%;background-repeat:no-repeat;background-size:16px;content:'';display:block;height:16px;left:0;opacity:0;position:absolute;top:0;-webkit-transition:.25s ease;transition:.25s ease;width:16px;z-index:100}.ig-simple-checkbox.checkbox_group input:checked+label::after{-webkit-animation:checkmark .25s ease-in-out;animation:checkmark .25s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;color:#fff;content:'\e007';font-family:apex-5-icon-font!important;font-size:14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal!important;font-variant:normal!important;font-weight:400!important;height:14px;line-height:1;opacity:1;padding:1px;speak:none;text-transform:none!important;-webkit-transform:scale(1);transform:scale(1);width:14px}
.a-GV-columnItem .ig-simple-checkbox input[type=text],
.a-GV-columnItem .ig-simple-checkbox input[type=text]:focus,
.ig-simple-checkbox input[type=text],
.ig-simple-checkbox input[type=text]:focus {
border-width: 0 !important;
height: 0 !important;
padding: 0 !important;
width: 0 !important;
}

.ig-simple-checkbox {
padding-left: 0;
text-align: center;
width: 100%;
}

.ig-simple-checkbox.checkbox_group.apex-item-checkbox {
text-align: center;
}

.ig-simple-checkbox.checkbox_group input {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.ig-simple-checkbox.checkbox_group input + label {
cursor: pointer;
display: inline-block;
min-height: 14px;
padding-left: 20px;
position: relative;
vertical-align: top;
}

.ig-simple-checkbox.checkbox_group input + label::before {
background-color: #fff;
border: 1px solid #7f7f7f;
border-radius: 2px;
content: '';
display: block;
height: 14px;
left: 0;
position: absolute;
top: 1px;
transition: .25s ease;
width: 14px;
}

.ig-simple-checkbox.checkbox_group label {
color: #4d4d4d;
font-size: 14px;
line-height: 1.4;
}

.ig-simple-checkbox.checkbox_group input:checked + label::before {
background-color: #fff;
border-color: #7f7f7f;
}

.ig-simple-checkbox.checkbox_group input:checked + label::after {
content: '\2714';
position: absolute;
top: -1px;
left: 2px;
font-size: 14px;
color: #000;
line-height: 1;
}