-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add css for wedgeV2 * update versions and readme * fix hrs
- Loading branch information
1 parent
cdc9240
commit 27aeafd
Showing
6 changed files
with
44 additions
and
4 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
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,16 @@ | ||
.wedge-cta { | ||
background: rgba(255, 255, 255, 0.8); | ||
} | ||
|
||
.wedge-cta-dark { | ||
background: rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
@media only screen and (min-width:992px) { | ||
.wedge-cta { | ||
background:none | ||
} | ||
.wedge-cta-dark { | ||
background:none | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Plugin Name: BoldGrid Theme Framework | ||
* Plugin URI: https://www.boldgrid.com/docs/configuration-file | ||
* Description: BoldGrid Theme Framework is a library that allows you to easily make BoldGrid themes. Please see our reference guide for more information: https://www.boldgrid.com/docs/configuration-file | ||
* Version: 2.5.1 | ||
* Version: 2.5.2 | ||
* Author: BoldGrid.com <[email protected]> | ||
* Author URI: https://www.boldgrid.com/ | ||
* Text Domain: bgtfw | ||
|