Skip to content

Commit

Permalink
cursor: pointer updates to accordions and home hero scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Apr 22, 2022
1 parent b5391b3 commit 12c1046
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.16

- `cursor: pointer` updates to accordions and home hero scroll

## 1.0.15

- Properly merge the develop branch :facepalm:
Expand Down
12 changes: 6 additions & 6 deletions assets/scss/parts/global/_accordions.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Accordions (Global)
*
* @package F1 Mission Bit
*
* @package F1 Mission Bit
* @author Factor1 Studios
* @since 0.0.1
*/

.accordions-section {
@include iPhoneNotch;
@include iPhoneNotch;

.container {
padding: rem(100) 0;
Expand All @@ -19,7 +19,7 @@
&__header {
color: $navy;
overflow: auto;
cursor: default;
cursor: pointer;
transition: all .4s ease;

i {
Expand Down Expand Up @@ -53,9 +53,9 @@
}
}

// Media Queries
// Media Queries
@media screen and (max-width: $small-breakpoint) {
.accordions-section .container {
padding: rem(50) 0;
}
}
}
9 changes: 5 additions & 4 deletions assets/scss/parts/global/_hero.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Hero (Global)
*
* @package F1 Mission Bit
*
* @package F1 Mission Bit
* @author Factor1 Studios
* @since 0.0.1
*/
Expand Down Expand Up @@ -41,6 +41,7 @@
border: none;
background-color: transparent;
appearance: none;
cursor: pointer;
outline-color: $teal;
font-size: rem(42);
color: $white;
Expand All @@ -64,7 +65,7 @@
}
}

// Media Queries
// Media Queries
@media screen and (max-width: $medium-breakpoint) {
.hero__scroll {
bottom: 15%;
Expand All @@ -85,4 +86,4 @@
padding-bottom: 10%;
}
}
}
}
2 changes: 1 addition & 1 deletion dist/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f1-mission-bit",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
Author: Factor1 Studios
Author URI: https://factor1studios.com
Description: A custom WordPress theme for Mission Bit developed by Factor1
Version: 1.0.15
Version: 1.0.16
License: GPL-3.0
License URI:
Text Domain:
Expand Down

0 comments on commit 12c1046

Please sign in to comment.