mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
Add: Clear all button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user