45 lines
912 B
CSS
45 lines
912 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;*/
|
|
/*}*/
|
|
|
|
|
|
button[dusk="update-and-continue-editing-button"],
|
|
button[dusk="create-and-add-another-button"] {
|
|
display: none;
|
|
}
|
|
|
|
.o1-table thead tr {
|
|
text-align: left;
|
|
}
|
|
|
|
.o1-table thead tr th:first-child {
|
|
padding-left: 5px;
|
|
}
|