blob: 326d896fd838983b64e4b1f5f458a30e6175aa75 [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 Davis6dc5f182017-06-26 13:07:27 -050011 overflow: hidden;
Michael Davis272297b2017-04-24 12:11:53 -050012 .h4 {
13 padding: 0;
14 margin: 0 0 .5em 0;
15 font-weight: bold;
16 }
17}
18
Michael Davis19475752017-02-23 18:30:23 -060019.content__container {
Michael Davis19475752017-02-23 18:30:23 -060020 margin-left: $nav__toplvlWidth;
Michael Davis0f03ad12017-02-27 16:54:18 -060021 padding: 1em .1em;
Michael Davisc5626182017-03-10 15:48:05 -060022 transition: left 1s ease;
Michael Davis0f03ad12017-02-27 16:54:18 -060023 @include mediaQuery(x-small){
Michael Davis272297b2017-04-24 12:11:53 -050024 //margin-left: $nav__toplvlWidth + $nav__seclvlWidth;
Michael Davis0f03ad12017-02-27 16:54:18 -060025 padding: 1rem 2rem;
Michael Davis19475752017-02-23 18:30:23 -060026 }
27}
Michael Davis6af13462017-04-04 14:07:02 -050028
29section.row {
Iftekharul Islamcd789502017-04-19 14:37:55 -050030 padding-left: 0;
31 padding-right: 0;
Michael Davis272297b2017-04-24 12:11:53 -050032}
33
34.content-header {
35 font-weight: 700;
36 margin-bottom: 0;
37 margin-top: 2em;
38}
39
40.content-label {
Michael Davis522a5522017-06-09 13:51:05 -050041 color: lighten($darkgrey, 15%);
Michael Davis272297b2017-04-24 12:11:53 -050042 text-transform: uppercase;
43 font-weight: 700;
44 font-size: .75em;
45 margin-bottom: 0;
46}