mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Node.js transition is completed!
This commit is contained in:
14
client/public/stylesheets/elements.css
Normal file
14
client/public/stylesheets/elements.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user