extpoint-yii2
Version:
JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core
26 lines (23 loc) • 455 B
text/less
.FileButtonFieldView {
&__container {
position: relative;
}
.ButtonView__button {
position: relative;
}
&__progress {
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
pointer-events: none;
border-radius: 3px;
overflow: hidden;
border: solid 1px rgba(0, 0, 0, .2);
}
&__progress-bar {
height: 100%;
background-color: rgba(0, 0, 0, .2);
}
}