Skip to content

Commit

Permalink
提交button loading 和 图标 (Submit button loading and icon)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomWang committed Mar 4, 2020
1 parent 22597e1 commit 6529d3e
Show file tree
Hide file tree
Showing 26 changed files with 7,471 additions and 1,242 deletions.
13 changes: 13 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
/* 旋转360 */
.animation-rotate-360 {
animation: rotating 1.2s linear infinite
}

@keyframes rotating {
from {
transform: rotate(0)
}

to {
transform: rotate(360deg)
}
}
6 changes: 3 additions & 3 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* purgecss start ignore */
/* @import 'tailwindcss/base'; */
/* @import 'tailwindcss/components'; */
@import 'tailwindcss/base';
@import 'tailwindcss/components';
/* purgecss end ignore */
/* @import 'tailwindcss/utilities'; */
@import 'tailwindcss/utilities';
Loading

0 comments on commit 6529d3e

Please sign in to comment.