extpoint-yii2
Version:
JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core
31 lines (26 loc) • 476 B
text/less
.StringFieldView {
&__container {
position: relative;
}
// Phone
.intl-tel-input {
width: 100%;
}
&_has-error &__input {
border-color: rgba(219, 50, 50, 0.5);
}
// Readonly
&__icon-readonly {
content: ' ';
position: absolute;
top: 13px;
right: 13px;
width: 15px;
height: 15px;
vertical-align: middle;
cursor: pointer;
}
&_readonly &__icon-readonly {
display: block;
}
}