You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import '~antd/dist/antd.css';
|
|
|
|
|
|
|
|
.align_right{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align_left{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-1{
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
.mb-n1{
|
|
|
|
margin-bottom: -1em;
|
|
|
|
}
|
|
|
|
.p-none{
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.p-s1{
|
|
|
|
padding: .5em;
|
|
|
|
}
|