mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
19 lines
248 B
SCSS
19 lines
248 B
SCSS
.tabs {
|
|
font-size: 16px;
|
|
height: 60px;
|
|
}
|
|
.tab-item {
|
|
a {
|
|
font-family: $lightSansFontFamily;
|
|
font-weight: 200;
|
|
|
|
.active, &:active {
|
|
//box-shadow: inset 0 0 10px rgba(0, 0, 0, .12);
|
|
}
|
|
}
|
|
i {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
|