32 lines
523 B
Plaintext
32 lines
523 B
Plaintext
.@{ant-prefix}-modal-header {
|
|
border-bottom: 1px solid #ccc !important;
|
|
margin: 0 -24px 15px -24px !important;
|
|
padding: 0 24px 15px 24px !important;
|
|
}
|
|
|
|
.@{ant-prefix}-modal-footer {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.search-layout {
|
|
position: relative;
|
|
|
|
&::after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: -10px;
|
|
left: -20px;
|
|
right: -20px;
|
|
height: 10px;
|
|
background-color: rgb(241, 241, 242);
|
|
}
|
|
}
|
|
|
|
.table-layout {
|
|
}
|
|
|
|
.card-layout {
|
|
background-color: #fff;
|
|
border-radius: 6px;
|
|
}
|