diff --git a/packages/lending/src/App.less b/packages/lending/src/App.less index bcddffb..60f457c 100644 --- a/packages/lending/src/App.less +++ b/packages/lending/src/App.less @@ -47,65 +47,6 @@ body { height: 100%; } -.App-Bar { - display: grid; - grid-template-columns: 1fr 120px; - -webkit-box-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - align-items: center; - flex-direction: row; - width: 100%; - top: 0px; - position: relative; - padding: 1rem; - z-index: 2; - - .ant-menu-horizontal { - border-bottom-color: transparent; - background-color: transparent; - line-height: inherit; - font-size: 16px; - margin: 0 10px; - - .ant-menu-item { - margin: 0 10px; - color: lightgrey; - height: 35px; - line-height: 35px; - border-width: 0px !important; - } - - .ant-menu-item:hover { - color: white; - border-width: 0px !important; - } - - .ant-menu-item-selected { - font-weight: bold; - } - } -} - -.App-Bar-left { - box-sizing: border-box; - margin: 0px; - min-width: 0px; - display: flex; - padding: 0px; - -webkit-box-align: center; - align-items: center; - width: fit-content; -} - -.App-Bar-right { - display: flex; - flex-direction: row; - -webkit-box-align: center; - align-items: center; - justify-self: flex-end; -} - .ant-tabs-nav-scroll { display: flex; justify-content: center;