mirror of
https://github.com/danbulant/ester_os
synced 2026-06-20 06:41:40 +00:00
Custom css for navbar
This commit is contained in:
parent
0d49b8cd08
commit
1143422f33
1 changed files with 10 additions and 36 deletions
|
|
@ -1,38 +1,12 @@
|
|||
.App {
|
||||
text-align: center;
|
||||
}
|
||||
.navbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
.App-logo {
|
||||
height: 40vmin;
|
||||
pointer-events: none;
|
||||
}
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.App-logo {
|
||||
animation: App-logo-spin infinite 20s linear;
|
||||
}
|
||||
}
|
||||
|
||||
.App-header {
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.App-link {
|
||||
color: #61dafb;
|
||||
}
|
||||
|
||||
@keyframes App-logo-spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
Loading…
Reference in a new issue