This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Styling changes to make things more responsive.
- Loading branch information
wesobi
committed
Apr 12, 2016
1 parent
8637cd5
commit 20f8338
Showing
11 changed files
with
158 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
/* | ||
These are the media queries in which we include all our responsive code if it's necessary. Please note that these | ||
have the same breakpoints as Twitter Bootstrap does, considering we use Twitter Bootstrap. | ||
*/ | ||
|
||
|
||
@media (min-width : 1200px) { | ||
|
||
#donation__start-form{ | ||
.about{ | ||
padding-top:0; | ||
padding-bottom:0; | ||
} | ||
} | ||
} | ||
|
||
@media (min-width : 992px) and (max-width: 1199px) { | ||
|
||
#donation__start-form { | ||
.about:nth-of-type(1) { | ||
padding-top: 0; | ||
} | ||
.about { | ||
padding-top: 40px; | ||
} | ||
|
||
//Donation Start Page - Form - col-md-10 | ||
.donation__form__item-margin-top { | ||
margin-top: 40px; | ||
} | ||
} | ||
} | ||
|
||
@media (min-width : 768px) and (max-width: 991px) { | ||
|
||
#donation__start-form { | ||
.about:nth-of-type(1) { | ||
padding-top: 0; | ||
} | ||
.about { | ||
padding-top: 40px; | ||
} | ||
|
||
//Donation Start Page - Form - col-md-10 | ||
.donation__form__item-margin-top { | ||
margin-top: 40px; | ||
} | ||
} | ||
} | ||
|
||
@media (min-width : 480px) and (max-width: 767px) { | ||
|
||
.goals .numbers-container { | ||
height:500px !important; | ||
} | ||
|
||
|
||
#donation__start-form { | ||
.about:nth-of-type(1) { | ||
padding-top:0; | ||
} | ||
.about{ | ||
padding-top: 40px; | ||
} | ||
|
||
//Donation Start Page - Form - col-md-10 | ||
.donation__form__item-margin-top { | ||
margin-top:40px; | ||
} | ||
} | ||
} | ||
|
||
@media (min-width : 320px) and (max-width: 479px) { | ||
|
||
.goals .numbers-container { | ||
height:500px !important; | ||
} | ||
|
||
|
||
#donation__start-form { | ||
.about:nth-of-type(1) { | ||
padding-top:0; | ||
} | ||
.about{ | ||
padding-top: 40px; | ||
} | ||
|
||
//Donation Start Page - Form - col-md-10 | ||
.donation__form__item-margin-top { | ||
margin-top:40px; | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,8 @@ input[type=file]{ | |
font-size: 14px; | ||
font-weight: normal; | ||
} | ||
} | ||
|
||
#donation__start-form .row { | ||
margin-bottom:40px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#donation__start{ | ||
margin-bottom: 0; | ||
|
||
#donation__start-title { | ||
padding:50px 7% 50px 7%; | ||
} | ||
|
||
#donation__start-options { | ||
padding:7%; | ||
background-color: $color-gray; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gdoals? :D