feat: add less vars of border-radius & opacity (#4596)

This commit is contained in:
neverland
2019-09-27 10:36:01 +08:00
committed by GitHub
parent 852314430b
commit 89c2022c37
6 changed files with 24 additions and 20 deletions
+4 -4
View File
@@ -35,7 +35,7 @@
margin: @padding-sm 0;
overflow: hidden;
background: @background-color;
border-radius: 4px;
border-radius: @border-radius-base;
img {
position: absolute;
@@ -141,7 +141,7 @@
font-size: 13px;
line-height: 16px;
vertical-align: middle;
border-radius: 4px;
border-radius: @border-radius-base;
&::before {
position: absolute;
@@ -159,7 +159,7 @@
height: 24px;
margin: 4px 0 4px 4px;
object-fit: cover;
border-radius: 2px;
border-radius: @border-radius-sm;
}
&-name {
@@ -255,7 +255,7 @@
height: 64px;
margin-right: @padding-xs;
background: @sku-item-background-color;
border-radius: 2px;
border-radius: @border-radius-sm;
img {
width: 100%;