mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-23 13:34:19 +00:00
7 lines
132 B
CSS
7 lines
132 B
CSS
.SummaryRight {
|
|
min-width: 30px;
|
|
padding: 5px;
|
|
|
|
background-color: var(--bg-accent);
|
|
border-radius: 0 30px 30px 0;
|
|
}
|