Files
2013-08-29 09:13:07 -05:00

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;
}
}