31 lines
683 B
CSS
31 lines
683 B
CSS
.nova-grid--field-wrapper {
|
|
border-top-color: rgba(0, 0, 0, 0) !important;
|
|
border-right-color: rgba(0, 0, 0, 0) !important;
|
|
border-bottom-color: rgba(0, 0, 0, 0) !important;
|
|
border-left-color: rgba(0, 0, 0, 0) !important;
|
|
|
|
/* border-bottom: 1px solid rgb(51,65,85) !important;*/
|
|
/* border: none !important;*/
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
|
|
dialog {
|
|
border: none !important;
|
|
border-radius: calc(5px * 3.74);
|
|
box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
|
padding: 1.6rem;
|
|
min-width: 400px;
|
|
max-width: 1200px;
|
|
}
|
|
|
|
dialog a {
|
|
outline: none;
|
|
}
|
|
|
|
/*div[data-popper-placement=bottom-start] {*/
|
|
/* display: contents;*/
|
|
/*}*/
|