@festo-ui/web-essentials 11.0.0-dev.962 → 11.0.0-dev.964

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/web-essentials",
3
- "version": "11.0.0-dev.962",
3
+ "version": "11.0.0-dev.964",
4
4
  "description": "CSS framework and utils to build FESTO web applications",
5
5
  "keywords": [
6
6
  "css",
package/scss/_badge.scss CHANGED
@@ -2,43 +2,36 @@
2
2
 
3
3
  .fwe-badge {
4
4
  display: inline-block;
5
- border-radius: 2px;
6
- font-size: variables.$font-size-md;
7
- padding-left: 6px;
8
- padding-right: 6px;
9
5
  color: variables.$white;
10
- max-height: 19px;
11
- height: 19px;
12
- line-height: 17px;
13
6
  background-color: variables.$hero;
7
+ border-radius: 2px;
8
+ max-height: 18px;
9
+ height: 18px;
10
+ line-height: 18px;
11
+ padding: 0 4px;
14
12
  font-weight: variables.$font-weight-bold;
13
+ font-size: variables.$font-size-md;
15
14
 
16
15
  &.fwe-badge-sm {
17
16
  font-size: variables.$font-size-small;
18
- max-height: 17px;
19
- height: 17px;
20
- line-height: 16px;
17
+ max-height: 18px;
18
+ height: 18px;
19
+ line-height: 18px;
21
20
  }
22
21
 
23
- &.fwe-badge-md {
22
+ &.fwe-badge-md,
23
+ &.fwe-badge-lg {
24
24
  font-size: variables.$font-size-base;
25
25
  max-height: 22px;
26
26
  height: 22px;
27
- line-height: 20px;
28
- }
29
-
30
- &.fwe-badge-lg {
31
- font-size: variables.$font-size-xl;
32
- max-height: 32px;
33
- height: 32px;
34
- line-height: 30px;
27
+ line-height: 22px;
35
28
  }
36
29
 
37
30
  &.fwe-badge-xl {
38
- font-size: variables.$font-size-xxl;
39
- max-height: 44px;
40
- height: 44px;
41
- line-height: 42px;
31
+ font-size: variables.$font-size-xl;
32
+ max-height: 34px;
33
+ height: 34px;
34
+ line-height: 34px;
42
35
  }
43
36
  }
44
37
 
package/scss/_button.scss CHANGED
@@ -44,6 +44,7 @@ button.fwe-btn {
44
44
  color: variables.$text-disabled;
45
45
  }
46
46
 
47
+ &.fwe-btn-primary,
47
48
  &.fwe-btn-hero {
48
49
  color: variables.$white;
49
50
  background: variables.$hero;
@@ -35,7 +35,7 @@
35
35
  margin: 0;
36
36
  }
37
37
 
38
- button.fwe-btn-hero {
38
+ button.fwe-btn-primary {
39
39
  margin-top: 24px;
40
40
  justify-content: center;
41
41
  margin-left: 18px;
@@ -97,7 +97,7 @@
97
97
  -webkit-line-clamp: 3;
98
98
  }
99
99
 
100
- button.fwe-btn-hero {
100
+ button.fwe-btn-primary {
101
101
  justify-content: center;
102
102
  margin-top: 0;
103
103
  margin-left: 34px;