thaw/thaw_mobile/tabbar/tabbar-item.css

17 lines
308 B
CSS
Raw Permalink Normal View History

2023-11-05 16:03:58 +08:00
.thaw-tabbar-item {
2023-05-27 23:55:27 +08:00
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
2023-11-05 16:03:58 +08:00
.thaw-tabbar-item--selected {
color: var(--thaw-font-color-selected)
2023-05-27 23:55:27 +08:00
}
2023-11-05 16:03:58 +08:00
.thaw-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
}