Skip to content

Commit

Permalink
Latest sass updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed Dec 3, 2019
1 parent 56b44c8 commit e179aa5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions assets/css/app/home.scss
Expand Up @@ -893,3 +893,25 @@ div#connect {
.item.san19_banner img {
height: 130px;
}
#flow_wrapper {
.row.testimonial_row {
background-color: #d1d1d1;
}
.row.engineering_row {
background-color:#666666;
h2 {
color: white;
}
#engineering_homepage_slider {
.item {
img.lazyloaded {
height: 120px;
}
}
h3 {
font-size: 18px;
text-align: center;
}
}
}
}
2 changes: 1 addition & 1 deletion assets/css/app/overrides.scss
Expand Up @@ -33,7 +33,7 @@ $font-family-sans-serif: 'Lato', Arial, sans-serif !default;
$breadcrumb-background-color: #333333 !default;
$blog-panel-title-colour: #fff;
// Jumbotron Settings
$jumbotron-height: 500px;
$jumbotron-height: 500px !default;
$overlay: 0.5;
$jumbotron-font-size-xs: 26px;
$jumbotron-font-size: 32px;
Expand Down

0 comments on commit e179aa5

Please sign in to comment.