Skip to content

Commit

Permalink
fix(bootstrap): radio temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Feb 26, 2018
1 parent 212491a commit 14f5112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@

// loading progress bar
@include ngx-pace-theme();

.custom-control .custom-control-indicator {
border-radius: 50%; // TODO: quickfix for https://github.com/akveo/nebular/issues/275
}
};

0 comments on commit 14f5112

Please sign in to comment.