Add: Clear all button

This commit is contained in:
surunzi
2016-05-31 12:22:38 +08:00
parent fc439c11ee
commit 6a6aca81ee
8 changed files with 114 additions and 59 deletions

View File

@@ -37,12 +37,12 @@
background: $blue;
padding: $padding;
color: #fff;
font-size: 16px;
font-size: $font-size;
}
margin-bottom: 10px;
table {
td {
font-size: 14px;
font-size: $font-size-s;
padding: 5px 10px;
}
.key {
@@ -54,6 +54,7 @@
@include overflow-auto(x);
background: #fff;
padding: $padding;
font-size: $font-size-s;
margin-bottom: 10px;
}
}