Files
postshop-backend/public/assets/panel/css/additional.css
2026-02-03 15:31:29 +05:00

35 lines
619 B
CSS

.px-1\.5 {
padding-left: 0.375rem;
padding-right: 0.375rem;
}
.text-black {
color: black;
}
.text-green-800 {
color: rgb(22 101 52);
}
.text-red-800 {
color: rgb(153 27 27);
}
.text-green-darker {
color: #003e17;
}
.fit-content {
width: fit-content;
}
.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;*/
}