cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
63 lines (54 loc) • 1.15 kB
CSS
.modal-dialog-full{
position: fixed ;
margin: 0 ;
width: 100% ;
height: 100% ;
padding: 0 ;
}
.modal-content-full{
position: absolute ;
top: 0 ;
right: 0 ;
bottom: 0 ;
left: 0 ;
border-radius: 0 ;
box-shadow: none ;
}
.modal-upload {
min-height: 70px;
width: 100%;
line-height: 70px;
text-align: center;
cursor: pointer;
}
.full-width {
width: 100% ;
}
.button-cancel-capture {
margin-left: 55px ;
}
.progress{
width: 96%;
text-align: center;
background-color: #f4f4f4;
color: #fff;
border-radius: 20px;
}
.progress-bar {
min-width: 15%;
white-space: nowrap;
overflow: hidden;
padding: 5px;
border-radius: 20px;
background-color: var(--colorSuccess40, #33cd5f);
}
.col.item.item-input.component-holder {
white-space: pre-wrap;
line-height: 1.5;
}
.k-window-titlebar+.k-window-content {
margin-top : 0px ;
}
.k-button.k-primary.k-state-hover, .k-button.k-primary:hover {
color: #c5c5c5 ;
}