do
Coś się przyzeusuje ciekawe. Jakieś swoje pomysły mam, ale można podsuwać swoje na dc. Zobaczymy przede wszystkim ile osób przyjdzie, aczkolwiek jest niemała szansa na pojawienie się śmigłowca, jeśli trochę tych osób będzie.
Min 9 osób
.zapisy-wrapper {
margin-left: 50px;
margin-right: 50px;
}
.zapisy-wrapper .opis p {
margin-bottom: 1em;
}
.zapisy-wrapper .opis p:first-child {
margin-top: 1em;
}
.zapisy-wrapper .opis p::first-letter {
padding-left: 15px;
font-size: 150%;
}
.zapisy-app {
margin-top: 2em;
}
.zapisy-app .h1, .h2, .h3 {
margin-top: 1em;
}
.zapisy-app .h1 {
font-weight: bold;
font-size: 1.5em;
}
.zapisy-app .h2 {
font-weight: bold;
font-size: 1.2em;
margin-left: 15px;
}
.zapisy-app .h3 {
font-weight: bold;
font-size: 1.1em;
margin-left: 30px;
}
.zapis-url {
font-size: 0.8rem;
text-decoration: none !important;
}
.zapis-url:hover {
color: olivedrab;
}
.zapisy-log {
margin-top: 2em;
}
.slot {
grid-gap: 10px;
margin-left: 15px;
font-size: 14px;
}
.slot.wolny {
text-shadow: #3CFF0099 1px 0 10px;
}
.tuwpisany .opcja, .tuwpisany .wpisany, .tuwpisany .opis {
color: white !important;
font-weight: bold !important;
text-shadow: none !important;
}
.slot .opis {
font-weight: bold;
}
.slot .opcja {
font-weight: normal;
color: rgba(107, 142, 35, 0.8);
}
.slot .wazny {
font-weight: bold;
color: rgba(255, 104, 5, 0.8);
}
.slot .wpisany {
font-weight: normal;
font-style: italic;
}
.zapisanych {
margin-top: 1em;
margin-bottom: 1em;
}
.log-wypisany {
color: rgb(248, 79, 0);
margin: unset;
}
.log-wpisany {
color: rgb(13, 222, 0);
margin: unset;
}
.z_toastmsg {
min-width: 800px; /* Set a default minimum width */
margin-left: -400px; /* Divide value of min-width by 2 */
text-align: center; /* Centered text */
border-radius: 2px; /* Rounded borders */
padding: 16px; /* Padding */
position: fixed; /* Sit on top of the screen */
z-index: 1; /* Add a z-index if needed */
left: 50%; /* Center the snackbar */
bottom: 30px; /* 30px from the bottom */
}
@media (max-width: 500px) {
.zapisy-wrapper {
margin: 0;
}
.slot {
margin-left: 20px;
}
}