You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/attachments/SimpleAttachmentList/SimpleAttachmentList.scss

13 lines
231 B
SCSS

.SimpleAttachmentList {
// scss\
padding: 2rem 0;
.attach-table {
border-radius: var(--xshop-border-radius);
overflow: hidden;
span{
color: var(--xshop-secondary);
}
}
}