@rolemodel/optics
Version:
Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects.
25 lines (20 loc) • 342 B
CSS
.pagination {
display: flex;
align-items: center;
gap: 0;
/* Showing Dropdown */
.form-group {
align-items: center;
.form-label {
grid-column: 1;
}
.form-control {
grid-column: 2;
}
}
/* ... Gap */
.pagination__divider {
height: 100%;
padding-inline: var(--op-space-x-small);
}
}