mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-12 12:33:40 +08:00
update demos
This commit is contained in:
@@ -3,6 +3,7 @@ $color-1-light: rgba(27, 188, 155, 0.6);
|
||||
$color-1-lighter: rgba(27, 188, 155, 0.3);
|
||||
$color-2: #69707a;
|
||||
$color-3: #393E46;
|
||||
$color-4: #F22613;
|
||||
$color-err: #D24D57;
|
||||
|
||||
$font-1: 'Fira Sans', sans-serif;
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.input-clear {
|
||||
.input-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
@@ -62,6 +62,10 @@
|
||||
color: $color-2;
|
||||
transition: color 0.2s ease-in;
|
||||
|
||||
.material-icons {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $color-1-lighter;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
<canvas id="input-canvas-scaled" width="28" height="28" style="display:none;"></canvas>
|
||||
<canvas id="input-canvas-centercrop" style="display:none;"></canvas>
|
||||
</div>
|
||||
<div class="input-clear" v-on:click="clear">
|
||||
<div class="input-clear-button"><i class="material-icons">clear</i>CLEAR</div>
|
||||
<div class="input-buttons">
|
||||
<div class="input-clear-button" v-on:click="clear"><i class="material-icons">clear</i>CLEAR</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user