-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style cleanup for table-bordered and warning-text (#173)
* adding alternate color * adding alternate color * updating flex layout * fix all the padding with containers * fixing merge issue * code alignment * code alignment * code alignment * updating package lock json * reverting index lint * taking out large container sizes to small sizes, updating responsive conatiner class, table: removing white-space class * fixing the container width issue on increasing the font size * fixing the container width issue on increasing the font size * adding flag icons * adding new flag icon dependency and removing url-loader from webpack loader * fixing table-bordered: border issue and warning text color * active color for the app header link * uncommenting tables example * adding comment for color code
- Loading branch information
Showing
6 changed files
with
71 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text-emphasis-variant
does not import any mixins that containstext-emphasis-variant
. Mixins and variables should be imported in every file that references those variables/mixin functions.This causes #185