@@ -2713,14 +2713,28 @@ nav.app-tabbar .app-tabbar-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--color-surface-container);
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.partner-menu-item:last-child { border-bottom: none; }
|
||||
|
||||
.partner-menu-item:active {
|
||||
background: rgba(166, 29, 36, 0.04);
|
||||
}
|
||||
|
||||
.partner-menu-item-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user