feature(database-connection): Restructure frontend
This commit is contained in:
19
frontend/src/components/UserList/UserList.scss
Normal file
19
frontend/src/components/UserList/UserList.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.UserList {
|
||||
.first-place {
|
||||
font-size: xx-large;
|
||||
font-weight: bolder;
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.second-place {
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
.third-place {
|
||||
font-size: larger;
|
||||
color: saddlebrown;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user