Skip to content

Commit

Permalink
FP-531: Move bootstrap.css into icon.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 18, 2020
1 parent 654709e commit 307c54a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 0 additions & 1 deletion client/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
/* TRUMPS */
/* NOTE: For the most part, allow React components to explicitely import as needed */
@import url('./trumps/icon.css');
@import url('./trumps/bootstrap.css');
8 changes: 0 additions & 8 deletions client/src/styles/trumps/bootstrap.css

This file was deleted.

11 changes: 11 additions & 0 deletions client/src/styles/trumps/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@
/* .icon-contract */.icon-collapse::before {
content: "\e915";
}



/* Overrides */

/* Align wrapped button text in buttons that have icons */
/* HACK: Placeholder style until UI is finalized and componetized */
.btn .icon + span,
.btn .loading-icon + span {
vertical-align: middle;
}

0 comments on commit 307c54a

Please sign in to comment.