Split API / Webpage
We use react as a webpage, so it can be served either on OBS or on the server.
This commit is contained in:
25
front-end/src/Pages/box.css
Normal file
25
front-end/src/Pages/box.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.box {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
background-color: #fcb900;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.amount:before {
|
||||
content:'€'
|
||||
}
|
||||
|
||||
.amount {
|
||||
background-color: #fd7e14;
|
||||
padding-right: 2px
|
||||
}
|
||||
|
||||
.name {
|
||||
padding-right: 2px
|
||||
}
|
||||
|
||||
.message {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user