definma-ui/src/app/materials/materials.component.scss
2020-08-31 16:14:47 +02:00

54 lines
634 B
SCSS

.paging {
height: 50px;
float: left;
rb-form-input {
max-width: 65px;
}
> * {
float: left;
}
> button {
margin-top: 18px;
}
> span {
margin-top: 20px;
margin-left: 5px;
}
}
.status-selection {
overflow: hidden;
margin-bottom: 10px;
float: left;
margin-right: 15px;
label {
display: block;
font-weight: 700;
font-size: 10px;
}
rb-form-checkbox {
float: left;
margin-right: 10px;
margin-top: -10px;
}
}
.header-addnew {
margin-bottom: 40px;
& > * {
display: inline;
margin-bottom: 10px;
}
rb-icon-button {
float: right;
}
}