10 lines
162 B
SCSS
10 lines
162 B
SCSS
|
.gl-badge.whats-new-item-badge {
|
||
|
background-color: $purple-light;
|
||
|
color: $purple;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.whats-new-item-image {
|
||
|
border-color: $gray-50;
|
||
|
}
|