fixing changes

This commit is contained in:
Ritikesh yadav
2024-05-30 19:10:56 +05:30
parent 21e77ad399
commit 49c1b641f2
2 changed files with 3 additions and 3 deletions

View File

@@ -36228,7 +36228,7 @@ html:not([data-theme="dark"]) .theme-light-bg-body {
.btn.btn-light-primary:hover:not(.btn-active) i,
.show > .btn.btn-light-primary .svg-icon,
.show > .btn.btn-light-primary i {
color: var(--kt-primary-inverse);
color: #fff;
}
.btn-check:active + .btn.btn-light-primary.dropdown-toggle:after,

View File

@@ -1004,8 +1004,8 @@
</div>
{{-- submit button start --}}
<div class="" style="float: right;margin: 10px; ">
<button type="submit" id="submit">Submit</button>
<div class="" style="float: right;margin: 10px 0; ">
<button type="submit" class="btn btn-primary btn-hover-rise me-5" id="submit">Submit</button>
</div>
{{-- submit button ends --}}
</form>