passman/sass/admin.scss
binsky 4175c836fe improve vault delete confirm button style
Signed-off-by: binsky <timo@binsky.org>
2022-10-21 18:36:23 +02:00

31 lines
452 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%;
}
.link {
cursor: pointer;
}
.link.accept:hover {
color: var(--color-error);
}
.link.ignore:hover {
color: var(--color-primary);
}
}