@enki-tek/fms-web-components 0.0.79 → 0.0.80
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@
|
|
7
7
|
border: none;
|
8
8
|
cursor: pointer;
|
9
9
|
border-radius: 6px;
|
10
|
-
padding:
|
10
|
+
padding: 10px 16px;
|
11
11
|
height: $medium-height;
|
12
12
|
box-shadow: $lowShadow;
|
13
13
|
border: none;
|
@@ -31,7 +31,7 @@
|
|
31
31
|
|
32
32
|
//medium button
|
33
33
|
.ebtn-medium {
|
34
|
-
padding:
|
34
|
+
padding: 10px 16px;
|
35
35
|
height: $medium-height;
|
36
36
|
display: flex;
|
37
37
|
justify-content: center;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
border: none;
|
57
57
|
cursor: pointer;
|
58
58
|
border-radius: 6px;
|
59
|
-
padding:
|
59
|
+
padding: 10px 16px;
|
60
60
|
height: 42px;
|
61
61
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
|
62
62
|
border: none;
|
@@ -75,7 +75,7 @@
|
|
75
75
|
font-size: 12px;
|
76
76
|
}
|
77
77
|
.ebtn-medium {
|
78
|
-
padding:
|
78
|
+
padding: 10px 16px;
|
79
79
|
height: 42px;
|
80
80
|
display: flex;
|
81
81
|
justify-content: center;
|