⚡ Better icons, buttons & animations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user