thaw/src/mobile/tabbar/tabbar-item.css

17 lines
308 B
CSS
Raw Normal View History

2023-05-27 23:55:27 +08:00
.melt-tabbar-item {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
.melt-tabbar-item--selected {
2023-11-02 22:01:48 +08:00
color: var(--melt-font-color-selected)
2023-05-27 23:55:27 +08:00
}
.melt-tabbar-item__content {
2023-05-28 23:47:24 +08:00
font-size: 12px;
line-height: 16px;
2023-05-27 23:55:27 +08:00
}