Packages

LiveView library to manage database records

Current section

Files

Jump to
live_ui lib live_ui assets default.css
Raw

lib/live_ui/assets/default.css

a {
@apply text-sky-600;
}
.pc-text-input {
font-size: 1rem;
line-height: 1.25rem;
}
.pc-label {
@apply mb-1;
}
.pc-button--disabled {
cursor: default;
}
/* th:first-child,
td:first-child {
position: sticky;
left: 0;
z-index: 100;
background-color: inherit;
} */