diff --git a/frontend/public/global.css b/frontend/public/global.css index 17ac1dc..9647e94 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -84,7 +84,7 @@ body { background-color: var(--background-color-1); } -/* shared styles for all components */ +/* top bar */ .top-bar { display: flex; @@ -102,6 +102,8 @@ body { margin-left: var(--space-xxs); } +/* modal */ + .modal-backdrop { position: absolute; width: 100vw; @@ -143,6 +145,8 @@ body { float: left; } +/* input */ + .input-label { text-transform: uppercase; color: var(--foreground-color-2); @@ -158,6 +162,8 @@ body { line-height: inherit; } +/* button */ + .button { background-color: var(--background-color-2); text-align: center; @@ -185,6 +191,8 @@ body { background-color: var(--purple-2); } +/* text */ + .h1 { font-size: 2.488rem; }