diff --git a/src/styles/globals.css b/src/styles/globals.css index d156094d..f7b993e5 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -18,12 +18,9 @@ body { margin: 0; padding: 0; font-family: Poppins, sans-serif !important; - background: linear-gradient( - to bottom, + background: linear-gradient(to bottom, transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); + rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb)); } @layer utilities { @@ -79,6 +76,7 @@ ul.MuiList-root li.MuiMenuItem-root[data-value=""] { .ka-thead-cell { font-weight: 600; } + .ka-thead-cell-content { font-weight: normal !important; } @@ -100,9 +98,7 @@ ul.MuiList-root li.MuiMenuItem-root[data-value=""] { border: solid 1px #ccc; } -.player { - -} +.player {} #overlay-button[aria-label="Player Menu Open"] { margin-top: 4rem !important; @@ -112,3 +108,13 @@ ul.MuiList-root li.MuiMenuItem-root[data-value=""] { display: none !important; } +.Request-btn { + background: #FDBE16 !important; + border-radius: 100px !important; + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), + 0px 2px 2px 0px rgba(0, 0, 0, 0.14), + 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; + color: #1E1B16 !important; + font-size: 14px !important; + font-weight: 600 !important; +} \ No newline at end of file