holygrail2 1.3.59 → 1.3.62
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
package/scss/base/_height.scss
CHANGED
|
@@ -18,7 +18,7 @@ button {
|
|
|
18
18
|
border: none;
|
|
19
19
|
white-space: nowrap;
|
|
20
20
|
cursor: pointer;
|
|
21
|
-
padding:
|
|
21
|
+
padding: 2px 16px 0;
|
|
22
22
|
background-color: transparent;
|
|
23
23
|
min-height: $height-btn;
|
|
24
24
|
@include font-light;
|
|
@@ -228,9 +228,6 @@ button {
|
|
|
228
228
|
width: 100%;
|
|
229
229
|
padding-right: $padding-global * 2;
|
|
230
230
|
padding-left: $padding-global * 2;
|
|
231
|
-
font-size: $btn-text-full;
|
|
232
|
-
height: auto;
|
|
233
|
-
min-height: $height-btn;
|
|
234
231
|
}
|
|
235
232
|
.btn--round {
|
|
236
233
|
border-radius: 50px;
|
|
@@ -338,7 +335,6 @@ button {
|
|
|
338
335
|
color: $c-primary;
|
|
339
336
|
background-color: $c-white;
|
|
340
337
|
border: 1px solid $c-primary;
|
|
341
|
-
line-height: 1;
|
|
342
338
|
svg {
|
|
343
339
|
circle {
|
|
344
340
|
stroke: $c-primary;
|
|
@@ -577,10 +573,6 @@ button {
|
|
|
577
573
|
background-color: transparent;
|
|
578
574
|
border: 0 solid transparent;
|
|
579
575
|
height: auto;
|
|
580
|
-
min-height: auto;
|
|
581
|
-
padding-top: 6px;
|
|
582
|
-
padding-bottom: 6px;
|
|
583
|
-
line-height: 1;
|
|
584
576
|
min-width: 24px;
|
|
585
577
|
padding-inline: 0;
|
|
586
578
|
|
|
@@ -16,7 +16,10 @@ a {
|
|
|
16
16
|
transition: background-color 0.3s ease-in-out;
|
|
17
17
|
margin: 0;
|
|
18
18
|
padding: 2px 0;
|
|
19
|
+
height: auto;
|
|
20
|
+
min-height: auto;
|
|
19
21
|
cursor: pointer;
|
|
22
|
+
vertical-align: middle;
|
|
20
23
|
|
|
21
24
|
&:hover {
|
|
22
25
|
opacity: $opacity-links;
|
|
@@ -85,6 +88,7 @@ a {
|
|
|
85
88
|
background-repeat: no-repeat;
|
|
86
89
|
background-size: 100% 100%;
|
|
87
90
|
transition: background-size 0.4s;
|
|
91
|
+
min-height: auto;
|
|
88
92
|
|
|
89
93
|
.c-dark-grey & {
|
|
90
94
|
background-image: linear-gradient(
|
|
@@ -72,12 +72,6 @@ $hg-spacer-1900: map.get($hg-spacers, 1900) !default;
|
|
|
72
72
|
$hg-spacer-2000: map.get($hg-spacers, 2000) !default;
|
|
73
73
|
|
|
74
74
|
$hg-utilities: (
|
|
75
|
-
'display': (
|
|
76
|
-
property: display,
|
|
77
|
-
class: 'd',
|
|
78
|
-
responsive: true,
|
|
79
|
-
values: contents inline inline-block block flex inline-flex none
|
|
80
|
-
),
|
|
81
75
|
'min-height': (
|
|
82
76
|
property: min-height,
|
|
83
77
|
class: 'min-h',
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@import '../abstract/_all';
|
|
2
2
|
|
|
3
|
-
.
|
|
3
|
+
.hg0-bread {
|
|
4
4
|
background-color: $c-white;
|
|
5
5
|
padding: 0;
|
|
6
6
|
border-bottom: var(--line-width) solid $c-dark-grey;
|
|
7
7
|
|
|
8
|
-
.
|
|
8
|
+
.hg0-bread-inner {
|
|
9
9
|
display: table;
|
|
10
10
|
text-align: center;
|
|
11
11
|
margin: 0 auto;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
width: 100%;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.hg0-bread-item {
|
|
17
17
|
display: inline-table;
|
|
18
18
|
margin-bottom: -1px;
|
|
19
19
|
vertical-align: middle;
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
text-transform: uppercase;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
.hg0-bread-num {
|
|
27
27
|
text-align: center;
|
|
28
28
|
line-height: 1;
|
|
29
29
|
overflow: hidden;
|
|
30
30
|
margin: 0 auto 10px;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.hg0-bread-line {
|
|
34
34
|
display: inline-table;
|
|
35
35
|
vertical-align: middle;
|
|
36
36
|
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.hg0-bread-title {
|
|
45
45
|
line-height: 1;
|
|
46
46
|
}
|
|
47
47
|
|