Skip to content

Commit

Permalink
fix(core-styles): fp-1499/tup-308 site button css
Browse files Browse the repository at this point in the history
This is needed for buttons to appear right on CMS.

Source: #498
  • Loading branch information
wesleyboar committed Jul 12, 2022
1 parent f2829f2 commit d5d4a33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import url("@tacc/core-styles/src/lib/_imports/components/c-button.css");

.c-button {
--max-width: unset;

font-size: 1.6rem;
}
1 change: 1 addition & 0 deletions taccsite_cms/static/site_cms/css/src/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@import url("_imports/components/bootstrap.container.css");
@import url("_imports/components/bootstrap.figure.css");
/* Unique to CMS */
@import url("./_imports/components/c-button.css");
@import url("./_imports/components/django.cms.css");
@import url("./_imports/components/django.cms.blog.css");
@import url("./_imports/components/django.cms.post.css");
Expand Down

0 comments on commit d5d4a33

Please sign in to comment.