crh225/angular-github-issues

View on GitHub
apps/angular-github-issues/src/app/github/components/sub-navigation/sub-navigation.component.css

Summary

Maintainability
Test Coverage
.active-link { border-bottom: 2px solid #1e88e5; }
.img-circle{
    border-radius: 50%;
    width:40px;
    margin-right:10px;
}
.nav_wrapper{
    background-color:white;
}
.badge{
    margin-left:15px;
    background-color: #ffa000;
}

.mat-tab-label, .mat-tab-link {
    color: #262f3d;
    opacity: 1;
    text-decoration: none;
}