Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 31, 2015
1 parent 3920a39 commit bc1f122
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
login-wrapと、中身の大きさは合わせること。
```
<div style="margin-left: 263px">
<div class="login-wrap animate">
<div class="login-mask testbox5">
<div class="frame frame--login z1">
Expand All @@ -25,7 +26,7 @@ login-wrapと、中身の大きさは合わせること。
<div class="login-button testbox5">
</div>
</div>
</div>
```
*/

Expand Down Expand Up @@ -145,8 +146,8 @@ login-wrapと、中身の大きさは合わせること。
-webkittransform: scale(0);
display: block;
content: "";
width: 20px;
height: 20px;
width: 56px;
height: 56px;
border: solid 1px white;
text-shadow: 1px 1px 1px rgb(255,255,255);
border-radius: 50%;
Expand Down

0 comments on commit bc1f122

Please sign in to comment.