You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pk8f3pmu2/app.wxss

33 lines
390 B

page {
5 years ago
height: 100%;
background-color: #f2f2f2;
5 years ago
}
5 years ago
.flex-wrap{
display: flex;
flex-direction: row;
}
.form-wrap {
border-top: 1px solid #eee;
margin: 12px 0;
}
.tappable:hover {
opacity: .6;
}
.container {
padding: 4px 12px;
}
.hint,
.error
.warning {
display: block;
margin: 8px 0;
color: #888;
font-size: 14px;
}
.error{
color:red;
}
.warning{
color: orange;
}