1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00
pds-2021-g2-nest/nest_frontend/components/base/summary/SummaryRight.module.css

7 lines
132 B
CSS

.SummaryRight {
min-width: 30px;
padding: 5px;
background-color: var(--bg-accent);
border-radius: 0 30px 30px 0;
}