Skip to content

Commit

Permalink
remove windows specific CR
Browse files Browse the repository at this point in the history
  • Loading branch information
acrogenesis committed Nov 10, 2014
1 parent 731f82a commit f82b83d
Showing 1 changed file with 120 additions and 120 deletions.
240 changes: 120 additions & 120 deletions docs/src/less/pages/home.less
Original file line number Diff line number Diff line change
@@ -1,120 +1,120 @@
.home-page-hero {
background-color: @primary-1-color;
height: (@desktop-keyline-increment * 8);
color: @dark-white;

.home-page-hero-content {
max-width: 1300px;
margin: 0 auto;
position: relative;
.clearfix();
}

.tagline {
width: 50%;
float: right;
margin-top: 32px;
position: relative;
}

.svg-logo {
top: 15px;
left: 48px;
position: absolute;
width: 1050px;
}

.mui-font-style-headline,
.mui-font-style-subhead-1 {
color: @dark-white;
}

.mui-font-style-headline {
.mui-font-weight-light;
}

.brand-name {
.mui-font-style-display-3;
.mui-font-weight-light;
color: @dark-white;
}

.demo-button, .github-button {
margin-right: 32px;
margin-top: 16px;

.mui-paper-container {
color: @primary-1-color;
}

}
}

.home-features {
padding: (@desktop-keyline-increment * 2) @desktop-gutter;
.clearfix();

.feature {
float: left;
text-align: center;
width: 33%;


.icon-circle {
display: block;
height: 128px;
width: 128px;
margin: 0 auto;
background-color: @grey-200;
.lh-border-radius(50%);
margin-bottom: @desktop-gutter;
cursor: pointer;
.ease-out;

.mui-icon {
color: @primary-1-color;
line-height: 128px;
font-size: 48px;
}

&:hover {
background-color: @accent-1-color;
.mui-icon {
color: @white;
}
}
}

h3 {
.mui-font-weight-light;
}

p {
.mui-font-style-subhead-1;
padding: 0 (@desktop-gutter * 2);
.mui-text-light-black;
}

}
}

.home-contribute {
background-color: @grey-200;
padding: (@desktop-gutter * 1.5);
.clearfix();

.content-container {
width: 750px;
margin: 0 auto;

h3 {
.mui-font-weight-light;
float: left;
}

.mui-paper-button {
float: right;
margin-top: 15px;
}
}
}
.home-page-hero {
background-color: @primary-1-color;
height: (@desktop-keyline-increment * 8);
color: @dark-white;

.home-page-hero-content {
max-width: 1300px;
margin: 0 auto;
position: relative;
.clearfix();
}

.tagline {
width: 50%;
float: right;
margin-top: 32px;
position: relative;
}

.svg-logo {
top: 15px;
left: 48px;
position: absolute;
width: 1050px;
}

.mui-font-style-headline,
.mui-font-style-subhead-1 {
color: @dark-white;
}

.mui-font-style-headline {
.mui-font-weight-light;
}

.brand-name {
.mui-font-style-display-3;
.mui-font-weight-light;
color: @dark-white;
}

.demo-button, .github-button {
margin-right: 32px;
margin-top: 16px;

.mui-paper-container {
color: @primary-1-color;
}

}
}

.home-features {
padding: (@desktop-keyline-increment * 2) @desktop-gutter;
.clearfix();

.feature {
float: left;
text-align: center;
width: 33%;


.icon-circle {
display: block;
height: 128px;
width: 128px;
margin: 0 auto;
background-color: @grey-200;
.lh-border-radius(50%);
margin-bottom: @desktop-gutter;
cursor: pointer;
.ease-out;

.mui-icon {
color: @primary-1-color;
line-height: 128px;
font-size: 48px;
}

&:hover {
background-color: @accent-1-color;
.mui-icon {
color: @white;
}
}
}

h3 {
.mui-font-weight-light;
}

p {
.mui-font-style-subhead-1;
padding: 0 (@desktop-gutter * 2);
.mui-text-light-black;
}

}
}

.home-contribute {
background-color: @grey-200;
padding: (@desktop-gutter * 1.5);
.clearfix();

.content-container {
width: 750px;
margin: 0 auto;

h3 {
.mui-font-weight-light;
float: left;
}

.mui-paper-button {
float: right;
margin-top: 15px;
}
}
}

0 comments on commit f82b83d

Please sign in to comment.