step component

This commit is contained in:
cookfront
2017-03-02 13:59:27 +08:00
parent 12c80402a8
commit c8f7888dd2
4 changed files with 58 additions and 9 deletions
+33
View File
@@ -3,5 +3,38 @@
@component-namespace zan {
@b steps {
padding: 15px 0;
.zan-icon {
font-size: 40px;
line-height: 1;
float: left;
}
@e status {
padding: 0 10px;
}
@e message {
display: table;
height: 40px;
padding-right: 50px;
width: 100%;
box-sizing: border-box;
.zan-steps__message-wrapper {
display: table-cell;
vertical-align: middle;
}
}
@e title {
font-size: 14px;
color: $c-black;
}
@e desc {
font-size: 12px;
color: $c-gray-dark;
}
}
}