-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accept changes in the secreen size and donate button style
- Loading branch information
Showing
38 changed files
with
15,991 additions
and
189 deletions.
There are no files selected for viewing
Binary file not shown.
7,748 changes: 7,748 additions & 0 deletions
7,748
themes/rcforward/assets/gilroy-font/Gilroy-ExtraBold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7,581 changes: 7,581 additions & 0 deletions
7,581
themes/rcforward/assets/gilroy-font/Gilroy-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+91.6 KB
themes/rcforward/assets/images/charity-cat/Evidence-Action_Banner-Photo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+418 KB
themes/rcforward/assets/images/charity-cat/GiveDirectly_Huxta196-1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.51 MB
...s/rcforward/assets/images/charity-cat/happy-pink-pig-portrait-closeup-proud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,5 @@ | |
$('.sub-menu').slideToggle(); | ||
}); | ||
} // end if | ||
|
||
}); // end doc ready | ||
})(jQuery); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
/*-------------------------------------------------------------- | ||
# Embedded Fonts | ||
--------------------------------------------------------------*/ | ||
@font-face { | ||
font-family: 'Gilroy'; | ||
src: url('Gilroy-Light.eot'); | ||
src: url('Gilroy-Light.eot?#iefix') format('embedded-opentype'), | ||
url('Gilroy-Light.woff2') format('woff2'), | ||
url('Gilroy-Light.woff') format('woff'), | ||
url('Gilroy-Light.ttf') format('truetype'), | ||
url('Gilroy-Light.svg#Gilroy-Light') format('svg'); | ||
font-weight: 300; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Gilroy'; | ||
src: url('Gilroy-ExtraBold.eot'); | ||
src: url('Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), | ||
url('Gilroy-ExtraBold.woff2') format('woff2'), | ||
url('Gilroy-ExtraBold.woff') format('woff'), | ||
url('Gilroy-ExtraBold.ttf') format('truetype'), | ||
url('Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'); | ||
font-weight: 800; | ||
font-style: normal; | ||
} | ||
|
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 |
---|---|---|
@@ -1,3 +1,20 @@ | ||
.footer-sidebar, .site-footer { | ||
background-color: $credible__blue; | ||
} | ||
.site-footer { | ||
.footer-site-logo { | ||
a { | ||
.rcforward-logo { | ||
color: $white; | ||
text-transform: uppercase; | ||
text-align: center; | ||
} | ||
} | ||
} | ||
.footer-nav { | ||
display: none; | ||
} | ||
.footer-info { | ||
|
||
} | ||
.footer-info-sm { | ||
|
||
} | ||
} |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
@content; | ||
} | ||
} | ||
|
||
@mixin desktop { | ||
@media (min-width: $desktop-width) { | ||
@content; | ||
|
Oops, something went wrong.