passman/sass/settings.scss

16 lines
212 B
SCSS
Raw Normal View History

2016-09-25 02:16:57 +08:00
.scan-result-table{
margin-top: 10px;
.score{
padding-left: 0px;
padding-right: 15px;
}
2016-09-25 22:18:18 +08:00
}
.import_log {
max-height: 600px;
overflow-y: auto;
textarea{
width: 90%;
height: 200px;
}
2016-09-25 02:16:57 +08:00
}