passman/sass/admin.scss
2021-03-17 00:56:22 +01:00

21 lines
299 B
SCSS

#passwordSharingSettings{
#mover{
table{
td{
padding: 5px;
}
}
input[type="text"]{
width: 350px;
}
.account_mover_selector {
width: 350px;
.select2-choice {
height: 34px;
}
}
}
#requests-table{
width: 100%;
}
}