2020-04-04 10:18:33 +00:00
|
|
|
.hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#installContainer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1em;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#installContainer button {
|
|
|
|
background-color: inherit;
|
|
|
|
border: 1px solid white;
|
|
|
|
color: white;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 0.75em;
|
2020-04-04 10:35:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.floating header {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating footer {
|
|
|
|
position: fixed;
|
|
|
|
padding: .6em;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2020-04-04 10:18:33 +00:00
|
|
|
}
|