blob: 5225284df296e81ff9f7a62fd8eb0452b621459d [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 {
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 }
25}
Michael Davis6af13462017-04-04 14:07:02 -050026
Michael Davis272297b2017-04-24 12:11:53 -050027.content-header {
28 font-weight: 700;
29 margin-bottom: 0;
30 margin-top: 2em;
31}
32
Iftekharul Islam8947e702017-07-27 10:28:07 -050033.content-label, label {
34 color: $darkgrey;
Michael Davis272297b2017-04-24 12:11:53 -050035 text-transform: uppercase;
36 font-weight: 700;
37 font-size: .75em;
38 margin-bottom: 0;
39}
Iftekharul Islam8947e702017-07-27 10:28:07 -050040
41.subhead {
42 border-bottom: 1px solid $medgrey;
43 padding-bottom: .5em;
44}