@insaic/neon
Version:
A Mobile UI Components built on Vue
27 lines (25 loc) • 600 B
CSS
.sq-cell-group-wrap {
height: 44px;
font-size: 13px;
padding: 12px 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sq-cell-group-wrap-left {
color: #666;
}
.sq-cell-group-wrap-right {
color: #4A90E2;
}