blob: 13dbe446cf0ad05ded8a814cce2831ce549ef60b [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;
9 margin: 1.625em 0 1.2em 0;
Michael Davis51946552017-05-01 10:30:38 -050010 padding-left: 0;
Michael Davis272297b2017-04-24 12:11:53 -050011 .h4 {
12 padding: 0;
13 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 Davis272297b2017-04-24 12:11:53 -050023 //margin-left: $nav__toplvlWidth + $nav__seclvlWidth;
Michael Davis0f03ad12017-02-27 16:54:18 -060024 padding: 1rem 2rem;
Michael Davis19475752017-02-23 18:30:23 -060025 }
26}
Michael Davis6af13462017-04-04 14:07:02 -050027
28section.row {
Iftekharul Islamcd789502017-04-19 14:37:55 -050029 padding-left: 0;
30 padding-right: 0;
Michael Davis272297b2017-04-24 12:11:53 -050031}
32
33.content-header {
34 font-weight: 700;
35 margin-bottom: 0;
36 margin-top: 2em;
37}
38
39.content-label {
40 color: darken($lightgrey, 10%);
41 text-transform: uppercase;
42 font-weight: 700;
43 font-size: .75em;
44 margin-bottom: 0;
45}
46
47.content__container h1 {
48 margin-left: -.3em;
49}