mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
280 B
SCSS
16 lines
280 B
SCSS
.select-image {
|
|
.w-100 {
|
|
border: 1px solid transparent;
|
|
&:hover, &.selected {
|
|
border-color: #dee2e6;
|
|
background-color: #f8f9fa;
|
|
}
|
|
.select-img-bg {
|
|
height: 2rem;
|
|
}
|
|
.text-center {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
} |