z- to zan-

This commit is contained in:
cookfront
2017-02-28 17:19:42 +08:00
parent 048049d506
commit 86ee2eaedc
7 changed files with 13 additions and 13 deletions

View File

@@ -58,7 +58,7 @@
}
}
.zui-icon-arrow {
.zan-icon-arrow {
position: absolute;
top: 50%;
right: 10px;

View File

@@ -3,7 +3,7 @@
@component-namespace zan {
@b radio {
@when disabled {
.zui-icon {
.zan-icon {
color: #d1dbe5;
}
}
@@ -28,16 +28,16 @@
line-height: 22px;
}
.zui-icon {
.zan-icon {
font-size: 22px;
line-height: 1;
}
.zui-icon-checked {
.zan-icon-checked {
color: $c-green;
}
.zui-icon-check {
.zan-icon-check {
color: $c-gray-dark;
}
}