Skip to content

Commit

Permalink
fix: style fixes/tweaks for npm library (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson authored Feb 7, 2024
1 parent d84377f commit 42eecfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@concord-consortium/cloud-file-manager",
"description": "Wrapper for providing file management for web applications",
"author": "The Concord Consortium",
"version": "2.0.0-pre.1",
"version": "2.0.0-pre.2",
"repository": {
"type": "git",
"url": "https://github.com/concord-consortium/cloud-file-manager"
Expand Down
4 changes: 2 additions & 2 deletions src/style/components/tabbed-panel.styl
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
text-decoration underline
.buttons
position absolute
bottom 10
right 10
bottom 10px
right 10px
button
modal-button()
margin-left 10px
Expand Down
2 changes: 1 addition & 1 deletion src/style/mixins/components.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
modal-button($thickness=15px)
line-height normal
padding $thickness
label-font(weight:bold, size:$thickness)
color #fff
Expand All @@ -10,4 +11,3 @@ modal-button($thickness=15px)

.clickable
cursor: pointer

0 comments on commit 42eecfe

Please sign in to comment.