@pocketprep/ui-kit 3.0.38 → 3.0.39
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.
|
@@ -160,13 +160,30 @@ export default class EmptyState extends Vue {
|
|
|
160
160
|
position: relative;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
+
&__icon {
|
|
164
|
+
width: 22px;
|
|
165
|
+
height: 22px;
|
|
166
|
+
|
|
167
|
+
@include breakpoint(black-bear) {
|
|
168
|
+
width: 30px;
|
|
169
|
+
height: 30px;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
163
173
|
&__blob {
|
|
164
174
|
position: absolute;
|
|
165
175
|
top: 3.5px;
|
|
166
|
-
left:
|
|
167
|
-
width:
|
|
176
|
+
left: 2px;
|
|
177
|
+
width: 37px;
|
|
168
178
|
height: 33px;
|
|
169
179
|
z-index: -1;
|
|
180
|
+
|
|
181
|
+
@include breakpoint(black-bear) {
|
|
182
|
+
width: 48px;
|
|
183
|
+
height: 43px;
|
|
184
|
+
top: auto;
|
|
185
|
+
left: auto;
|
|
186
|
+
}
|
|
170
187
|
}
|
|
171
188
|
}
|
|
172
189
|
</style>
|