fixing changes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user