Skip to content

Commit ed2953b

Browse files
company page: update white label section view
1 parent 48a1d99 commit ed2953b

File tree

2 files changed

+193
-135
lines changed

2 files changed

+193
-135
lines changed

frontend/src/app/components/company/company.component.css

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,37 @@
248248
}
249249
}
250250

251+
252+
253+
254+
255+
.white-label {
256+
display: grid;
257+
grid-template-columns: 1fr 1fr;
258+
grid-column-gap: 32px;
259+
margin-top: 32px;
260+
margin-bottom: 32px;
261+
}
262+
251263
.white-label-preview {
252-
height: 100%;
253-
width: 500px;
264+
height: auto;
265+
margin-top: 20px;
266+
width: 100%;
267+
}
268+
269+
.white-label-how-to {
270+
border: 1px solid var(--color-primaryPalette-100);
271+
color: rgba(0,0,0,0.64);
272+
padding: 20px;
273+
}
274+
275+
@media (prefers-color-scheme: dark) {
276+
.white-label-how-to {
277+
border: 1px solid var(--color-primaryPalette-700);
278+
color: rgba(255,255,255,0.7);
279+
}
280+
}
281+
282+
.cname-instructions {
283+
list-style: none;
254284
}

0 commit comments

Comments
 (0)