mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
17 lines
No EOL
308 B
CSS
17 lines
No EOL
308 B
CSS
.thaw-tabbar-item {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.thaw-tabbar-item--selected {
|
|
color: var(--thaw-font-color-selected)
|
|
}
|
|
|
|
.thaw-tabbar-item__content {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
} |