2017-08-01 16:33:34 +02:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
2017-09-08 09:43:50 +02:00
|
|
|
@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;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 13:06:45 +02:00
|
|
|
html,
|
|
|
|
|
body {
|
2017-09-08 09:43:50 +02:00
|
|
|
height: 100% !important;
|
|
|
|
|
overflow: hidden;
|
2017-08-28 13:06:45 +02:00
|
|
|
}
|
|
|
|
|
|
2017-08-02 18:50:50 +02:00
|
|
|
body {
|
2017-09-08 09:43:50 +02:00
|
|
|
background-color: #303030 !important;
|
|
|
|
|
color: #eeeeee !important;
|
|
|
|
|
margin-top: 1em !important;
|
|
|
|
|
margin-bottom: 1em !important;
|
|
|
|
|
font-weight: bold !important;
|
2017-08-02 18:50:50 +02:00
|
|
|
}
|
|
|
|
|
|
2017-08-28 13:06:45 +02:00
|
|
|
app-kanban-board {
|
2017-09-08 09:43:50 +02:00
|
|
|
overflow: hidden;
|
2017-08-28 13:06:45 +02:00
|
|
|
}
|
|
|
|
|
|
2017-08-02 18:50:50 +02:00
|
|
|
.ui.fullwide-container {
|
2017-09-08 09:43:50 +02:00
|
|
|
margin-left: 1em;
|
|
|
|
|
margin-right: 1em;
|
2017-08-02 18:50:50 +02:00
|
|
|
}
|
2017-08-15 16:39:19 +02:00
|
|
|
|
|
|
|
|
.match-mhr {
|
2017-09-08 09:43:50 +02:00
|
|
|
text-justify: none;
|
|
|
|
|
color: mediumpurple;
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.match-s {
|
2017-09-08 09:43:50 +02:00
|
|
|
text-justify: none;
|
|
|
|
|
color: #00b5ad;
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.match-m {
|
2017-09-08 09:43:50 +02:00
|
|
|
text-justify: none;
|
|
|
|
|
color: #0ea432;
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.match-l {
|
2017-09-08 09:43:50 +02:00
|
|
|
text-justify: none;
|
|
|
|
|
color: #ffbf00;
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.match-xl {
|
2017-09-08 09:43:50 +02:00
|
|
|
text-justify: none;
|
|
|
|
|
color: coral;
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.over-wip {
|
2017-09-08 09:43:50 +02:00
|
|
|
background-color: rgba(194, 59, 34, 0.3);
|
2017-08-15 16:39:19 +02:00
|
|
|
}
|
2017-08-15 17:53:22 +02:00
|
|
|
|
|
|
|
|
.prio-icon {
|
2017-09-08 09:43:50 +02:00
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2017-08-15 17:53:22 +02:00
|
|
|
}
|