forked from hazza/dspace-angular
7 lines
128 B
SCSS
7 lines
128 B
SCSS
@import '../../../styles/variables.scss';
|
|
:host {
|
|
/deep/ em {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
} |