.flex { display: flex; } .mr10 { margin-right: 10px; } .primary-color { color: @blue; } .jcsb { justify-content: space-between; } .aic { align-items: center; } .container { padding: 10px; } .card{ background-color: #fff; border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,.3); padding: 15px; box-sizing: border-box; width: auto; } .flex{ display: flex; .flex1{ flex: 1; } &-y{ flex-direction: column; } &-center1{ justify-content: center; } &-center2{ align-items: center; } &-center3{ align-items: flex-start; } &-mean{ justify-content: space-around; } &-end{ justify-content: space-between; } &-fend{ justify-content: flex-end; } } .m{ &-left12{ margin-left: 12px; } &-left18{ margin-left: 18px; } &-right12{ margin-right: 12px; } &-right7{ margin-right: 7px; } &-top12{ margin-top: 12px; } &-top5{ margin-top: 5px; } &-bottom{ margin-bottom: 5px; } } .font-size13{ font-size: 13px; } .text-blue{ color:#3e92ff; } .pages { width: 100%; background-color: #f7f7f7; height: 100vh; overflow-y: scroll; } .rounded-corner { border-radius: 20px; } .opacity5 { opacity: 0.5; } .small_img{ width: 18px; }