Thursday, June 04, 2026 3:42:25 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> _choices.scss
@use "sass:map";

.choices__inner {
    padding: unset !important;
    min-height: unset !important;
}

.choices__input,
.choices__inner,
.choices__list {
    background-color: var(--bs-body-bg) !important;
}

.choices__list,
.choices__inner {
    border-color: var(--bs-border-color) !important;
}

.choices__item {
    @extend .mt-1;
    @extend .ms-1;

    border-radius: $border-radius !important;
    background-color: transparent !important;
    border-color: var(--bs-secondary) !important;
    color: var(--bs-secondary-color) !important;
}

.choices__button {
    border-color: var(--bs-secondary);
}

.choices__input {
    padding-bottom: calc(map.get($spacers, 2) - 3px) !important;
}
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2