mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 04:22:03 +08:00
18 lines
No EOL
239 B
SCSS
18 lines
No EOL
239 B
SCSS
.scan-result-table{
|
|
margin-top: 10px;
|
|
.score{
|
|
padding-left: 0px;
|
|
padding-right: 15px;
|
|
}
|
|
}
|
|
.error{
|
|
color: #ce3702;
|
|
}
|
|
.import_log {
|
|
max-height: 600px;
|
|
overflow-y: auto;
|
|
textarea{
|
|
width: 90%;
|
|
height: 200px;
|
|
}
|
|
} |