[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
@@ -10,7 +10,7 @@
background-color: @card-background-color;
&:not(:first-child) {
margin-top: 10px;
margin-top: @padding-xs;
}
&__header {
@@ -22,7 +22,7 @@
flex: none;
width: @card-thumb-size;
height: @card-thumb-size;
margin-right: 10px;
margin-right: @padding-xs;
}
&__content {