@ardimedia/angular-portal-azure 0.2.328 → 0.2.329
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.
- package/css/apn.css +10 -10
- package/package.json +1 -1
package/css/apn.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/* This libraries contains some mixin*/
|
|
3
|
-
/*@mixin borderbox0() {
|
|
4
|
-
-moz-box-sizing: border-box;
|
|
5
|
-
-webkit-box-sizing: border-box;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
margin: 0;
|
|
8
|
-
padding: 0;
|
|
3
|
+
/*@mixin borderbox0() {
|
|
4
|
+
-moz-box-sizing: border-box;
|
|
5
|
+
-webkit-box-sizing: border-box;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
margin: 0;
|
|
8
|
+
padding: 0;
|
|
9
9
|
}*/
|
|
10
|
-
/*html, body {
|
|
11
|
-
@include borderbox0;
|
|
12
|
-
height: 100%;
|
|
13
|
-
width: 0;
|
|
10
|
+
/*html, body {
|
|
11
|
+
@include borderbox0;
|
|
12
|
+
height: 100%;
|
|
13
|
+
width: 0;
|
|
14
14
|
}*/
|
|
15
15
|
html {
|
|
16
16
|
box-sizing: border-box; }
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ardimedia/angular-portal-azure",
|
|
3
3
|
"description": "Angular Portal Azure - GUI Framework.",
|
|
4
4
|
"author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.329",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|