blob: 34b8cfdad0cfdc902aa93c124700b131b567b078 [file] [log] [blame]
@import '../../../infra-sk/themes';
codesize-scaffold-sk {
a,
a:visited {
color: var(--primary);
}
app-sk {
min-height: 100vh; // Make the app span the entire height of the page.
header {
a,
a:visited {
color: var(--header-font-color);
}
spinner-sk {
// Make the gap between the <h1> and the <header> top and bottom the same length.
border-width: var(--header-horiz-padding);
--size: calc(var(--header-height) - 4 * var(--header-horiz-padding));
width: var(--size);
height: var(--size);
}
}
aside {
display: flex;
flex-direction: column;
gap: 16px;
padding: 16px 8px 0;
}
}
}