acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
39 lines (31 loc) • 500 B
text/less
.isoButtonWrapper {
display: flex;
width: 100%;
align-items: center;
margin: 10px 0 30px;
}
.isoCardWrapper {
margin-bottom: 20px;
.jp-card-container {
margin: 40px auto 60px;
}
}
.isoCardInfoForm {
display: flex;
width: 100%;
flex-wrap: wrap;
.isoCardInput {
margin-bottom: 10px;
&.name {
order: 2;
margin-bottom: 0;
}
&.expiry,
&.cvc {
width: calc(~"100% / 2 - 5px");
}
&.expiry {
margin-right: 10px;
}
}
}