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