mirror of
https://github.com/sern-handler/gui
synced 2026-06-17 13:22:16 +00:00
16 lines
317 B
CSS
16 lines
317 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
|
|
|
|
.languageSelector {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
width: 70px;
|
|
}
|
|
|
|
.menuItems {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
} |