@nebula.js/sn-action-button 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @nebula.js/sn-action-button v1.10.
|
|
3
|
-
* Copyright (c)
|
|
2
|
+
* @nebula.js/sn-action-button v1.10.1
|
|
3
|
+
* Copyright (c) 2022 QlikTech International AB
|
|
4
4
|
* Released under the MIT license.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -3842,7 +3842,7 @@ var styleFormatter = {
|
|
|
3842
3842
|
disabled = _ref2.disabled,
|
|
3843
3843
|
theme = _ref2.theme,
|
|
3844
3844
|
element = _ref2.element;
|
|
3845
|
-
var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;';
|
|
3845
|
+
var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;';
|
|
3846
3846
|
var font = style.font,
|
|
3847
3847
|
background = style.background,
|
|
3848
3848
|
border = style.border;
|