cefc-view-transactiondetails
Version:
CEFC-UI Component
25 lines (22 loc) • 335 B
text/less
.title {
text-align: center;
}
.wrapper {
display: flex;
min-height: 300px;
background-color: #303030;
padding: .15rem;
}
.left {
width: 60%;
min-height: 300px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #fff;
}
.right {
margin-left: .15rem;
width: 40%;
}