[Improvement] Field: input text align (#1352)

This commit is contained in:
neverland
2018-06-28 19:21:46 +08:00
committed by GitHub
parent 77eddb7aa0
commit 9bc40153e5
4 changed files with 17 additions and 4 deletions

View File

@@ -29,6 +29,14 @@
color: $gray-darker;
background-color: transparent;
}
&--center {
text-align: center;
}
&--right {
text-align: right;
}
}
&__clear,