mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
👍 ラジオボタンを追加
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
@import "reset.scss";
|
||||
@import "variables.scss";
|
||||
@import "generic.scss";
|
||||
@import "animation.scss";
|
||||
|
9
scss/base/animation.scss
Normal file
9
scss/base/animation.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@keyframes blink {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user