Mail and Booking
This commit is contained in:
parent
62e84637b6
commit
5daea268f7
250 changed files with 5377 additions and 1473 deletions
|
|
@ -341,7 +341,7 @@ figcaption {
|
|||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
.messages-wrapper {
|
||||
position: relative;
|
||||
display: -ms-flexbox;
|
||||
|
|
@ -696,11 +696,81 @@ figcaption {
|
|||
left: auto
|
||||
}
|
||||
}
|
||||
*/
|
||||
.btn-next {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: #8897AA;
|
||||
color:#fff
|
||||
}
|
||||
|
||||
.btn-next:hover {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: #818fa2;
|
||||
color:#fff
|
||||
}
|
||||
|
||||
.btn-next:focus, .btn-next.focus {
|
||||
box-shadow:0 0 0 2px rgba(136, 151, 170, 0.4)
|
||||
}
|
||||
|
||||
.btn-next.disabled, .btn-next:disabled {
|
||||
border-color: rgba(0, 0, 0, 0) !important;
|
||||
background: #8897AA !important;
|
||||
box-shadow: none !important;
|
||||
color:#fff !important
|
||||
}
|
||||
|
||||
.btn-next .badge {
|
||||
background: #fff;
|
||||
color:#8897AA
|
||||
}
|
||||
|
||||
.btn-next:active, .btn-next.active, .show > .btn-next.dropdown-toggle {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background: #768394;
|
||||
box-shadow:none
|
||||
}
|
||||
|
||||
.btn-group .btn-next, .input-group-prepend .btn-next, .input-group-append .btn-next {
|
||||
border-right: 1px solid #768394;
|
||||
border-left:1px solid #768394
|
||||
}
|
||||
|
||||
.badge-md {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.table.table-sm td {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.badge-next {
|
||||
background-color: #8897AA;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.badge-next[href]:hover, .badge-next[href]:focus {
|
||||
background-color: #768394;
|
||||
color:#fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.badge-dark {
|
||||
background-color: rgba(200, 21, 176, 0.9);
|
||||
color: #fff;
|
||||
}
|
||||
.badge-dark[href]:hover, .badge-dark[href]:focus {
|
||||
background-color: rgb(176, 21, 152);
|
||||
|
||||
}
|
||||
|
||||
.badge-success {
|
||||
background-color: #94ae59;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #94ae59 !important;
|
||||
}
|
||||
|
||||
|
||||
.default-style .datepicker-dropdown {
|
||||
z-index: 2080 !important;
|
||||
|
|
@ -708,3 +778,6 @@ figcaption {
|
|||
.default-style .dtp {
|
||||
z-index: 2080;
|
||||
}
|
||||
.table th, .table td {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue