Files
2013-08-31 18:15:56 -05:00

18 lines
232 B
SCSS

.tabs {
font-size: 16px;
}
.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;
}
}