Skip to content

Commit

Permalink
Improve appearance of button cards
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Mar 17, 2024
1 parent 315549c commit bd0f1bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linwooddev/style",
"description": "",
"main": "index.js",
"version": "0.3.4",
"version": "0.3.5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "sass --watch scss/:css/",
Expand Down
1 change: 1 addition & 0 deletions packages/web/scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ button, .btn {
text-decoration: none;
transition: all 0.2s ease-in-out;
font-weight: bold;
line-height: 1.5;
font-size: 1rem;
border-radius: vars.$border-radius;
padding: 0.5rem 1rem;
Expand Down
2 changes: 2 additions & 0 deletions packages/web/scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
transition: all 0.2s ease-in-out;
text-decoration: none;
color: colors.$background-text;
backdrop-filter: none;
line-height: 1.5;
font-weight: normal;
text-align: left;
&.bold {
Expand Down
1 change: 1 addition & 0 deletions packages/web/scss/_typo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

* {
box-sizing: border-box;
line-height: 1.5;
}

html, body {
Expand Down

0 comments on commit bd0f1bc

Please sign in to comment.