border field

This commit is contained in:
cookfront
2017-03-14 15:24:09 +08:00
parent b02ebc90d9
commit 93b2267a50
5 changed files with 42 additions and 4 deletions

View File

@@ -36,6 +36,20 @@
}
}
@m border {
.zan-field__control {
padding-left: 10px;
}
&::after {
@mixin border-retina (top, right, bottom, left);
}
&:last-child::after {
@mixin border-retina (bottom);
}
}
.zan-cell__title,
.zan-cell__value {
float: none;