@coorpacademy/components 10.1.10 → 10.1.11

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.
@@ -56,7 +56,7 @@
56
56
  color: cm_blue_50;
57
57
  }
58
58
 
59
- .tab:hover a {
59
+ .tab:hover span {
60
60
  color: cm_primary_blue;
61
61
  }
62
62
 
@@ -64,6 +64,6 @@
64
64
  background-color: cm_blue_50;
65
65
  }
66
66
 
67
- .tab.selected a {
67
+ .tab.selected span {
68
68
  color: cm_primary_blue;
69
69
  }
@@ -9,13 +9,19 @@
9
9
  .container {
10
10
  display: flex;
11
11
  background-color: cm_grey_50;
12
+ position: relative;
12
13
  }
13
14
 
14
15
  .menu {
15
16
  background-color: cm_grey_50;
16
- height: 360px;
17
+ height: auto;
17
18
  width: 200px;
18
19
  margin: 24px 8px 24px 24px;
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ z-index: 1;
24
+ bottom: 0;
19
25
  }
20
26
 
21
27
  .horizontalSection{
@@ -24,6 +30,7 @@
24
30
  padding: 24px 24px 24px 8px;
25
31
  width: 100%;
26
32
  align-items: end;
33
+ margin-left: 240px;
27
34
  }
28
35
 
29
36
  .input {
@@ -33,7 +40,7 @@
33
40
 
34
41
  .button {
35
42
  width: 170px;
36
- margin-top: 16px;
43
+ margin-top: 24px;
37
44
  }
38
45
 
39
46
  .binButton {
@@ -56,7 +56,7 @@
56
56
  color: cm_blue_50;
57
57
  }
58
58
 
59
- .tab:hover a {
59
+ .tab:hover span {
60
60
  color: cm_primary_blue;
61
61
  }
62
62
 
@@ -64,6 +64,6 @@
64
64
  background-color: cm_blue_50;
65
65
  }
66
66
 
67
- .tab.selected a {
67
+ .tab.selected span {
68
68
  color: cm_primary_blue;
69
69
  }
@@ -9,13 +9,19 @@
9
9
  .container {
10
10
  display: flex;
11
11
  background-color: cm_grey_50;
12
+ position: relative;
12
13
  }
13
14
 
14
15
  .menu {
15
16
  background-color: cm_grey_50;
16
- height: 360px;
17
+ height: auto;
17
18
  width: 200px;
18
19
  margin: 24px 8px 24px 24px;
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ z-index: 1;
24
+ bottom: 0;
19
25
  }
20
26
 
21
27
  .horizontalSection{
@@ -24,6 +30,7 @@
24
30
  padding: 24px 24px 24px 8px;
25
31
  width: 100%;
26
32
  align-items: end;
33
+ margin-left: 240px;
27
34
  }
28
35
 
29
36
  .input {
@@ -33,7 +40,7 @@
33
40
 
34
41
  .button {
35
42
  width: 170px;
36
- margin-top: 16px;
43
+ margin-top: 24px;
37
44
  }
38
45
 
39
46
  .binButton {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.1.10",
3
+ "version": "10.1.11",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -118,5 +118,5 @@
118
118
  "webpack-hot-middleware": "^2.25.0"
119
119
  },
120
120
  "author": "CoorpAcademy",
121
- "gitHead": "44ac7914669ea4dd95d88063ade9e83f010c445e"
121
+ "gitHead": "f8809c4dd2466a69db72bca3e77c3ebd4c1bcc7f"
122
122
  }