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
+1 -1
View File
@@ -11,7 +11,7 @@
flex: 1;
padding-left: @padding-xs;
background-color: @search-background-color;
border-radius: 2px;
border-radius: @border-radius-sm;
&--round {
border-radius: @search-input-height / 2;