Skip to content

Commit 5f675f2

Browse files
authored
Merge pull request #967 from systelab/bugfix-966
#966 modified slab buttons styles to equal bootstrap
2 parents 6c3634f + c560f69 commit 5f675f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

projects/systelab-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systelab-components",
3-
"version": "18.0.2",
3+
"version": "18.0.3",
44
"license": "MIT",
55
"keywords": [
66
"Angular",

projects/systelab-components/sass/modern/_button.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ systelab-button {
7474
border-radius: 3em;
7575
cursor: pointer;
7676
display: inline-block;
77-
line-height: 1;
77+
line-height: 1.5;
7878
font-size: 1rem;
79-
padding: 9px 12px;
79+
padding: 0.375rem 0.75rem;
8080
border: none;
8181
}
8282

@@ -87,15 +87,15 @@ systelab-button {
8787

8888
.slab-btn-small {
8989
font-size: 0.875rem;
90-
padding: 7px 11px;
90+
padding: 0.35rem 0.65rem;
9191
}
9292
.slab-btn-medium {
9393
font-size: 1rem;
94-
padding: 9px 12px;
94+
padding: 0.375rem 0.75rem;
9595
}
9696
.slab-btn-large {
9797
font-size: 1.25rem;
98-
padding: 14px 16px;
98+
padding: 0.6rem 1rem;
9999
}
100100

101101

0 commit comments

Comments
 (0)