add new sizing constant
This commit is contained in:
Родитель
a6ad4dfb6e
Коммит
746b7868ff
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v8.1.10
|
||||
### Changed
|
||||
- Added $size-75 sizing constant (6rem)
|
||||
|
||||
## v8.1.9
|
||||
## Fixed
|
||||
- Make HTML be the only one to take available space, all the other elements take 100%.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"version": "8.1.9",
|
||||
"version": "8.1.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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.9",
|
||||
"version": "8.1.10",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
@ -21,6 +21,7 @@ $size-40: 2rem;
|
|||
$size-50: 2.75rem;
|
||||
$size-60: 3rem;
|
||||
$size-70: 4rem;
|
||||
$size-75: 6rem;
|
||||
$size-80: 8rem;
|
||||
$size-90: 10rem;
|
||||
$size-100: 12.5rem;
|
||||
|
|
Загрузка…
Ссылка в новой задаче