We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ff43f commit 3f36d3bCopy full SHA for 3f36d3b
src/devtools/views/vuex/VuexStateInspector.vue
@@ -73,7 +73,7 @@
73
>
74
<div class="label">
75
<VueIcon
76
- class="big"
+ class="medium"
77
icon="cached"
78
/>
79
<span>Recording state...</span>
@@ -260,22 +260,19 @@ function copyToClipboard (state) {
260
flex-direction column
261
box-center()
262
min-height 140px
263
- font-size 24px
+ font-size 16px
264
margin 0 42px
265
266
.label
267
display flex
268
align-items center
269
- font-weight lighter
270
color $blueishGrey
271
margin-bottom 12px
272
273
.vue-ui-icon
274
margin-right 12px
275
>>> svg
276
fill @color
277
- .vue-ui-loading-bar
278
- width 100%
279
280
.message
281
margin-left 5px
0 commit comments