mobile button styling..

This commit is contained in:
Cüneyt Şentürk
2021-02-27 22:25:27 +03:00
parent 587dde8a3a
commit a85943632d
3 changed files with 22 additions and 9 deletions

13
public/css/custom.css vendored
View File

@ -655,6 +655,15 @@ table .align-items-center td span.badge {
margin-bottom: -1rem;
}
#header .header-body .btn,
.save-buttons .btn {
width: 100%;
height: 40px;
font-size: 0.875rem;
padding: 0.425rem 1.25rem;
margin-top: 16px;
}
.header-button-top {
width: 100%;
height: 40px;
@ -723,6 +732,10 @@ table .align-items-center td span.badge {
.save-buttons {
float: none !important;
}
input[type=hidden].form-control.datepicker.input {
display: none;
}
}
/*--Xs Breakpoint Finish--*/