Explorar el Código

Align to center of button

sbkwgh hace 8 años
padre
commit
ef734e8589
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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%;
 		}