Skip to content

Commit

Permalink
- Small Home Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Nguyen authored and Hieu Nguyen committed Oct 18, 2013
1 parent c93da9a commit 883e6a7
Showing 1 changed file with 2 additions and 49 deletions.
51 changes: 2 additions & 49 deletions source/tpl_t3_bs3_blank/less/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,61 +17,13 @@
@import "vars.less"; // Modify this for custom colors, font-sizes, etc


// HOME MIXINS
// ------------------

// Spotlight 1 (Inverted)
// ----------------------
.t3-spotlight-home1() when (@t3-spotlight-inverted = 1) {

// Begin: Mixin Styling
color: @gray-lighter;
// jumbotron
.jumbotron {
#gradient > .radial(@gray-darker, @gray-darker);
h1 {
color: @white;
}
}

// End: Mixin Styling
}

.t3-spotlight-home1() when (@t3-spotlight-inverted = 0) {
// Leave blank here because we will use the default style.
}


// Spotlight 5 (Inverted)
// ----------------------

.t3-spotlight-home5() when (@t3-spotlight-inverted = 1) {

// Begin: Mixin Styling
background: @gray-darker;
border-bottom: 1px solid @t3-border-color;
color: @gray-lighter;

// arrow
.section-arrow-alt {
display: none;
}

// End: Mixin Styling
}

.t3-spotlight-home5() when (@t3-spotlight-inverted = 0) {
// Leave blank here because we will use the default style.
}



// ---------------------------------------------------------
// HOME
// ---------------------------------------------------------
.home {
.jumbotron {
background-color: transparent;
position: relative;
}

// ---------------------------------------------------------
Expand Down Expand Up @@ -99,6 +51,7 @@
.btn-large {
font-size: @font-size-base * 1.75;
padding: 18px ((@font-size-base * 1.75) + 20px);
margin-top: @line-height-computed;
}
}

Expand Down

0 comments on commit 883e6a7

Please sign in to comment.