diff --git a/src/app/markup-text-component/markup-text-component.component.scss b/src/app/markup-text-component/markup-text-component.component.scss index 58c34de..d1d0b9f 100644 --- a/src/app/markup-text-component/markup-text-component.component.scss +++ b/src/app/markup-text-component/markup-text-component.component.scss @@ -1,19 +1,48 @@ body { } a { color: inherit; /* no colors for links. Color will be defined by semantic classes */ text-decoration: inherit; /* no underline */ } -.humgeo { +::ng-deep .poly-menu { + width: 400px; +} + +.style-markup { + +} + +.semantic-markup { +} + +.semantic-markup.polysemantic { + text-decoration: underline; + cursor: pointer; + color: #0c5593; + font-weight: bold; +} + +.semantic-markup.humgeo { font-weight: bold; } .humgeo.city { color: blue; } .humgeo.state { color: #a4a4a4; } + +.semantic-markup.human { +} + +.human.organization { + color: #fa1cbc; +} + +.human.person{ + color: #ffbb5c; +}