blob: ad5e74fb930d6ea329b01095ade3b75a247d9bd3 [file] [log] [blame]
Michael Davis19475752017-02-23 18:30:23 -06001// Content layout styles
Michael Davis71ec7452017-04-24 16:28:57 -05002$nav__toplvlWidth: 120px;
3$nav__seclvlWidth: 240px;
Michael Davis19475752017-02-23 18:30:23 -06004
Michael Davis272297b2017-04-24 12:11:53 -05005// Page header
6.page-header {
7 position: relative;
8 border-bottom: 1px solid $lightbg__grey;
Michael Davis706b75b2017-08-18 16:40:03 -05009 margin: .5em 0 2.2em;
Michael Davis51946552017-05-01 10:30:38 -050010 padding-left: 0;
Michael Davis272297b2017-04-24 12:11:53 -050011 .h4 {
Michael Davis7f89fad2017-07-31 18:36:45 -050012 padding: .1em 0 0 0;
Michael Davis272297b2017-04-24 12:11:53 -050013 margin: 0 0 .5em 0;
14 font-weight: bold;
15 }
16}
17
Michael Davis19475752017-02-23 18:30:23 -060018.content__container {
Michael Davis19475752017-02-23 18:30:23 -060019 margin-left: $nav__toplvlWidth;
Michael Davis0f03ad12017-02-27 16:54:18 -060020 padding: 1em .1em;
Michael Davisc5626182017-03-10 15:48:05 -060021 transition: left 1s ease;
Michael Davis0f03ad12017-02-27 16:54:18 -060022 @include mediaQuery(x-small){
Michael Davis0f03ad12017-02-27 16:54:18 -060023 padding: 1rem 2rem;
Michael Davis19475752017-02-23 18:30:23 -060024 }
Michael Davis706b75b2017-08-18 16:40:03 -050025 section.row,
26 .column.row.row, .row.row.columns{
27 margin-left: 0;
28 }
Michael Davis19475752017-02-23 18:30:23 -060029}
Michael Davis6af13462017-04-04 14:07:02 -050030
Michael Davis272297b2017-04-24 12:11:53 -050031.content-header {
32 font-weight: 700;
33 margin-bottom: 0;
34 margin-top: 2em;
35}
36
Iftekharul Islam8947e702017-07-27 10:28:07 -050037.content-label, label {
38 color: $darkgrey;
Michael Davis272297b2017-04-24 12:11:53 -050039 text-transform: uppercase;
40 font-weight: 700;
41 font-size: .75em;
42 margin-bottom: 0;
43}
Iftekharul Islam8947e702017-07-27 10:28:07 -050044
45.subhead {
46 border-bottom: 1px solid $medgrey;
47 padding-bottom: .5em;
48}