Skip to content

Commit 9bfbf10

Browse files
committed
finish with auth
1 parent 5335249 commit 9bfbf10

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4646,6 +4646,9 @@ body.documentation .copyright {
46464646
padding: 3px 5px;
46474647
display: inline-block;
46484648
border: none;
4649+
margin-bottom: 5px;
4650+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
4651+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
46494652
}
46504653

46514654
.anim-element .control {

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,9 +1036,9 @@ <h2><i class="fa fa-code" aria-hidden="true"></i> Код анімації</h2>
10361036
<img src="img/logo.png" alt="" />
10371037
<span>FIREFLY</span>
10381038
<!-- start .handle -->
1039-
<div class="colors control">
1040-
<input type="text" class="bg-color" />
1041-
<input type="text" class="color" />
1039+
<div class="colors control hidden">
1040+
<input type="text" class="bg-color" placeholder="Колір фону"/>
1041+
<input type="text" class="color" placeholder="Колір тексту"/>
10421042
</div>
10431043
<div class="control hidden handle"><i class="fa fa-undo" aria-hidden="true"></i><span class="angle"></span></div>
10441044
<!-- end .handle -->

0 commit comments

Comments
 (0)