Преглед на файлове

Align to center of button

sbkwgh преди 8 години
родител
ревизия
ef734e8589
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/components/LoadingButton.vue

+ 3 - 0
src/components/LoadingButton.vue

@@ -40,6 +40,9 @@
 		@at-root #{&}__slot {
 			transition: all 0.2s;
 			opacity: 1;
+			display: flex;
+			align-items: center;
+			height: 100%;
 		}