diff options
Diffstat (limited to 'frontend/src/components/record.css')
| -rw-r--r-- | frontend/src/components/record.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/src/components/record.css b/frontend/src/components/record.css new file mode 100644 index 0000000..60d47ee --- /dev/null +++ b/frontend/src/components/record.css | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | .record-container { | ||
| 2 | --padding: 20px; | ||
| 3 | width: calc(100% - calc(var(--padding * 2))); | ||
| 4 | height: 42px; | ||
| 5 | background-color: #2B2E46; | ||
| 6 | border-radius: 200px; | ||
| 7 | font-size: 18px; | ||
| 8 | display: grid; | ||
| 9 | grid-template-columns: 20% 25% 15% 15% 25%; | ||
| 10 | text-align: center; | ||
| 11 | padding: 0px var(--padding); | ||
| 12 | vertical-align: middle; | ||
| 13 | align-items: center; | ||
| 14 | margin-bottom: 6px; | ||
| 15 | } \ No newline at end of file | ||