mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
- reduced margin, padding, line-height of several elements - created iPad specific media selector - removed unnecessary spaces around headers and list elements - reduced code font size to 12px - removed unnecessary optimization of page footer for tablets
25 lines
577 B
SCSS
25 lines
577 B
SCSS
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
|
|
@import url("//fonts.googleapis.com/css?family=Inconsolata|Open+Sans:300,400,600");
|
|
|
|
@import "_helpers";
|
|
@import "_reset";
|
|
|
|
@import "_columns";
|
|
@import "_buttons";
|
|
@import "_styles";
|
|
|
|
// Hashicorp Shared Project Styles
|
|
@import 'hashicorp-shared/_project-utility';
|
|
@import 'hashicorp-shared/_hashicorp-utility';
|
|
@import 'hashicorp-shared/_hashicorp-header';
|
|
@import 'hashicorp-shared/_hashicorp-sidebar';
|
|
|
|
@import "_header";
|
|
@import "_footer";
|
|
@import "_components";
|
|
@import "_sidebar";
|
|
|
|
// Fix view on iPad
|
|
@import "_ipad";
|