Files
web/components/TempDesignSystem/SidePeek/Content/content.module.css
2024-07-15 09:47:00 +02:00

26 lines
413 B
CSS

.content {
display: grid;
grid-template-rows: min-content auto;
gap: var(--Spacing-x4);
height: 100%;
padding: var(--Spacing-x4) var(--Spacing-x5);
}
.header {
display: flex;
justify-content: flex-end;
}
.header:has(> h2) {
justify-content: space-between;
}
.closeBtn {
border: none;
background-color: transparent;
display: flex;
align-items: center;
padding: 0;
cursor: pointer;
}