File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
projects/systelab-components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " systelab-components" ,
3
- "version" : " 18.0.2 " ,
3
+ "version" : " 18.0.3 " ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [
6
6
" Angular" ,
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ systelab-button {
74
74
border-radius : 3em ;
75
75
cursor : pointer ;
76
76
display : inline-block ;
77
- line-height : 1 ;
77
+ line-height : 1.5 ;
78
78
font-size : 1rem ;
79
- padding : 9 px 12 px ;
79
+ padding : 0.375 rem 0.75 rem ;
80
80
border : none ;
81
81
}
82
82
@@ -87,15 +87,15 @@ systelab-button {
87
87
88
88
.slab-btn-small {
89
89
font-size : 0.875rem ;
90
- padding : 7 px 11 px ;
90
+ padding : 0.35 rem 0.65 rem ;
91
91
}
92
92
.slab-btn-medium {
93
93
font-size : 1rem ;
94
- padding : 9 px 12 px ;
94
+ padding : 0.375 rem 0.75 rem ;
95
95
}
96
96
.slab-btn-large {
97
97
font-size : 1.25rem ;
98
- padding : 14 px 16 px ;
98
+ padding : 0.6 rem 1 rem ;
99
99
}
100
100
101
101
You can’t perform that action at this time.
0 commit comments