Skip to content

Commit

Permalink
restyle tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jun 25, 2021
1 parent ee7f273 commit 7a4cc45
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 242 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/components.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@import "components/code_listing";
@import "components/heatmap";
@import "components/img";
@import "components/label";
@import "components/link";
@import "components/modal";
@import "components/notification";
Expand All @@ -17,6 +16,7 @@
@import "components/scoresheet";
@import "components/stepper";
@import "components/table-toolbar";
@import "components/tokenfield";
@import "components/tutor";
@import "components/progress-chart";

Expand Down
138 changes: 0 additions & 138 deletions app/assets/stylesheets/components/label.css.scss

This file was deleted.

6 changes: 0 additions & 6 deletions app/assets/stylesheets/components/table-toolbar.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
border: none;
box-shadow: none;

.token {
margin-top: 6px;
margin-bottom: 6px;
font-size: 15px;
}

.twitter-typeahead .token-input.tt-hint {
color: $text-secondary;
margin-top: 7px;
Expand Down
Loading

0 comments on commit 7a4cc45

Please sign in to comment.