Files
fredy/ui/src/components/segment/SegmentParts.less

8 lines
176 B
Plaintext
Raw Normal View History

2022-03-27 19:42:58 +02:00
.segmentParts {
border: 1px solid #323232 !important;
border-radius: 5px !important;
color: rgba(var(--semi-grey-8), 1);
background: rgb(53, 54, 60);
margin: 2rem;
}