macros download button ui

This commit is contained in:
sanjayk03-dev
2024-06-03 20:17:28 +05:30
parent 2a731e1a46
commit ce82047afe
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ script#macros-template(type="text/x-template")
button.pure-button(@click="addMacros = false") Cancel
button.pure-button.button-submit(@click="add_new_macro") Add
button.config-button.button-blue(title="Delete a Macros", @click="deleteSelected=true", style="margin-left:5px;width:55%") Delete Selected Macro
button.config-button.button-blue(title="Delete a Macros", @click="deleteSelected=true", style="margin-left:5px;width:40%") Delete Selected Macro
message(:show.sync="deleteSelected")
div(slot="header")
@@ -73,8 +73,8 @@ script#macros-template(type="text/x-template")
.fa.fa-trash
|  Yes
a(download, title="Download Macros", :href="downloadMacrosUrl")
button.config-button.button-blue(style="margin-left:5px;width:55%") Download Macros
a(download, title="Download Macros", :href="downloadMacrosUrl", style="text-decoration: none;")
button.config-button.button-blue(style="margin-left:5px;") Download Macros
.warning-box
p

View File

@@ -708,7 +708,7 @@ span.unit
.flex-row-container
display flex
flex-direction row
width 500px
width 75%
margin-bottom 1rem
.tabs