/* You can add global styles to this file, and also import other style files */ @import "//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"; @font-face { font-family: 'EricssonCapital'; src: url("./assets/font/utm-ericsson-capital.ttf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Impact'; src: url("./assets/font/impact.ttf"); font-weight: normal; font-style: normal; } html, body { height: 100% !important; overflow: hidden; } body { background-color: #303030 !important; color: #eeeeee !important; margin-top: 1em !important; margin-bottom: 1em !important; font-weight: bold !important; } app-kanban-board { overflow: hidden; } .ui.fullwide-container { margin-left: 1em; margin-right: 1em; } .match-mhr { text-justify: none; color: mediumpurple; } .match-s { text-justify: none; color: #00b5ad; } .match-m { text-justify: none; color: #0ea432; } .match-l { text-justify: none; color: #ffbf00; } .match-xl { text-justify: none; color: coral; } .over-wip { background-color: rgba(194, 59, 34, 0.3); } .prio-icon { display: inline-block; vertical-align: middle; }