Skip to content

Commit

Permalink
Add new sizes (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran authored Jan 11, 2021
1 parent 5baf531 commit 8988195
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v8.1.5
### Changed
- Added new `$size-115` and `$max-size-90` that accomodate for needs in page templates.

## v8.1.4
### Changed
- Remove unused semi-transparent colors.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/azure-iot-ux-fluent-css",
"description": "Azure IoT common styles library for CSS, Colors and Themes",
"version": "8.1.4",
"version": "8.1.5",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/_constants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $size-80: 8rem;
$size-90: 10rem;
$size-100: 12.5rem;
$size-110: 16rem;
$size-115: 18.75rem;
$size-120: 21.25rem;
$size-130: 40.25rem;
$size-140: 58.75rem;
Expand All @@ -38,6 +39,7 @@ $max-size-50: 40rem;
$max-size-60: 50rem;
$max-size-70: 60rem;
$max-size-80: 70rem;
$max-size-90: 87.5rem;

// Z Index

Expand Down

0 comments on commit 8988195

Please sign in to comment.