Przełączanie pomiędzy sekcjami dziennika

This commit is contained in:
2022-05-20 00:40:42 +02:00
parent 1fafae4a48
commit fa7d9fffd2
5 changed files with 442 additions and 152 deletions
+33
View File
@@ -243,4 +243,37 @@ ul {
background-color: #3c3c3c;
}
}
}
.return-btn {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
right: 0;
bottom: 0;
z-index: 100;
margin: 0 1em 1em 0;
width: 2em;
height: 2em;
font-size: 1.7em;
background-color: #333;
color: white;
border-radius: 50%;
cursor: pointer;
&:hover {
background-color: #3c3c3c;
}
img {
width: 1.3em;
}
}