mempool/frontend/src/app/components/search-form/search-results/search-results.component.scss
2024-05-30 09:31:44 +02:00

29 lines
382 B
SCSS

.card-title {
color: var(--title-fg);
font-size: 10px;
margin-bottom: 4px;
font-size: 1rem;
margin-left: 10px;
}
.danger {
color: var(--red);
}
.dropdown-menu {
position: absolute;
top: 42px;
left: 0px;
box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.075);
width: 100%;
}
.inactive {
opacity: 0.2;
}
.active {
background-color: var(--active-bg);
}