[improvement] Badge: update info style (#2122)

This commit is contained in:
neverland
2018-11-22 21:50:27 +08:00
committed by GitHub
parent 58c06e7d34
commit 8042e37829
7 changed files with 59 additions and 38 deletions
+6 -6
View File
@@ -13,6 +13,10 @@
background-color: @background-color;
border-left: 3px solid transparent;
&__text {
position: relative;
}
&:active {
background-color: @active-color;
}
@@ -36,11 +40,7 @@
}
}
&__info {
top: 7px;
left: auto;
right: 5px;
font-size: 12px;
transform: scale(0.9);
.van-info {
right: 4px;
}
}