28 lines
423 B
Plaintext
28 lines
423 B
Plaintext
.customEpDialogLayout {
|
|
.text-elli {
|
|
padding-right: 16px;
|
|
}
|
|
|
|
.setHeaderWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-search-group {
|
|
.wea-title {
|
|
padding-left: 0 !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.ant-col-8 {
|
|
padding: 0 8px !important;
|
|
}
|
|
|
|
.wea-content {
|
|
padding: 8px 16px 0;
|
|
}
|
|
}
|
|
}
|