Skip to content
Snippets Groups Projects
Commit 3dc45974 authored by Brian Canini's avatar Brian Canini
Browse files

style updates

- red brand update
- removing duplicate variable
- sentence casing news titles
- advanced and horizontal callout updates
- paragraph text ul,ol,li styling
parent 2cfffa22
No related branches found
No related tags found
No related merge requests found
Showing
with 245 additions and 157 deletions
...@@ -136,6 +136,13 @@ ...@@ -136,6 +136,13 @@
//## Academic Program page. //## Academic Program page.
.page-node-type-academic-programs {
.page-header {
display: none
}
}
.ap-main-cont { .ap-main-cont {
margin-bottom: 60px; margin-bottom: 60px;
...@@ -144,6 +151,14 @@ ...@@ -144,6 +151,14 @@
text-transform: uppercase; text-transform: uppercase;
} }
.ap-title-program {
font-size: 20px;
vertical-align: baseline;
text-transform: uppercase;
font-weight: 500;
padding-left: 20px;
}
} }
.views-field-field-ap-dep-centers { .views-field-field-ap-dep-centers {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.col { .col {
flex: 1; flex: 1;
background: #EEE; background: #EEE;
border-top: solid 3px #BB0000; border-top: solid 3px $brand-red;
margin: 1em; margin: 1em;
padding: 0; padding: 0;
max-width: 33.33333%; max-width: 33.33333%;
......
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
svg, i { svg, i {
font-size: 18px; font-size: 18px;
color: #BB0000; color: $brand-red;
} }
} }
} }
......
...@@ -95,7 +95,7 @@ article.news-story { ...@@ -95,7 +95,7 @@ article.news-story {
} }
.news-title { .news-title {
text-transform: capitalize; text-transform: inherit;
} }
.news-img { .news-img {
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
margin: 0 0 10px; margin: 0 0 10px;
.panel-title { .panel-title {
color: #b00; color: $brand-red;
margin: 0; margin: 0;
border-color: transparent; border-color: transparent;
border-style: none; border-style: none;
...@@ -291,6 +291,11 @@ ...@@ -291,6 +291,11 @@
//## Call Out Boxes - Advanced. //## Call Out Boxes - Advanced.
.landing-page .carousel.adv-callout-desktop {
overflow: visible;
max-height: none;
}
.carousel.adv-callout-desktop { .carousel.adv-callout-desktop {
display: block; display: block;
...@@ -369,6 +374,7 @@ ...@@ -369,6 +374,7 @@
.call-out-adv-container { .call-out-adv-container {
padding-bottom: 9.5px; padding-bottom: 9.5px;
background: $brand-lgray;
.field--name-field-av-cb-text { .field--name-field-av-cb-text {
padding: 20px; padding: 20px;
...@@ -377,6 +383,14 @@ ...@@ -377,6 +383,14 @@
color: $gray; color: $gray;
} }
a {
color: $brand-red;
&:hover {
color: $brand-gray;
}
}
@media (max-width: 768px) { @media (max-width: 768px) {
padding: 20px 15px 0; padding: 20px 15px 0;
} }
...@@ -391,8 +405,10 @@ ...@@ -391,8 +405,10 @@
a { a {
color: $white; color: $white;
background: $red-base; background: $brand-red;
padding: 10px; padding: 10px;
font-weight: 600;
text-transform: uppercase;
@media (max-width: 768px) { @media (max-width: 768px) {
width: 100%; width: 100%;
...@@ -497,6 +513,14 @@ ...@@ -497,6 +513,14 @@
.field--name-field-cb-h-text { .field--name-field-cb-h-text {
padding: 25px 40px 25px 10px; padding: 25px 40px 25px 10px;
a {
color: $brand-red;
&:hover {
color: $brand-gray;
}
}
@media (max-width: 768px) { @media (max-width: 768px) {
padding: 0 0 20px; padding: 0 0 20px;
} }
...@@ -511,8 +535,10 @@ ...@@ -511,8 +535,10 @@
a { a {
color: $white; color: $white;
background: $red-base; background: $brand-red;
padding: 10px; padding: 10px;
font-weight: 600;
text-transform: uppercase;
@media (max-width: 768px) { @media (max-width: 768px) {
width: 100%; width: 100%;
...@@ -568,19 +594,19 @@ ...@@ -568,19 +594,19 @@
.file-icon { .file-icon {
span { span {
color: $red-base; color: $brand-red;
} }
} }
.file-link { .file-link {
a { a {
color: $red-base; color: $brand-red;
} }
} }
.file-size { .file-size {
color: $red-base; color: $brand-red;
} }
} }
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
a { a {
&:hover { &:hover {
color: $red-base; color: $brand-red;
} }
} }
} }
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
.btn-wysiwyg { .btn-wysiwyg {
color: $white; color: $white;
background-color: #960000; background-color: $brand-red;
border-color: #830000; border-color: #830000;
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
......
...@@ -21,12 +21,11 @@ $brand-info: #5bc0de !default; ...@@ -21,12 +21,11 @@ $brand-info: #5bc0de !default;
$brand-warning: #f0ad4e !default; $brand-warning: #f0ad4e !default;
$brand-danger: #d9534f !default; $brand-danger: #d9534f !default;
$brand-red: #BB0000 !default; $brand-red: #BA0C2F !default;
$brand-gray: #4A4A4A !default; $brand-gray: #4A4A4A !default;
$brand-lgray: #F5F5F5 !default; $brand-lgray: #EFF1F2 !default;
$menu-gray: #E0E0E0 !default; $menu-gray: #E0E0E0 !default;
$red-base: #bb0000 !default;
$gray-6: #666666 !default; $gray-6: #666666 !default;
$black-base: #000000 !default; $black-base: #000000 !default;
$purple-base: #442369 !default; $purple-base: #442369 !default;
......
...@@ -180,6 +180,9 @@ select:focus { ...@@ -180,6 +180,9 @@ select:focus {
outline-offset: 4px; outline-offset: 4px;
} }
ul, ol, li {
color: $gray;
}
hr { hr {
width: 100%; width: 100%;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment