This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/components/color-picker.scss

11 lines
207 B
SCSS

.color-picker-container {
display: flex;
justify-content: center;
align-items: center;
.verte__guide {
border-radius: 100%;
border: 1px solid $grey-light;
box-shadow: $card-shadow;
}
}