54 lines
634 B
SCSS
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;
|
|
}
|
|
}
|