Skip to content

Commit

Permalink
#7326 add button with icon css class support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed May 24, 2018
1 parent ab3062c commit 8c54553
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/notebook/src/shared/style/beakerx.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ $focusColor: #66bb6a;
font-family: "Lato", Helvetica, sans-serif;
}

.BeakerX-button {
&[class*="icon"] {
font: normal normal normal 14px/1 FontAwesome;
}

&:before {
display: inline-block;
}

&.icon-close:before {
content: "\f00d" !important;
}
}

.bko-focused {
border: 1px solid $focusColor !important;

Expand Down

0 comments on commit 8c54553

Please sign in to comment.