@appscode/design-system 1.0.43-alpha.85 → 1.0.43-alpha.86

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.
@@ -144,7 +144,7 @@
144
144
  &:after {
145
145
  position: absolute;
146
146
  content: "";
147
- left: 10px;
147
+ left: 0;
148
148
  bottom: 0;
149
149
  width: 100%;
150
150
  height: 5px;
@@ -26,6 +26,8 @@
26
26
  &.is-right {
27
27
  .option-dots {
28
28
  align-items: flex-end;
29
+ padding: 0 10px;
30
+ margin-right: -10px;
29
31
  }
30
32
 
31
33
  .options-items {
@@ -41,17 +43,18 @@
41
43
  border: none;
42
44
  background-color: transparent;
43
45
  transition: 0.3 ease-in-out;
46
+
44
47
 
45
48
  &:hover {
46
49
  color: $ac-primary;
47
50
  }
48
51
 
49
52
  span {
50
- width: 5px;
51
- height: 5px;
53
+ width: 4px;
54
+ height: 4px;
52
55
  background-color: $ac-color-value;
53
56
  border-radius: 50%;
54
- margin-bottom: 2px;
57
+ margin-bottom: 1px;
55
58
  }
56
59
  }
57
60
 
@@ -94,7 +97,7 @@
94
97
 
95
98
  a {
96
99
  font-size: $font-size-small;
97
- padding: 10px 15px;
100
+ padding: 7px 15px;
98
101
  display: block;
99
102
  text-decoration: none !important;
100
103
  color: $ac-color-text !important;
@@ -7,7 +7,7 @@
7
7
  0.03
8
8
  );
9
9
  border-radius: 4px;
10
- overflow: hidden;
10
+ // overflow: hidden;
11
11
  transition: 0.3s ease-in-out;
12
12
 
13
13
  &:hover {
@@ -10,7 +10,6 @@
10
10
  background-color: $ac-white;
11
11
  border-radius: 4px;
12
12
  overflow: hidden;
13
- padding: 10px;
14
13
  position: relative;
15
14
  z-index: 1;
16
15
  margin-bottom: 10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.85",
3
+ "version": "1.0.43-alpha.86",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {