@appscode/design-system 2.0.56 → 2.0.57-alpha.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.
package/package.json
CHANGED
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
top: 5px;
|
|
155
155
|
left: 35px;
|
|
156
156
|
position: absolute;
|
|
157
|
-
background: $
|
|
157
|
+
background: $secondary-20;
|
|
158
158
|
width: 150px;
|
|
159
159
|
border-radius: 4px;
|
|
160
160
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
161
161
|
z-index: 99;
|
|
162
|
-
border-color: $
|
|
162
|
+
border-color: $secondary-30;
|
|
163
163
|
|
|
164
164
|
.items-inner {
|
|
165
165
|
border: none;
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
li {
|
|
168
168
|
border: none;
|
|
169
169
|
border-right: none !important;
|
|
170
|
-
border-bottom: 1px solid $
|
|
170
|
+
border-bottom: 1px solid $secondary-30;
|
|
171
171
|
width: 100%;
|
|
172
172
|
|
|
173
173
|
&:last-child {
|