definma-ui/src/app/users/users.component.scss

17 lines
203 B
SCSS
Raw Normal View History

2020-07-29 13:14:29 +02:00
::ng-deep td .error-messages {
position: absolute;
}
2020-08-10 12:34:14 +02:00
td:last-child rb-icon-button {
width: 100px;
float: left;
::ng-deep button {
width: 100%;
}
}
2020-09-02 14:11:00 +02:00
rb-form-select {
min-width: 150px;
}