Merge routing mock and user management pages
This commit is contained in:
parent
eeb74643d0
commit
55553eb6a6
6 changed files with 73 additions and 400 deletions
|
|
@ -56,3 +56,4 @@ $theme-colors: map-merge(
|
|||
@import "./sync/pool-csv-upload.scss";
|
||||
@import "./sync/pool-by-id.scss";
|
||||
@import "./sync/settings.scss";
|
||||
@import "./sync/settings-user-list.scss";
|
||||
|
|
|
|||
19
scss/sync/settings-user-list.scss
Normal file
19
scss/sync/settings-user-list.scss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.bg-warrant {
|
||||
background-color: $warning;
|
||||
}
|
||||
.bg-drone {
|
||||
background-color: $info;
|
||||
}
|
||||
.form-check-input.switch-lg {
|
||||
width: 3em;
|
||||
height: 1.5em;
|
||||
}
|
||||
.status-badge {
|
||||
width: 100px;
|
||||
}
|
||||
.tech-photo {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue