%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/newges4t/wp-content/plugins/chaty/assets/css/src/ |
| Current File : /home/c/a/s/casasmonvl/newges4t/wp-content/plugins/chaty/assets/css/src/_channels.less |
.channels{
&__view{
display: inline-block;
color: #5d5c5c;
margin-bottom: 0;
cursor: pointer;
line-height: 14px;
padding-left: 17px;
position: relative;
font-size: 14px;
margin-left: 6px;
&-check{
position: absolute;
z-index: -1;
opacity: 0;
&:checked {
&~.channels__view-txt {
&::before {
background-image: url("../images/icon-check.svg");
background-color: @background_color_2;
}
}
}
}
&-txt{
&:before {
content: '';
transition: all 0.2s;
position: absolute;
top: 0;
left: 0;
display: block;
width: 13px;
height: 13px;
line-height: 13px;
text-align: center;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
border-radius: 3px;
background-position: center;
background-repeat: no-repeat;
background-size: 13px;
}
}
}
&__input{
padding: 9px 7px;
border: 0;
line-height: 24px;
background: #FFFFFF;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
border-radius: 9px;
width: 282px;
&-box{
position: relative;
margin-right: 13px;
}
}
}