You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/angular/free/_list-group.scss

22 lines
284 B
SCSS

.flex-column {
.nav-item a {
width: 100%;
margin: 0;
color: #495057;
margin-bottom: -1px;
}
.nav-link {
padding:0 !important;
}
.active a {
background-color: #007bff;
border-color: #007bff;
color: #fff !important;
}
.list-group-item {
border-radius: 0;
}
}