Skip to content

Blazor Support Discussion #1285

Answered by ArgoZhang
KHANFAIZAN05 asked this question in Q&A
May 20, 2023 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

@KHANFAIZAN05

Example - customize style for Select Component

The styles of all components will be variable.

.select {
    --bb-select-focus-shadow: none;
    --bb-select-bg: #fff;
    --bb-select-padding: 6px 2.25rem 6px 0.75rem;
    --bb-select-append-width: 30px;
    --bb-select-append-color: #c0c4cc;
    --bb-select-search-padding: 7px 10px;
    --bb-select-search-margin-bottom: .5rem;
    --bb-select-search-border-color: var(--bs-border-color);
    --bb-select-search-padding-right: 30px;
    --bb-select-search-icon-color: var(--bb-select-search-border-color);
    --bb-select-search-icon-right: 18px;
    --bb-select-search-icon-top: 18px;
}
  1. create a style file like site.css in your p…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@KHANFAIZAN05
Comment options

@densen2014
Comment options

@KHANFAIZAN05
Comment options

@ArgoZhang
Comment options

Answer selected by ArgoZhang
@KHANFAIZAN05
Comment options

@ArgoZhang
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants