Skip to content

Commit

Permalink
Add --o-force size to .bigbang>.gravity-spot
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jul 30, 2024
1 parent 9144c37 commit 1f2bc87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/scss/_gravity-spot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
justify-content: center;
border: none;
}

.bigbang>.gravity-spot {
height: var(--o-force) !important;
}
6 changes: 3 additions & 3 deletions src/scss/_support.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
@supports not selector(:has(a)) {
.gravity-spot {
border: 3px dotted red!important;
height: var(--o-force);
width: var(--o-force);
}
.gravity-spot>* {
display: none;
}

.gravity-spot::before {
content: 'Update 🦊 Firefox to use Orbit';
// text-shadow: 0 0 2px red;
content: 'Update this browser to use Orbit';
font-size: 18px;
// background-color: yellow;
padding: 10px;
text-align: center;
}
Expand Down

0 comments on commit 1f2bc87

Please sign in to comment.