Newer
Older
.hy-footer-base--content-container {
background-color: var(--grayscale-black);
display: block;
max-width: 100%;
}
.hy-footer-base {
background-color: var(--grayscale-black);
display: flex;
flex-direction: column-reverse;
max-height: 100%;
padding: 32px 16px 32px 16px;
place-content: center space-between;
position: relative;
width: 100%;
flex-direction: column-reverse;
margin: 0 auto;
max-width: $fullhd;
padding: 32px 24px 32px 24px;
}
@include breakpoint($wide) {
flex-direction: row;
padding: 36px 32px 36px 32px;
}
@include breakpoint($extrawide) {
padding: 40px 32px 40px 32px;
}
&__left {
align-items: center;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 24px;
align-items: center;
width: 100%;
}
@include breakpoint($wide) {
align-items: flex-start;
width: 31.11%;
}
}
&__logo {
@include font-size(18px, 16px);
font-family: var(--main-font-family);
font-weight: bold;
letter-spacing: -0.9px;
.hy-site-logo__label {
min-width: max-content;
max-width: max-content;
}
}
&__content {
@include font-size(16px, 24px);
color: var(--grayscale-white);
font-family: var(--main-font-family);
font-weight: 600;
letter-spacing: -0.1px;
margin: 32px 0;
white-space: pre-line;
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
margin: 32px 0;
}
@include breakpoint($wide) {
margin: 42px 0;
}
@include breakpoint($extrawide) {
margin: 54px 0;
}
}
&__some {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 64px;
z-index: 2;
@include breakpoint($wide) {
align-items: flex-start;
flex-direction: column;
margin-bottom: 0;
}
@include breakpoint($extrawide) {
align-items: center;
flex-direction: row;
}
&__label {
@include font-size(16px, 24px);
color: var(--grayscale-white);
font-family: var(--main-font-family);
font-weight: 600;
letter-spacing: -0.1px;
margin-bottom: 8px;
margin-right: 24px;
@include breakpoint($wide) {
margin-bottom: 8px;
}
}
&__items {
align-items: center;
display: flex;
flex-direction: row;
}
&__item {
margin-right: 24px;
:last-child() {
margin-right: 0;
}
}
svg {
fill: var(--grayscale-white);
}
}
&__right {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
max-height: 100%;
width: 100%;
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
margin-bottom: 32px;
max-height: 300px;
width: calc(100% + 24px);
}
@include breakpoint($wide) {
max-height: 350px;
width: 65.56%;
}
}
&__copy {
@include font-size(16px, 24px);
bottom: 40px;
color: var(--grayscale-white);
display: inline-block;
font-family: var(--main-font-family);
font-weight: 600;
letter-spacing: -0.1px;
position: absolute;
right: 50%;
text-align: center;
transform: translateX(50%);
width: 100%;
bottom: 32px;
right: 50%;
transform: translateX(50%);
}
@include breakpoint($wide) {
bottom: 36px;
right: 32px;
text-align: right;
transform: none;
}
@include breakpoint($extrawide) {
bottom: 40px;
}
}
}