Skip to content

Commit 662609a

Browse files
committed
Style optimization for dashboard
1 parent f2dde9f commit 662609a

File tree

15 files changed

+90
-52
lines changed

15 files changed

+90
-52
lines changed

.github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nebula-wp",
33
"title": "Nebula",
44
"description": "Advanced Starter WordPress Theme for Developers",
5-
"version": "12.8.29.407",
5+
"version": "12.8.30.715",
66
"homepage": "https://gearside.com/nebula/",
77
"repository": {
88
"type": "git",

Nebula-Child/assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nebula-Child/resources/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//BEGIN automated edits. These will be automatically overwritten.
22
const THEME_NAME = 'nebula-child';
3-
const NEBULA_VERSION = 'v12.8.29.407'; //Wednesday, January 29, 2025 9:46:44 AM
3+
const NEBULA_VERSION = 'v12.8.30.715'; //Thursday, January 30, 2025 5:09:28 PM
44
const OFFLINE_URL = 'https://nebula.gearside.com/offline/';
55
const OFFLINE_IMG = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/offline.svg';
66
const META_ICON = 'https://nebula.gearside.com/wp-content/themes/Nebula-main/assets/img/meta/android-chrome-512x512.png';

Nebula-Child/style.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/login.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/pre.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/partials/_helpers.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
//These help on the admin side where Bootstrap CSS is not loaded
9898
.text-success {color: $success_color;}
9999
.text-warning {color: $warning_color;}
100+
.text-caution {color: $caution_color;}
100101
.text-danger {color: $danger_color;}
101102
.text-info {color: darken($info_color, 11%);}
102103

assets/scss/partials/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ $warning_color: #ffc107 !default; //Generally #ffc107
1616
$info_color: #17a2b8 !default; //Generally #17a2b8
1717
$success_color: #28a745 !default; //Generally #28a745
1818

19+
//Additional colors that may be useful
20+
$caution_color: #b95e00 !default;
21+
1922
//CSS variables defined in Bootstrap
2023
$sm: 576; //Why cant var(--breakpoint-sm) be used here?
2124
$md: 768;

0 commit comments

Comments
 (0)