Node.js transition is completed!

This commit is contained in:
Pax1601
2023-01-27 08:16:40 +01:00
parent b8b2590323
commit 12c23bd607
20 changed files with 461 additions and 170 deletions

View File

@@ -0,0 +1,14 @@
.olympus-element-1 {
background-color: #247be2;
height: 28;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 14px;
}
.bottom-separator {
border-bottom: 1px solid gray;
}