nitropage
Version:
A free and open source, extensible visual page builder based on SolidStart.
37 lines (31 loc) • 536 B
CSS
.groups {
display: grid;
grid-template-columns: auto 1fr;
gap: 2.5rem 3rem;
}
.groupTitle {
font-size: 0.875rem;
color: var(--np-slate-400);
}
.shortcuts {
width: 100%;
display: grid;
gap: 0.5rem 3rem;
align-items: center;
grid-template-columns: 1fr auto;
}
.title {
display: flex;
align-items: center;
}
.title svg {
position: absolute;
translate: -1.325rem;
font-size: 1.25rem;
color: var(--np-slate-400);
}
.shortcut {
text-align: right;
font-family: var(--np-font-mono);
line-height: 1;
}