saving some updates

This commit is contained in:
jenzur
2019-07-10 00:47:24 +02:00
parent f126440c11
commit 9232830451
14 changed files with 682 additions and 143 deletions
@@ -7584,4 +7584,56 @@ a.social_bt.google:before {
.react-fetch-progress-bar {
backgroundColor: red !important;
height: 10px;
}
.rowBoards{display:flex; flex-direction:row;}
#containerMaps {
width:100%;
text-align:center;
}
#containerMaps > div {
width: calc(100% / 6);
display: inline-block;
vertical-align: top;
text-align:center;
margin:2%;
padding:20px;
}
#containerMaps2 {
width:100%;
text-align:center;
}
#containerMaps2 > div {
width: calc(100% / 10);
display: inline-block;
vertical-align: top;
text-align:center;
margin:2%;
}
.centered {
height: 20vh; /* Magic here */
display: flex;
justify-content: center;
align-items: center;
}
.rowC{display:flex; flex-direction:row;}
.flexbox-container {
display: flex;
flex-direction: row;
height: 100vh;
width: 100%;
}
.myForm {
max-width: 1000px;
display: flex;
flex-wrap: wrap;
}