mempool/frontend/src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.scss

33 lines
472 B
SCSS
Raw Normal View History

.main {
max-width: 90%;
}
.col {
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
.card {
2024-04-04 15:36:24 +09:00
background-color: var(--bg);
}
.card-title {
font-size: 1rem;
2023-01-03 05:24:14 -06:00
color: var(--title-fg);
}
.card-title > a {
2023-01-03 05:24:14 -06:00
color: var(--title-fg);
}
.card-text {
font-size: 22px;
}
.title-link, .title-link:hover, .title-link:focus, .title-link:active {
text-align: center;
display: block;
margin-bottom: 10px;
text-decoration: none;
color: inherit;
}