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/SummaryText.module.css

22 lines
No EOL
375 B
CSS

.SummaryText {
flex-grow: 3;
padding: 0 0 0 20px;
background-color: var(--bg-light);
display: flex;
justify-content: stretch;
align-items: center;
font-size: small;
}
.Text {
height: 60px;
overflow-y: auto;
/* Custom scrollbar (firefox only!) */
scrollbar-color: var(--bg-accent) var(--bg-light);
scrollbar-width: auto;
}