Skip to content

Commit e7fc864

Browse files
committed
update style guide assets to match latest
1 parent 0e7cc13 commit e7fc864

4 files changed

Lines changed: 37 additions & 43 deletions

File tree

vendor/assets/stylesheets/_core.scss

Lines changed: 0 additions & 32 deletions
This file was deleted.

vendor/assets/stylesheets/global/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ a {
6060
background: -webkit-linear-gradient(45deg, #f23074 0%,#d6d628 36%,#207cca 66%,#544b8c 100%); /* Chrome10-25,Safari5.1-6 */
6161
background: linear-gradient(45deg, #f23074 0%,#d6d628 36%,#207cca 66%,#544b8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
6262
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23074', endColorstr='#544b8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
63+
64+
.wrap-header {
65+
background: transparent;
66+
}
6367
}

vendor/assets/stylesheets/global/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ $fs-smallish: 1.3rem;
8787
$fs-small: 1.4rem;
8888
$fs-base: 1.6rem;
8989
$fs-large: 2.0rem;
90-
$fs-xlarge: 2.8rem;
91-
$fs-xxlarge: 3.6rem;
90+
$fs-xlarge: 2.6rem;
91+
$fs-xxlarge: 3.2rem;
9292
$fs-xxxlarge: 4.2rem;
9393
$fs-xxxxlarge: 4.8rem;
9494

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,39 @@
11
// ------------------------------
22
// MIT Libraries Build Compile - LTR
3-
// this compile makes a plain base css that includes everything for
3+
// this compile makes a plain base css that includes everything for
44
// header, footer, and basic content styling across apps
55

6-
// +Get the core styles
6+
// +Base - Utilities
77
// ====================
8-
@import 'core';
8+
@import 'global/unsets';
9+
@import 'global/variables';
10+
@import 'global/helpers';
911

10-
// +Select styles that need js
11-
@import 'js-elements/expand-collapse';
12+
// +Starter
13+
// ====================
14+
@import 'global/base';
15+
@import 'global/typography';
16+
@import 'global/layouts'; // various standard layouts
17+
18+
// +Elements
19+
// ====================
20+
@import 'elements/content'; // general content styles
21+
@import 'elements/controls'; // buttons, link styles, sliders, etc.
22+
@import 'elements/forms';
23+
@import 'elements/modules'; // block level UI bits
24+
@import 'elements/tables';
25+
@import 'elements/header';
26+
@import 'elements/footer';
27+
28+
// +Specific Views
29+
// ====================
1230

13-
// TODO - split this into a separate compile
14-
// app specific styles
31+
// +Utility
1532
// ====================
16-
//@import 'apps/ebooks';
17-
//@import 'apps/quicksubmit';
33+
@import 'global/vendor-overrides'; // overrides to vendor-provided styling
34+
@import 'global/shame'; // used for any bad-form/orphaned scss
35+
36+
37+
// +Select styles that need js
38+
@import 'js-elements/expand-collapse';
39+

0 commit comments

Comments
 (0)