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.
 
 
 
 
crm-project/src/assets/public.css

123 lines
1.4 KiB

.pd-10 {
padding: 10px;
}
.pl-5 {
padding-left: 5px;
}
.pr-5 {
padding-right: 5px;
}
.pt-5 {
padding-top: 5px;
}
.mr-5 {
margin-right: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.mt-15 {
margin-top: 15px;
}
.ml-15 {
margin-left: 15px;
}
.ml-10 {
margin-left: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.flex {
display: flex;
}
.flex-direction {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.align-start {
align-items: flex-start;
}
.align-end {
align-items: flex-end;
}
.align-center {
align-items: center;
}
.align-stretch {
align-items: stretch;
}
.self-start {
align-self: flex-start;
}
.self-center {
align-self: flex-center;
}
.self-end {
align-self: flex-end;
}
.self-stretch {
align-self: stretch;
}
.align-stretch {
align-items: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.btn-style {
background: #F86F54;
border: 1px solid #F86F54;
}
.icon-event {
cursor: pointer;
}
.form-item-bottom .ant-form-item {
margin-bottom: 10px;
}
.footer-box {
display: flex;
justify-content: center;
margin-top: 10px;
}
.center {
text-align: center;
}
.relative {
position: relative;
}