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.
xgd_system/src/styles/minix.less

37 lines
341 B

.pd20 {
padding: 20px;
}
.pb100 {
padding-bottom: 100px;
}
.mr20 {
margin-right: 20px;
}
.mt20 {
margin-top: 20px;
}
.ml20 {
margin-left: 20px;
}
.mb20 {
margin-bottom: 20px;
}
.line {
width: 100%;
height: 1px;
background: #EDEDED;
}
.even-row {
background-color: #fff;
}
.odd-row {
background-color: #F3F5F7;
}