Add: Auto display if error occurs option

This commit is contained in:
surunzi
2016-05-16 12:00:50 +08:00
parent 2d90e848b8
commit 62c8b6acf5
6 changed files with 17 additions and 8 deletions

View File

@@ -104,13 +104,14 @@
left: 0;
bottom: 0;
width: 100%;
display: flex;
font-size: 0;
.btn {
text-align: center;
color: $gray;
font-size: 14px;
line-height: 40px;
flex-grow: 1;
width: 20%;
display: inline-block;
&:active, &.active {
color: $blue;
}