[improvement] add padding variables (#3911)

This commit is contained in:
neverland
2019-07-20 15:46:27 +08:00
committed by GitHub
parent e400c9b67d
commit 5d83423b34
59 changed files with 132 additions and 242 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
background-color: @cell-background-color;
&:not(:last-child)::after {
.hairline-bottom(@cell-border-color, 15px);
.hairline-bottom(@cell-border-color, @padding-md);
}
&--borderless::after {
@@ -74,7 +74,7 @@
&::before {
position: absolute;
left: 7px;
left: @padding-xs;
color: @cell-required-color;
font-size: @cell-font-size;
content: '*';