Better icons, buttons & animations

This commit is contained in:
liyasthomas
2019-09-22 02:01:07 +05:30
parent 2878207170
commit 4bb6981cbb
10 changed files with 21 additions and 24 deletions

View File

@@ -141,7 +141,7 @@
<li>
<button class="icon" @click="addRequestBodyParam" name="addrequest">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24">
<path d="M24 9h-9v-9h-6v9h-9v6h9v9h6v-9h9z"/>
<path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/>
</svg>
<span>Add New</span>
</button>
@@ -303,7 +303,7 @@
<li>
<button class="icon" @click="addRequestHeader">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24">
<path d="M24 9h-9v-9h-6v9h-9v6h9v9h6v-9h9z"/>
<path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/>
</svg>
<span>Add New</span>
</button>
@@ -342,7 +342,7 @@
<li>
<button class="icon" @click="addRequestParam">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24">
<path d="M24 9h-9v-9h-6v9h-9v6h9v9h6v-9h9z"/>
<path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/>
</svg>
<span>Add New</span>
</button>

View File

@@ -80,7 +80,7 @@
// set the relevant values.
themes: [{
"color": "rgb(37, 38, 40)",
"name": "Dark (Default)",
"name": "Dark (default)",
"class": ""
},
{
@@ -95,7 +95,7 @@
// If the color is vibrant, black is used as the active foreground color.
{
"color": "#50fa7b",
"name": "Green (Default)",
"name": "Green (default)",
"vibrant": true
},
{