Rivington: Update to 1.2.0
This commit is contained in:
parent
973520580d
commit
0bdb378d91
6 changed files with 25 additions and 5 deletions
2
rivington/package-lock.json
generated
2
rivington/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rivington",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rivington",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Rivington",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/themes/issues"
|
||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Rivington is a robust theme designed for single property real estate.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Rivington is a robust theme designed for single property real estate.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -3639,6 +3639,13 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Business Hours
|
||||
*/
|
||||
.jetpack-business-hours dd {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Child Theme Extra Styles
|
||||
*/
|
||||
|
|
|
@ -2144,3 +2144,9 @@ body[class*="woocommerce"] #page span.onsale,
|
|||
#content .wc-block-grid .wc-block-grid__product-onsale {
|
||||
color: #060f29;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 559px) {
|
||||
body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
|||
Author URI: https://automattic.com/
|
||||
Description: Rivington is a robust theme designed for single property real estate.
|
||||
Requires at least: WordPress 4.9.6
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Template: varia
|
||||
|
@ -3668,6 +3668,13 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Business Hours
|
||||
*/
|
||||
.jetpack-business-hours dd {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Child Theme Extra Styles
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue