@coorpacademy/components 11.32.1-alpha.20 → 11.32.1-alpha.21

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.
@@ -2,10 +2,12 @@
2
2
  @value breakpoints: "../../variables/breakpoints.css";
3
3
  @value tablet from breakpoints;
4
4
  @value mobile from breakpoints;
5
+ @value white from colors;
5
6
  @value cm_grey_100 from colors;
6
7
  @value cm_grey_500 from colors;
7
8
 
8
9
  .container {
10
+ background-color: white;
9
11
  font-family: "Gilroy";
10
12
  font-style: normal;
11
13
  margin-top: 48px;
@@ -14,7 +16,7 @@
14
16
  margin-right: auto;
15
17
  position: relative;
16
18
  box-sizing: border-box;
17
- height: 100%;
19
+ min-height: 100%;
18
20
  width: 100%;
19
21
  max-width: 1080px;
20
22
  }
@@ -2,10 +2,12 @@
2
2
  @value breakpoints: "../../variables/breakpoints.css";
3
3
  @value tablet from breakpoints;
4
4
  @value mobile from breakpoints;
5
+ @value white from colors;
5
6
  @value cm_grey_100 from colors;
6
7
  @value cm_grey_500 from colors;
7
8
 
8
9
  .container {
10
+ background-color: white;
9
11
  font-family: "Gilroy";
10
12
  font-style: normal;
11
13
  margin-top: 48px;
@@ -14,7 +16,7 @@
14
16
  margin-right: auto;
15
17
  position: relative;
16
18
  box-sizing: border-box;
17
- height: 100%;
19
+ min-height: 100%;
18
20
  width: 100%;
19
21
  max-width: 1080px;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.32.1-alpha.20+5ecefe10d",
3
+ "version": "11.32.1-alpha.21+e0d295e8b",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -175,5 +175,5 @@
175
175
  "last 2 versions",
176
176
  "IE 11"
177
177
  ],
178
- "gitHead": "5ecefe10de590b52c19cde8869d770640b673445"
178
+ "gitHead": "e0d295e8b237bbda24e769cd329dc64019bee956"
179
179
  }