diff --git a/src/component/bar/Menu.css b/src/component/bar/Menu.css index 44b08ad..d257594 100644 --- a/src/component/bar/Menu.css +++ b/src/component/bar/Menu.css @@ -217,6 +217,27 @@ .Menu .top-right-bar .immediate { margin: 16px auto; width: fit-content; + box-sizing: border-box; + + /* Auto layout */ + + flex-direction: row; + align-items: center; + + padding: 16px 24px; + gap: 19px; + position: relative; + font-size: 16px; + line-height: 150%; + color: var(--text-neutral-0); + + background: var(--accent-blue); + border: 1px solid var(--accent-blue) --primary-blue-100; + + /* Button drop shadow */ + + box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); + border-radius: 200px; } .Menu .split-bar { diff --git a/src/component/bar/Menu.jsx b/src/component/bar/Menu.jsx index cd0697e..c55219f 100644 --- a/src/component/bar/Menu.jsx +++ b/src/component/bar/Menu.jsx @@ -305,11 +305,10 @@ export default class Menu extends React.Component {
- - - IMMEDIATE SUPPORT + +