8 lines
148 B
SCSS
8 lines
148 B
SCSS
|
|
.library-context {
|
||
|
|
.ant-dropdown-menu-item {
|
||
|
|
&.primary-action {
|
||
|
|
font-weight: 600;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|