mirror of
https://github.com/inspec/inspec
synced 2024-11-30 16:39:20 +00:00
4641978716
* New styles * Fundamental styles for home page * Legal pages * Community page, downloads page, tutorials page * Docs page * Content toggle and github badge * Add code - highlighter * Copy button * Sliding content animation * fix particle animatino on downloads page * Scroll-to-top button * docs sidebar links * innocent comments on resources * Fancy code animation * Small update to diamond * whatever slider * Slider styles * initial selection if no sliders are there * add netifly config Signed-off-by: Christoph Hartmann <chris@lollyrock.com> * inspec for provisioners * fix incorrect text on aws ssm * fix layout javascript post-rebase * resource grouping in docs * introduce groups in docs/resources * fix minor spelling issues and move download button in new features section Signed-off-by: Christoph Hartmann <chris@lollyrock.com> * pass linting Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
13 lines
253 B
SCSS
13 lines
253 B
SCSS
@charset "utf-8";
|
|
@import "vendor/foundation-min";
|
|
@import "fonts";
|
|
@import "settings";
|
|
@import "buttons";
|
|
@import "nav";
|
|
@import "sidebar";
|
|
@import "footer";
|
|
@import "layout";
|
|
@import "typography";
|
|
@import "homepage";
|
|
@import "code";
|
|
@import "search";
|