mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
20 lines
375 B
SCSS
20 lines
375 B
SCSS
// A cover block is a full size cover with a fixed background for smaller screens.
|
|
|
|
@include td-box-height-modifiers(".td-cover-block");
|
|
|
|
.td-cover-logo {
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
.td-cover-block {
|
|
position: relative;
|
|
padding-top: 5rem;
|
|
padding-bottom: 5rem;
|
|
background: {
|
|
repeat: no-repeat;
|
|
position: 50% 0;
|
|
size: cover;
|
|
};
|
|
|
|
}
|