14 lines
215 B
SCSS
14 lines
215 B
SCSS
.edd-item-header-small {
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
gap: 6px;
|
|
|
|
span {
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
}
|
|
}
|