diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index b07b53d..a58440b 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -47,13 +47,19 @@ margin-top: 8px; } +.stats-container { + margin: 12px 0px; +} + .stats-row-box { display: flex; flex-direction: row; align-items: center; + border: 1px solid orange; + border-radius: 10px; + background-color: #f5f5f5; margin: 12px 0px; padding: 0px 6px; - background-color: #f5f5f5; height: 42px; border-radius: 6px; }