diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css index c394a596eb4ab9f771fdc6dfca3e22c96fe958a5..21f60aae38b5849a0c5c8a96e595156f10503b69 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css +++ b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.css @@ -776,7 +776,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1092,7 +1092,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css index 9b6c4cd5c37403daa09efba12ee2437e721999ff..9e47d82f9b84d956a4f0986b8cd64c433e9b0c41 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css +++ b/profiles/wcm_base/themes/ocio_omega_base/css/layouts/ocio-default/ocio-default.layout.no-query.css @@ -776,7 +776,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1088,7 +1088,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css index dcc45d7f60c3783d9a596aa3b8a821370995cc42..cb700c5758089b47dee3f36cdc7a13294a2533c4 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css +++ b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.no-query.css @@ -772,7 +772,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1085,7 +1085,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1511,7 +1511,6 @@ h2.pane-title { .panel-panel-inner .panel-pane { margin-top: 1em; - margin-bottom: 4em; } .panel-panel-inner > .panel-pane:last-child { margin-bottom: 0; @@ -1892,6 +1891,10 @@ p.search-result__snippet { border: 1px solid #8c8c8c; } +.page-user .field--name-field-bio { + margin-top: 2em; +} + .view-id-leadership_listing { padding-top: 2em; } diff --git a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css index 520c9bc958720ffcbf9d01abe2512c90db493680..64972db41be9b6f4aea951f17665c6dd88cc8992 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css +++ b/profiles/wcm_base/themes/ocio_omega_base/css/ocio-omega-base.styles.css @@ -772,7 +772,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1089,7 +1089,7 @@ p { h1, .alpha { font-size: 40px; font-size: 4rem; - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: #b00; } @@ -1524,7 +1524,6 @@ h2.pane-title { .panel-panel-inner .panel-pane { margin-top: 1em; - margin-bottom: 4em; } .panel-panel-inner > .panel-pane:last-child { margin-bottom: 0; @@ -1907,6 +1906,10 @@ p.search-result__snippet { border: 1px solid #8c8c8c; } +.page-user .field--name-field-bio { + margin-top: 2em; +} + .view-id-leadership_listing { padding-top: 2em; } diff --git a/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss b/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss index 88ff9dbef20e9edead323fe5980bb2d2fe88d38f..c3db5737087bc0143b93e5503c57a8f484dfcdd9 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss +++ b/profiles/wcm_base/themes/ocio_omega_base/sass/base/_typography.scss @@ -18,7 +18,7 @@ p { //heading sizes h1, .alpha { @include font-size(4); - margin: .8em 0 0 0; + margin: .8em 0 0 0.4em; color: $red; } diff --git a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_panels.scss b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_panels.scss index d870df04856f17aa42abd36a89c3bc895468a173..7b8e6bc6e60a26195cd33fe80aa88e8099a680dc 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_panels.scss +++ b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_panels.scss @@ -16,7 +16,6 @@ h2.pane-title { .panel-panel-inner { .panel-pane { margin-top: 1em; - margin-bottom: 4em; } & > .panel-pane:last-child { diff --git a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_users.scss b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_users.scss index 6f76a6a086c64887b8cdbaaa8fd3d5e1e1081547..4466d3fed315248b95bff2daeee6068d2aa2e07f 100644 --- a/profiles/wcm_base/themes/ocio_omega_base/sass/components/_users.scss +++ b/profiles/wcm_base/themes/ocio_omega_base/sass/components/_users.scss @@ -1,92 +1,86 @@ //user profile pages .user-profile { - .group-left { - - } + .group-left {} } - //photos .views-field-field-user-photo { - img { - border: 1px solid lighten($md-gray,15%); - } + img { + border: 1px solid lighten($md-gray, 15%); + } } - +.page-user .field--name-field-bio { + margin-top: 2em; +} //leadership and directory listings .view-id-leadership_listing { - padding-top: 2em; - - // 2 columns - .views-row { - @include pie-clearfix; - margin-bottom: 3em; - width: 47%; - float: left; - margin-right: 6%; - } - .views-row:nth-child(2n) { - margin-right: 0; - } - - // 3 columns - @include breakpoint ($tab, true){ - .views-row, - .views-row:nth-child(2n) { - width: 31.5%; - margin-right: 2.75%; - } - - .views-row:nth-child(3n) { - margin-right: 0; - } - } + padding-top: 2em; + + // 2 columns + .views-row { + @include pie-clearfix; + margin-bottom: 3em; + width: 47%; + float: left; + margin-right: 6%; + } - // 4 columns - @include breakpoint ($wide, true){ - .views-row, - .views-row:nth-child(2n), - .views-row:nth-child(3n) { - width: 23.125%; - margin-right: 2.5%; - } + .views-row:nth-child(2n) { + margin-right: 0; + } - .views-row:nth-child(4n) { - margin-right: 0; - } + // 3 columns + @include breakpoint($tab, true) { + .views-row, + .views-row:nth-child(2n) { + width: 31.5%; + margin-right: 2.75%; + } - } + .views-row:nth-child(3n) { + margin-right: 0; + } + } + // 4 columns + @include breakpoint($wide, true) { + .views-row, + .views-row:nth-child(2n), + .views-row:nth-child(3n) { + width: 23.125%; + margin-right: 2.5%; + } + .views-row:nth-child(4n) { + margin-right: 0; + } + } - .views-field-realname h2 { - @include font-size(2.1); - margin-top: 0.6em; - margin-bottom: 0.2em; - - a:hover { - color: $blue; - } - - } - - .views-field-field-job-title, - .views-field-mail { - @include font-size(1.3); - line-height: 150%; - font-weight: 400; - - a { - color: $dk-gray; - &:hover { - color: $red; - } - - } - - } - -} \ No newline at end of file + .views-field-realname h2 { + @include font-size(2.1); + margin-top: 0.6em; + margin-bottom: 0.2em; + + a:hover { + color: $blue; + } + } + + .views-field-field-job-title, + .views-field-mail { + @include font-size(1.3); + line-height: 150%; + font-weight: 400; + + a { + color: $dk-gray; + + &:hover { + color: $red; + } + } + } +}