🏦
아직 등록된 계좌가 없어요
은행·카드·현금·대출·마이너스통장·투자를 추가해보세요.
@@ -620,42 +468,30 @@ button.primary {
.nw-card .value.debt {
color: #c0392b;
}
-.tabbar {
+.wallet-head {
display: flex;
- align-items: center;
- justify-content: space-between;
- gap: 0.5rem;
- border-bottom: 1px solid var(--color-border);
- margin-bottom: 1rem;
-}
-.tabs {
- display: flex;
- gap: 0.25rem;
- flex: 1;
- min-width: 0;
- overflow-x: auto;
- -webkit-overflow-scrolling: touch;
- scrollbar-width: none; /* 한 줄 유지(넘치면 가로 스크롤), 스크롤바 숨김 */
-}
-.tabs::-webkit-scrollbar {
- display: none;
+ justify-content: flex-end;
+ margin-bottom: 0.75rem;
}
.tab-add {
flex-shrink: 0;
}
-.tabs button {
- border: 0;
- border-bottom: 2px solid transparent;
- border-radius: 0;
- background: transparent;
- padding: 0.6rem 0.7rem;
- white-space: nowrap; /* 버튼 안 글자가 줄바꿈되지 않도록(두 줄 방지) */
- flex-shrink: 0;
+.wallet-group {
+ margin-bottom: 1.4rem;
}
-.tabs button.active {
- border-bottom-color: hsla(160, 100%, 37%, 1);
- color: hsla(160, 100%, 37%, 1);
- font-weight: 600;
+.wg-title {
+ font-size: 0.9rem;
+ font-weight: 700;
+ opacity: 0.7;
+ margin: 0 0 0.35rem;
+ padding-bottom: 0.3rem;
+ border-bottom: 1px solid var(--color-border);
+}
+.go-chevron {
+ flex: 0 0 auto;
+ opacity: 0.35;
+ font-size: 1.1rem;
+ padding-left: 0.15rem;
}
.wallet-list {
list-style: none;