Коммит
acf62941cd
|
@ -331,3 +331,6 @@ ASALocalRun/
|
|||
|
||||
# Node modules
|
||||
node_modules
|
||||
|
||||
# Package-lock
|
||||
package-lock.json
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v3.0.4
|
||||
### Added
|
||||
- colors for title bars
|
||||
|
||||
## v3.0.3
|
||||
### Fixed
|
||||
- danger button should have a white outline
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@azure-iot/ux-fluent-css",
|
||||
"description": "Azure IoT common styles library for CSS, Colors and Themes",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^8.0.0"
|
||||
|
|
|
@ -25,6 +25,7 @@ $theme-dark: map-merge((
|
|||
color-bg-content: $color-grey-1400,
|
||||
color-bg-panel-contextual: $color-grey-1500,
|
||||
color-bg-action-bar: $color-grey-1400,
|
||||
color-bg-title-bar: $color-grey-1500,
|
||||
color-border-panel: $color-grey-700,
|
||||
color-border-grid: $color-grey-700,
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ $theme-light: map-merge((
|
|||
color-bg-content: $color-grey-100,
|
||||
color-bg-panel-contextual: $color-white,
|
||||
color-bg-action-bar: $color-grey-100,
|
||||
color-bg-title-bar: $color-grey-300,
|
||||
color-border-panel: $color-grey-300,
|
||||
color-border-grid: $color-grey-300,
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче