feat(core) : colibris unbundle with config support

This commit is contained in:
Florian Schmitt 2021-11-29 19:14:50 +01:00
parent b7ae41fc45
commit 2a292ade9b
17 changed files with 1732 additions and 1884 deletions

View file

@ -110,6 +110,9 @@ a:hover, a:focus, a:active {
text-decoration: underline;
}
#header-bar {
margin-bottom:1em
}
#colibris-menu,
#archipel {
background: #5a696b;
@ -135,19 +138,24 @@ a:hover, a:focus, a:active {
}
.main-header {
margin:2em 0 0 0;
display: flex;
align-content: space-around;
justify-content: space-between;
align-items: center;
}
.title {
display: flex;
align-content: space-around;
align-items: center;
}
.logo {
width: 350px;
width: 120px;
}
.base-line {
font-family: 'geomanistitalic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color:#5b6a6c;
font-size: 20px;
margin-left:2em;
font-size: 16px;
margin-left:1em;
}
.container {
@ -158,13 +166,12 @@ a:hover, a:focus, a:active {
margin: 1em;
}
.board-container {
margin: 1em auto 0 auto;
width:1140px;
margin: 1em auto;
width:100%;
}
.actions {
float:right;
margin-top: 1em;
}
.actions a {
font-weight: bold;
@ -417,7 +424,7 @@ h2 {
}
.names input {
padding: 0; //2px 8px 2px 2px;
padding: 0;
border: none;
outline: 0;
width: 100px;
@ -1169,3 +1176,7 @@ svg {
stroke-linecap: round;
stroke-width: 5;
}
.pull-right {
float: right;
}