diff --git a/frontend/src/app/components/header/styles.module.css b/frontend/src/app/components/header/styles.module.css index 7278e59..cbb2cf7 100644 --- a/frontend/src/app/components/header/styles.module.css +++ b/frontend/src/app/components/header/styles.module.css @@ -49,8 +49,8 @@ } .dropdownContainer { - width: 201px; - height: 28px; + /* width: 201px; + height: 28px; */ cursor: pointer; position: relative; } @@ -69,27 +69,21 @@ line-height: normal; } .dropdownBtn > div { - display: flex; + display: inline-flex; padding: 8px; justify-content: center; align-items: center; gap: 10px; border-radius: 100px; + border: 1px solid #b8badc00; } .dropdownBtn > div:hover { - border-radius: 100px; border: 1px solid #b8badc; - border: 1px solid color(display-p3 0.7238 0.7303 0.8531); background: linear-gradient( 180deg, rgba(149, 154, 255, 0.25) 0%, rgba(88, 91, 151, 0.25) 100% ); - background: linear-gradient( - 180deg, - color(display-p3 0.5892 0.6031 0.9766 / 0.25) 0%, - color(display-p3 0.3479 0.3561 0.5766 / 0.25) 100% - ); } /* Dropdown */ .dropdown {