Skip to content

Commit

Permalink
restyle tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jun 8, 2021
1 parent ade70f7 commit edb5a36
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 @@ -7,7 +7,6 @@
@import "components/form";
@import "components/heatmap";
@import "components/img";
@import "components/label";
@import "components/link";
@import "components/modal";
@import "components/notification";
Expand All @@ -18,6 +17,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 edb5a36

Please sign in to comment.