mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Przełączanie pomiędzy sekcjami dziennika
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user