passman/sass/admin.scss

22 lines
299 B
SCSS
Raw Normal View History

#passwordSharingSettings{
#mover{
table{
td{
padding: 5px;
}
}
input[type="text"]{
width: 350px;
}
2021-03-17 07:56:22 +08:00
.account_mover_selector {
width: 350px;
.select2-choice {
height: 34px;
}
}
}
#requests-table{
width: 100%;
}
2021-03-17 07:56:22 +08:00
}