From d331be788064e9d0cb00dbd88737b2a671e0a279 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 27 Jan 2024 18:59:47 +0530 Subject: [PATCH] removed warning box and reset macros to delete macros --- src/pug/templates/macros.pug | 7 ++----- src/stylus/style.styl | 10 ---------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index b1fa87b..b42ec2a 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -30,12 +30,9 @@ script#macros-template(type="text/x-template") h1 Macros Configuration button.pure-button(title="Reset Macros", @click="confirmReset=true", - style="height:50px;width:170px;font-weight:normal;color:#fff;background-color:#5a9ad7;display:flex;align-items:center;justify-content:space-around") Reset Macros + style="height:50px;width:170px;font-weight:normal;color:#fff;background-color:#5a9ad7;display:flex;align-items:center;justify-content:space-around") Delete All Macros .fa.fa-rotate-right - .warning-box - p - u Note: - | Reset the macros to default macros recommended by Onefinity CNC. + .tabs input#tab1(type="radio", name="tabs",checked="" @click="tab = '1'") label(for="tab1",style="height:50px;width:100px") Macros 1 diff --git a/src/stylus/style.styl b/src/stylus/style.styl index 909bc3e..b3fd9fc 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -651,16 +651,6 @@ span.unit border-radius 10px padding 20px - .warning-box - display flex - background-color #F3FF00 - border-radius 5px - border 0 - margin-bottom 10px - margin-top 10px - align-items center - justify-content center - .select-upload-gcode display flex flex-direction row