mempool/frontend/src/app/components/search-form/search-results/search-results.component.scss

29 lines
382 B
SCSS
Raw Normal View History

.card-title {
2023-01-03 05:24:14 -06:00
color: var(--title-fg);
font-size: 10px;
margin-bottom: 4px;
font-size: 1rem;
margin-left: 10px;
}
.danger {
2024-04-10 14:39:29 +09:00
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%;
}
2022-08-30 23:58:58 +02:00
.inactive {
opacity: 0.2;
}
2024-05-30 09:31:44 +02:00
.active {
background-color: var(--active-bg);
}