-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): update classic theme (#725)
- Loading branch information
1 parent
429f39e
commit fb49e96
Showing
28 changed files
with
281 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
@import "./spacing"; | ||
@import "./borderWidth"; | ||
@import "./border"; | ||
@import "./letterSpacing"; |
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,13 @@ | ||
/* | ||
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED. | ||
*/ | ||
:root { | ||
.theme-classic-dark { | ||
--theme-letter-spacing-xs: -1.2%; | ||
--theme-letter-spacing-sm: -0.6%; | ||
--theme-letter-spacing-md: 0%; | ||
--theme-letter-spacing-lg: 0.6%; | ||
--theme-letter-spacing-xl: 1.2%; | ||
--theme-letter-spacing-xxl: 2%; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
@import "./spacing"; | ||
@import "./borderWidth"; | ||
@import "./border"; | ||
@import "./letterSpacing"; |
13 changes: 13 additions & 0 deletions
13
packages/core/scss/theme/classic-light/_letterSpacing.scss
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,13 @@ | ||
/* | ||
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED. | ||
*/ | ||
:root { | ||
.theme-classic-light { | ||
--theme-letter-spacing-xs: -1.2%; | ||
--theme-letter-spacing-sm: -0.6%; | ||
--theme-letter-spacing-md: 0%; | ||
--theme-letter-spacing-lg: 0.6%; | ||
--theme-letter-spacing-xl: 1.2%; | ||
--theme-letter-spacing-xxl: 2%; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
@import "./spacing"; | ||
@import "./borderWidth"; | ||
@import "./border"; | ||
@import "./letterSpacing"; |
13 changes: 13 additions & 0 deletions
13
packages/core/scss/theme/legacy-classic-dark/_letterSpacing.scss
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,13 @@ | ||
/* | ||
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED. | ||
*/ | ||
:root { | ||
.theme-legacy-classic-dark { | ||
--theme-letter-spacing-xs: -1.2%; | ||
--theme-letter-spacing-sm: -0.6%; | ||
--theme-letter-spacing-md: 0%; | ||
--theme-letter-spacing-lg: 0.6%; | ||
--theme-letter-spacing-xl: 1.2%; | ||
--theme-letter-spacing-xxl: 2%; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
@import "./spacing"; | ||
@import "./borderWidth"; | ||
@import "./border"; | ||
@import "./letterSpacing"; |
13 changes: 13 additions & 0 deletions
13
packages/core/scss/theme/legacy-classic-light/_letterSpacing.scss
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,13 @@ | ||
/* | ||
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED. | ||
*/ | ||
:root { | ||
.theme-legacy-classic-light { | ||
--theme-letter-spacing-xs: -1.2%; | ||
--theme-letter-spacing-sm: -0.6%; | ||
--theme-letter-spacing-md: 0%; | ||
--theme-letter-spacing-lg: 0.6%; | ||
--theme-letter-spacing-xl: 1.2%; | ||
--theme-letter-spacing-xxl: 2%; | ||
} | ||
} |
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
Binary file modified
BIN
-21.1 KB
(41%)
...gation-mobile-mobile-expanded-overlay-1-chromium---theme-classic-dark-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20.6 KB
(41%)
...ation-mobile-mobile-expanded-overlay-1-chromium---theme-classic-light-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.