Files
virtual-kubelet/website/assets/sass/cli.sass
Luc Perkins 318edee630 Usage docs (#501)
* Add setup and usage docs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish initial version of setup doc

* Add YAML config file for CLI docs

* Finish CLI shortcode

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix scrolling on mobile

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish first version of usage doc

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Remove go install section, modify CSS for CLI docs, and fix typo

Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-01-24 11:01:42 -08:00

47 lines
687 B
Sass

=border
border: 1px solid $grey-light
.cli
+border
padding: 1.25rem
margin: 2rem 0
overflow: scroll
&-title
font-size: 1rem
margin-bottom: 3rem
font-family: $family-code
h2
color: $primary
&-description
font-size: 1.25rem
&-example
background-color: $black
padding: 1.25rem
font-family: $family-code
color: $white-bis
font-size: 1.1rem
margin: 1rem 0
font-weight: 700
.dollar
color: $primary
.flags
color: $red
&-flags
+border
padding: 1rem
overflow: scroll
.flag
font-family: $family-code
color: $primary
.arg
color: $dark