48 lines
604 B
SCSS
48 lines
604 B
SCSS
.progress-bar {
|
|
padding: 0;
|
|
}
|
|
|
|
.progress {
|
|
width: 50px;
|
|
}
|
|
|
|
#fileInput {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
opacity: 0;
|
|
height: 100%;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
|
|
.mat-toolbar-single-row {
|
|
height: auto !important;
|
|
background: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.mat-toolbar-single-row button {
|
|
width: 100px;
|
|
}
|
|
|
|
.mat-form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-mdc-form-field {
|
|
display: block;
|
|
}
|
|
|
|
.message {
|
|
background-color: #ddd;
|
|
padding: 15px;
|
|
color: #333;
|
|
border: #aaa solid 1px;
|
|
border-radius: 4px;
|
|
margin-bottom: 10px;
|
|
}
|
|
img{
|
|
max-width: -webkit-fill-available;
|
|
}
|