mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
7
site/themes/docsy/assets/scss/blocks/_blocks.scss
Normal file
7
site/themes/docsy/assets/scss/blocks/_blocks.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "cover";
|
||||
|
||||
.td-bg-arrow {
|
||||
&-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
19
site/themes/docsy/assets/scss/blocks/_cover.scss
Normal file
19
site/themes/docsy/assets/scss/blocks/_cover.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
// 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;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user