18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
|
|
.pageLayout-extra{
|
||
|
|
margin: 0px 0px 24px;
|
||
|
|
color: rgba(0, 0, 0, 0.45);
|
||
|
|
}
|
||
|
|
.micro-temp-modal-body{
|
||
|
|
max-height: 630px;
|
||
|
|
overflow-y: auto;
|
||
|
|
scrollbar-width: thin;
|
||
|
|
}
|
||
|
|
body{
|
||
|
|
height: 100%;
|
||
|
|
overflow-y: hidden;
|
||
|
|
}
|
||
|
|
.micro-temp-layout-container .micro-temp-lay-container-bottom{
|
||
|
|
padding: 10px 24px !important;
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-end;
|
||
|
|
}
|