Skip to content

Commit 3f36d3b

Browse files
author
Guillaume Chau
committed
fix(vuex): state label design tweaks
1 parent 68ff43f commit 3f36d3b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/devtools/views/vuex/VuexStateInspector.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
>
7474
<div class="label">
7575
<VueIcon
76-
class="big"
76+
class="medium"
7777
icon="cached"
7878
/>
7979
<span>Recording state...</span>
@@ -260,22 +260,19 @@ function copyToClipboard (state) {
260260
flex-direction column
261261
box-center()
262262
min-height 140px
263-
font-size 24px
263+
font-size 16px
264264
margin 0 42px
265265
266266
.label
267267
display flex
268268
align-items center
269-
font-weight lighter
270269
color $blueishGrey
271270
margin-bottom 12px
272271
273272
.vue-ui-icon
274273
margin-right 12px
275274
>>> svg
276275
fill @color
277-
.vue-ui-loading-bar
278-
width 100%
279276
280277
.message
281278
margin-left 5px

0 commit comments

Comments
 (0)