mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
60
httpdocs/themes/vuexy/vendor/css/pages/advanced-wizard.css
vendored
Normal file
60
httpdocs/themes/vuexy/vendor/css/pages/advanced-wizard.css
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
.wizard-checkout-example .content {
|
||||
min-height: 30rem;
|
||||
}
|
||||
.wizard-checkout-example .content .wizard-header.title {
|
||||
display: none;
|
||||
}
|
||||
.wizard-checkout-example .content .card-body.offers {
|
||||
border-left-width: 0.25rem !important;
|
||||
}
|
||||
.wizard-checkout-example .content .card-body .size-qty-inputs input {
|
||||
width: 2.1875rem;
|
||||
text-align: center;
|
||||
}
|
||||
.wizard-checkout-example .order-details .list-group-item {
|
||||
position: relative;
|
||||
}
|
||||
.wizard-checkout-example .order-details .list-group-item .remove-item {
|
||||
font-size: 1.15rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0.3125rem;
|
||||
}
|
||||
.wizard-checkout-example .order-details i {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.property-wizard svg {
|
||||
height: 9.375rem;
|
||||
width: 9.375rem;
|
||||
}
|
||||
|
||||
.loan-application-wizard svg {
|
||||
height: 6.25rem;
|
||||
width: 6.25rem;
|
||||
}
|
||||
|
||||
.light-style .custom-wizard-header {
|
||||
background-color: #fff;
|
||||
color: #fff;
|
||||
}
|
||||
.light-style .custom-wizard-header .app-brand-text {
|
||||
color: #fff;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.light-style [dir=rtl] .checkout-wizard.wizard > .steps li a .step-title {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dark-style .custom-wizard-header {
|
||||
background-color: #44475b;
|
||||
}
|
||||
.dark-style .custom-wizard-header .app-brand-text {
|
||||
color: #fff;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.dark-style [dir=rtl] .checkout-wizard.wizard > .steps li a .step-title {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
125
httpdocs/themes/vuexy/vendor/css/pages/app-calendar.css
vendored
Normal file
125
httpdocs/themes/vuexy/vendor/css/pages/app-calendar.css
vendored
Normal file
@ -0,0 +1,125 @@
|
||||
.app-calendar-wrapper {
|
||||
position: relative;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
flex-grow: 0;
|
||||
flex-basis: 18.25rem;
|
||||
left: calc(-18.25rem - 1.2rem);
|
||||
height: 100%;
|
||||
width: 18.25rem;
|
||||
transition: all 0.2s;
|
||||
z-index: 4;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar.show {
|
||||
left: 0;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-month {
|
||||
border: 0;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar {
|
||||
box-shadow: none;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-month,
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-weekday,
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-weekdays {
|
||||
background: transparent;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-days {
|
||||
border: 0;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-content {
|
||||
position: relative;
|
||||
}
|
||||
.app-calendar-wrapper .fc-toolbar h2 {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
.app-calendar-wrapper .fc-toolbar h2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.app-calendar-wrapper table.fc-scrollgrid {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
.app-calendar-wrapper table.fc-scrollgrid td {
|
||||
border-right: 0;
|
||||
}
|
||||
.app-calendar-wrapper .fc-dayGridMonth-view table.fc-scrollgrid td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.app-calendar-wrapper .fc-header-toolbar {
|
||||
margin-bottom: 1.55rem !important;
|
||||
}
|
||||
.app-calendar-wrapper .fc-view-container {
|
||||
margin: 0 -1.6rem;
|
||||
}
|
||||
.app-calendar-wrapper .event-sidebar .ql-editor {
|
||||
min-height: 5rem;
|
||||
}
|
||||
.app-calendar-wrapper .event-sidebar .select2 .select2-selection__choice {
|
||||
display: flex;
|
||||
}
|
||||
.app-calendar-wrapper .event-sidebar .select2 .select2-selection__choice .avatar {
|
||||
display: none;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.app-calendar-wrapper .app-calendar-sidebar {
|
||||
position: static;
|
||||
height: auto;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.app-calendar-wrapper .app-calendar-sidebar .flatpickr-days {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .app-calendar-wrapper .fc .fc-toolbar .fc-sidebarToggle-button {
|
||||
order: 1;
|
||||
}
|
||||
[dir=rtl] .app-calendar-wrapper .app-calendar-sidebar {
|
||||
left: auto;
|
||||
right: calc(-18.25rem - 1.2rem);
|
||||
}
|
||||
[dir=rtl] .app-calendar-wrapper .app-calendar-sidebar.show {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.light-style .app-calendar-wrapper .app-calendar-sidebar {
|
||||
background-color: #fff;
|
||||
border-right: 1px solid #dbdade;
|
||||
}
|
||||
.light-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-month,
|
||||
.light-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-weekday,
|
||||
.light-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-weekdays {
|
||||
color: #6f6b7d;
|
||||
}
|
||||
.light-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-months svg {
|
||||
fill: #6f6b7d;
|
||||
}
|
||||
.light-style[dir=rtl] .app-calendar-sidebar {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #dbdade;
|
||||
}
|
||||
|
||||
.dark-style .app-calendar-wrapper .app-calendar-sidebar {
|
||||
background-color: #2f3349;
|
||||
border-right: 1px solid #434968;
|
||||
}
|
||||
.dark-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .app-calendar-wrapper .app-calendar-sidebar .flatpickr-calendar .flatpickr-days {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style[dir=rtl] .app-calendar-sidebar {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #434968;
|
||||
}
|
||||
320
httpdocs/themes/vuexy/vendor/css/pages/app-chat.css
vendored
Normal file
320
httpdocs/themes/vuexy/vendor/css/pages/app-chat.css
vendored
Normal file
@ -0,0 +1,320 @@
|
||||
.app-chat {
|
||||
position: relative;
|
||||
height: calc(100vh - 11.5rem) !important;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat {
|
||||
height: calc(100vh - 11.5rem - 2.2rem) !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.app-chat .app-sidebar {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
.app-chat .app-sidebar .sidebar-header {
|
||||
position: relative;
|
||||
padding: 0.73rem 1.25rem;
|
||||
}
|
||||
.app-chat .app-sidebar .sidebar-header .close-sidebar {
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
margin: 0.15rem 0.15rem 0 0;
|
||||
}
|
||||
.app-chat .app-chat-contacts {
|
||||
position: absolute;
|
||||
left: calc(-21rem - 1rem);
|
||||
height: calc(100vh - 11.5rem);
|
||||
width: 21rem;
|
||||
flex-basis: 21rem;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-contacts {
|
||||
height: calc(100vh - 11.5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.app-chat .app-chat-contacts {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-contacts.show {
|
||||
left: 0rem;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 3.9rem);
|
||||
height: calc(calc(100vh - 11.5rem) - 3.5rem);
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.layout-horizontal .app-chat .app-chat-contacts .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 5rem + calc(2.2rem / 2));
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-contacts .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.5rem 0.75rem;
|
||||
margin: 0.25rem 0.75rem;
|
||||
border-radius: 0.375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item a {
|
||||
width: 100%;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .avatar {
|
||||
border: 2px solid transparent;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .chat-contact-info {
|
||||
min-width: 0;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item .chat-contact-info .chat-contact-name {
|
||||
line-height: 1.5;
|
||||
}
|
||||
.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item small {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.app-chat .app-chat-sidebar-left {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: calc(-21rem - 1rem);
|
||||
width: 21rem;
|
||||
height: calc(100vh - 11.5rem);
|
||||
opacity: 0;
|
||||
z-index: 5;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-sidebar-left {
|
||||
height: calc(100vh - 11.5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-sidebar-left.show {
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.app-chat .app-chat-sidebar-left .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 11.5rem);
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-sidebar-left .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 10.9rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-history {
|
||||
position: relative;
|
||||
height: calc(100vh - 11.5rem);
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-history {
|
||||
height: calc(100vh - 11.5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-header {
|
||||
padding: 0.575rem 1.25rem;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-header .user-status {
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body {
|
||||
height: calc(100vh - 20.5rem);
|
||||
padding: 2rem 1.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-history .chat-history-body {
|
||||
height: calc(100vh - 20.5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
|
||||
border-radius: 0.375rem;
|
||||
padding: 0.75rem 1rem;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(.chat-message-right) .chat-message-text {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .user-avatar {
|
||||
margin-right: 0rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message .thumbnail {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.app-chat .app-chat-history .chat-history-footer {
|
||||
padding: 0.575rem 0.5rem;
|
||||
margin: 0 1.5rem;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.app-chat .app-chat-sidebar-right {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(-21rem - 1rem);
|
||||
width: 21rem;
|
||||
height: calc(100vh - 11.5rem);
|
||||
opacity: 0;
|
||||
z-index: 5;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-sidebar-right {
|
||||
height: calc(100vh - 11.5rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
.app-chat .app-chat-sidebar-right.show {
|
||||
opacity: 1;
|
||||
right: 0;
|
||||
}
|
||||
.app-chat .app-chat-sidebar-right .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 11.75rem);
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-chat .app-chat-sidebar-right .sidebar-body {
|
||||
height: calc(calc(100vh - 11.5rem) - 11.1rem - 2.2rem);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.app-chat .app-chat-sidebar-right.show,
|
||||
.app-chat .app-chat-sidebar-left.show,
|
||||
.app-chat .app-chat-contacts.show {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.light-style .app-chat .app-chat-contacts,
|
||||
.light-style .app-chat .app-chat-sidebar-left {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 0 1px rgba(75, 70, 92, 0.075);
|
||||
}
|
||||
.light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
|
||||
.light-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
|
||||
background-color: #f8f7fa;
|
||||
}
|
||||
.light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active,
|
||||
.light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active {
|
||||
color: #fff;
|
||||
}
|
||||
.light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active h6,
|
||||
.light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .text-muted,
|
||||
.light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active h6,
|
||||
.light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .text-muted {
|
||||
color: #fff !important;
|
||||
}
|
||||
.light-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .avatar,
|
||||
.light-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .avatar {
|
||||
border-color: #fff;
|
||||
}
|
||||
.light-style .app-chat .app-chat-history .chat-history-header,
|
||||
.light-style .app-chat .app-chat-history .chat-history-footer {
|
||||
background-color: #fff;
|
||||
}
|
||||
.light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
|
||||
}
|
||||
.light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.light-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
|
||||
color: #fff;
|
||||
}
|
||||
.light-style .app-chat .app-chat-sidebar-right {
|
||||
background-color: #fff;
|
||||
box-shadow: 16px 1px 45px 3px rgba(75, 70, 92, 0.5);
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.light-style .app-chat .app-chat-contacts .chat-actions .chat-search-input {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.dark-style .app-chat .app-chat-contacts,
|
||||
.dark-style .app-chat .app-chat-sidebar-left {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-contacts .chat-actions .chat-search-input,
|
||||
.dark-style .app-chat .app-chat-sidebar-left .chat-actions .chat-search-input {
|
||||
background-color: #25293c;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active,
|
||||
.dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active {
|
||||
color: #fff;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active h6,
|
||||
.dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .text-muted,
|
||||
.dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active h6,
|
||||
.dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .text-muted {
|
||||
color: #fff !important;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.active .avatar,
|
||||
.dark-style .app-chat .app-chat-sidebar-left .sidebar-body .chat-contact-list li.active .avatar {
|
||||
border-color: #2f3349;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-history .chat-history-header,
|
||||
.dark-style .app-chat .app-chat-history .chat-history-footer {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message .chat-message-text {
|
||||
background-color: #2f3349;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
|
||||
}
|
||||
.dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-history .chat-history-body .chat-history .chat-message.chat-message-right .chat-message-text {
|
||||
color: #fff;
|
||||
}
|
||||
.dark-style .app-chat .app-chat-sidebar-right {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
|
||||
[dir=rtl] .app-chat .app-chat-sidebar-left,
|
||||
[dir=rtl] .app-chat .app-chat-contacts {
|
||||
right: calc(-21rem - 1rem);
|
||||
left: auto;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-sidebar-left.show,
|
||||
[dir=rtl] .app-chat .app-chat-contacts.show {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-sidebar-right {
|
||||
left: calc(-21rem - 1rem);
|
||||
right: auto;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-sidebar-right.show {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-history .chat-history-body .chat-history .chat .user-avatar {
|
||||
margin-left: 1rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-history .chat-message:not(.chat-message-right) .chat-message-text {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0.375rem !important;
|
||||
}
|
||||
[dir=rtl] .app-chat .app-chat-history .chat-message.chat-message-right .chat-message-text {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0.375rem !important;
|
||||
}
|
||||
373
httpdocs/themes/vuexy/vendor/css/pages/app-email.css
vendored
Normal file
373
httpdocs/themes/vuexy/vendor/css/pages/app-email.css
vendored
Normal file
@ -0,0 +1,373 @@
|
||||
.app-email {
|
||||
position: relative;
|
||||
height: calc(100vh - 12rem) !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.layout-horizontal .app-email {
|
||||
height: calc(100vh - 12rem + 1rem) !important;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-email {
|
||||
height: calc(100vh - 12rem - 2rem) !important;
|
||||
}
|
||||
}
|
||||
.app-email .app-email-sidebar {
|
||||
position: absolute;
|
||||
left: calc(-16.25rem - 1.2rem);
|
||||
width: 16.25rem;
|
||||
height: 100%;
|
||||
z-index: 4;
|
||||
flex-basis: 16.25rem;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.app-email .app-email-sidebar .btn-compost-wrapper {
|
||||
padding: 1.1rem 1.5rem;
|
||||
}
|
||||
.app-email .app-email-sidebar.show {
|
||||
left: 0;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters {
|
||||
height: calc(100vh - 16.6rem);
|
||||
}
|
||||
.layout-horizontal .app-email .app-email-sidebar .email-filters {
|
||||
height: calc(100vh - 15.6rem);
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-email .app-email-sidebar .email-filters {
|
||||
height: calc(100vh - 16.6rem - 2rem);
|
||||
}
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters .email-filter-folders li:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters .email-filter-folders li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters .email-filter-folders li.active {
|
||||
border-color: #7367f0;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters li {
|
||||
padding: 0.4375rem 1.5rem;
|
||||
border-left: 2px solid transparent;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters li a > span {
|
||||
font-weight: 500;
|
||||
}
|
||||
.app-email .app-email-sidebar .email-filters li h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.app-email .app-email-compose .modal-dialog {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.app-email .app-email-compose .email-compose-to .select2-selection {
|
||||
border: none;
|
||||
}
|
||||
.app-email .app-email-compose .email-compose-toggle-wrapper {
|
||||
width: 80px;
|
||||
}
|
||||
.app-email .app-email-compose .ql-editor {
|
||||
min-height: 10rem;
|
||||
}
|
||||
.app-email .app-email-compose .ql-snow.ql-toolbar {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
.app-email .app-email-compose .ql-editor,
|
||||
.app-email .app-email-compose .ql-editor.ql-blank::before {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
.app-email .app-emails-list .emails-list-header .emails-list-header-hr {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.app-email .app-emails-list .email-list {
|
||||
height: calc(100vh - 19.5rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 991.98px) {
|
||||
.app-email .app-emails-list .email-list {
|
||||
height: calc(100vh - 17.5rem);
|
||||
}
|
||||
}
|
||||
.layout-horizontal .app-email .app-emails-list .email-list {
|
||||
height: calc(100vh - 17rem);
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.layout-horizontal .app-email .app-emails-list .email-list {
|
||||
height: calc(100vh - 18.5rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-email .app-emails-list .email-list {
|
||||
height: calc(100vh - 19.5rem - 2rem) !important;
|
||||
}
|
||||
}
|
||||
.app-email .app-emails-list .email-list li {
|
||||
padding: 0.875rem 1rem;
|
||||
transition: all 0.15s ease-in-out;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-subject {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-username {
|
||||
font-weight: 600;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-time {
|
||||
width: 60px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-meta .email-list-item-actions {
|
||||
display: none;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-meta .email-list-item-actions li {
|
||||
padding: 0;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li:not(.list-inline-item):hover {
|
||||
z-index: 5;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
.app-email .app-email-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -100%;
|
||||
width: 100%;
|
||||
height: calc(100vh - 12rem);
|
||||
z-index: -1;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
.layout-horizontal .app-email .app-email-view {
|
||||
height: calc(100vh - 12rem + 1rem);
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.layout-horizontal .app-email .app-email-view {
|
||||
height: calc(100vh - 12rem - 1rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-email .app-email-view {
|
||||
height: calc(100vh - 12rem - 2rem) !important;
|
||||
}
|
||||
}
|
||||
.app-email .app-email-view.show {
|
||||
right: -1px;
|
||||
z-index: 4;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-header {
|
||||
padding-bottom: 1.3rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.app-email .app-email-view .app-email-view-content {
|
||||
height: calc(100vh - 19.6rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
.app-email .app-email-view .app-email-view-content {
|
||||
height: calc(100vh - 17.15rem);
|
||||
}
|
||||
}
|
||||
.layout-horizontal .app-email .app-email-view .app-email-view-content {
|
||||
height: calc(100vh - 18.6rem);
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-email .app-email-view .app-email-view-content {
|
||||
height: calc(100vh - 19.6rem - 2rem) !important;
|
||||
}
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .ql-container {
|
||||
border: 0;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .ql-container .ql-editor {
|
||||
min-height: 5rem;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .ql-editor,
|
||||
.app-email .app-email-view .app-email-view-content .ql-editor.ql-blank::before {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .email-card-prev {
|
||||
display: none;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .email-card-last {
|
||||
transition: all 0.25s ease-in-out;
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .email-card-last:before {
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
left: 1rem;
|
||||
right: 1rem;
|
||||
top: -2rem;
|
||||
border-radius: 0.25rem;
|
||||
z-index: -1;
|
||||
content: "";
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .email-card-last:after {
|
||||
position: absolute;
|
||||
bottom: 0.5rem;
|
||||
left: 0.5rem;
|
||||
right: 0.5rem;
|
||||
top: -1rem;
|
||||
border-radius: 0.25rem;
|
||||
z-index: -1;
|
||||
content: "";
|
||||
}
|
||||
.app-email .app-email-view .app-email-view-content .email-card-last.hide-pseudo:before, .app-email .app-email-view .app-email-view-content .email-card-last.hide-pseudo:after {
|
||||
display: none !important;
|
||||
}
|
||||
@media (min-width: 1199px) {
|
||||
.app-email .email-list li .email-list-item-meta {
|
||||
margin-right: 0.45rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.app-email .app-email-sidebar {
|
||||
position: static;
|
||||
height: auto;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.app-email .email-list li:hover .email-list-item-meta .email-list-item-attachment,
|
||||
.app-email .email-list li:hover .email-list-item-meta .email-list-item-time,
|
||||
.app-email .email-list li:hover .email-list-item-meta .email-list-item-label {
|
||||
display: none !important;
|
||||
}
|
||||
.app-email .email-list li:hover .email-list-item-meta .email-list-item-actions {
|
||||
display: block;
|
||||
}
|
||||
.app-email .app-email-view {
|
||||
width: calc(100% - 16.2rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
.app-email .app-emails-list .emails-list-header {
|
||||
padding: 1rem;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li {
|
||||
padding: 1rem;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-username {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.app-email .app-emails-list .email-list li .email-list-item-user {
|
||||
min-width: auto !important;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.app-email .app-email-view .email-list-item-username {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .app-email .app-email-sidebar {
|
||||
background-color: #fff;
|
||||
}
|
||||
.light-style .app-email .app-email-sidebar ul li:not(.active) a {
|
||||
color: #6f6b7d;
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item {
|
||||
border-bottom: 1px solid #dbdade;
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item .email-list-item-user {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item.email-marked-read {
|
||||
background-color: rgba(75, 70, 92, 0.04);
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item:hover {
|
||||
box-shadow: 0 2px 5px 0 rgba(75, 70, 92, 0.15);
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item .email-list-item-actions li {
|
||||
box-shadow: none;
|
||||
}
|
||||
.light-style .app-email .email-list li.email-list-item[data-starred=true] .email-list-item-bookmark {
|
||||
color: #ff9f43;
|
||||
}
|
||||
.light-style .app-email .app-email-view .email-card-last:before {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
|
||||
}
|
||||
.light-style .app-email .app-email-view .email-card-last:after {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
|
||||
}
|
||||
.light-style .app-email .app-email-view .email-attachment-title {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.dark-style .app-email .app-email-sidebar {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .app-email .app-email-sidebar ul li:not(.active) a {
|
||||
color: #b6bee3;
|
||||
}
|
||||
.dark-style .app-email .emails-list-header .email-search-input,
|
||||
.dark-style .app-email .emails-list-header .input-group-text {
|
||||
background-color: transparent;
|
||||
}
|
||||
.dark-style .app-email .email-list li.email-list-item {
|
||||
border-bottom: 1px solid #434968;
|
||||
}
|
||||
.dark-style .app-email .email-list li.email-list-item.email-marked-read {
|
||||
background-color: rgba(134, 146, 208, 0.06);
|
||||
}
|
||||
.dark-style .app-email .email-list li.email-list-item:hover {
|
||||
box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
.dark-style .app-email .email-list li.email-list-item .email-list-item-actions li {
|
||||
box-shadow: none;
|
||||
}
|
||||
.dark-style .app-email .email-list li.email-list-item[data-starred=true] .email-list-item-bookmark {
|
||||
color: #ff9f43;
|
||||
}
|
||||
.dark-style .app-email .app-email-view .email-card-last:before {
|
||||
background-color: rgba(47, 51, 73, 0.5);
|
||||
box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
|
||||
}
|
||||
.dark-style .app-email .app-email-view .email-card-last:after {
|
||||
background-color: rgba(47, 51, 73, 0.8);
|
||||
box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
|
||||
}
|
||||
|
||||
[dir=rtl] .app-email .app-emails-list .emails-list-header .dropdown-menu-end {
|
||||
right: auto !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-sidebar {
|
||||
right: calc(-16.25rem - 1.2rem);
|
||||
left: auto;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-sidebar.show {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-sidebar .email-filters li {
|
||||
border-left: 0;
|
||||
border-right: 2px solid transparent;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-compose .modal-dialog {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-view {
|
||||
right: auto;
|
||||
left: -100%;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-view.show {
|
||||
right: auto;
|
||||
left: -1px;
|
||||
}
|
||||
[dir=rtl] .app-email .app-email-view .app-email-view-header .ti-chevron-right,
|
||||
[dir=rtl] .app-email .app-email-view .app-email-view-header .ti-chevron-left {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
@media (min-width: 1199px) {
|
||||
[dir=rtl] .email-list li .email-list-item-meta {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
[dir=rtl] .app-emails-list .email-list li .email-list-item-user {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
25
httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css
vendored
Normal file
25
httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
html,
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
body > :not(.invoice-print) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.invoice-print {
|
||||
min-width: 768px !important;
|
||||
font-size: 15px !important;
|
||||
}
|
||||
.invoice-print svg {
|
||||
fill: #6f6b7d !important;
|
||||
}
|
||||
|
||||
.invoice-print * {
|
||||
border-color: rgba(75, 70, 92, 0.5) !important;
|
||||
color: #6f6b7d !important;
|
||||
}
|
||||
|
||||
.dark-style .invoice-print th {
|
||||
color: #fff !important;
|
||||
}
|
||||
24
httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css
vendored
Normal file
24
httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
@media (max-width: 575.98px) {
|
||||
.invoice-edit .invoice-preview-card .invoice-calculations,
|
||||
.invoice-add .invoice-preview-card .invoice-calculations {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.invoice-edit .repeater-title,
|
||||
.invoice-add .repeater-title {
|
||||
position: absolute;
|
||||
top: -1.75rem;
|
||||
}
|
||||
}
|
||||
.invoice-edit .invoice-preview-card .repeater-wrapper:not(:last-child),
|
||||
.invoice-add .invoice-preview-card .repeater-wrapper:not(:last-child) {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@media print {
|
||||
.invoice-edit hr,
|
||||
.invoice-add hr {
|
||||
margin-top: 1rem !important;
|
||||
margin-bottom: 1rem !important;
|
||||
}
|
||||
}
|
||||
172
httpdocs/themes/vuexy/vendor/css/pages/app-kanban.css
vendored
Normal file
172
httpdocs/themes/vuexy/vendor/css/pages/app-kanban.css
vendored
Normal file
@ -0,0 +1,172 @@
|
||||
.app-kanban .kanban-wrapper {
|
||||
width: 100%;
|
||||
height: calc(100vh - 12rem);
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.layout-horizontal .app-kanban .kanban-wrapper {
|
||||
height: calc(100vh - 12rem - 3.5rem);
|
||||
}
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container {
|
||||
display: flex;
|
||||
width: max-content !important;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board {
|
||||
width: auto !important;
|
||||
height: 100%;
|
||||
background: transparent;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-board-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
max-width: 13rem;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board:focus {
|
||||
outline: 0;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .btn-default.btn:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .dropdown .dropdown-toggle:after {
|
||||
display: none;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-drag {
|
||||
min-height: 1rem;
|
||||
min-width: 16.25rem;
|
||||
padding: 0;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-title-button {
|
||||
position: absolute;
|
||||
left: -8px;
|
||||
bottom: 0;
|
||||
margin: -1.5rem 0;
|
||||
font-size: 0.8125rem;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-title-button:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-item {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 16.25rem;
|
||||
padding: 1rem 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-item .kanban-tasks-item-dropdown {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0.75rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-item .kanban-tasks-item-dropdown .dropdown-toggle:after {
|
||||
display: none;
|
||||
}
|
||||
.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-item:hover .kanban-tasks-item-dropdown {
|
||||
display: block;
|
||||
}
|
||||
.app-kanban .kanban-add-new-board {
|
||||
margin-top: 0.9375rem;
|
||||
float: left;
|
||||
padding: 0 0.9375rem;
|
||||
}
|
||||
.app-kanban .kanban-add-new-board .kanban-add-board-btn {
|
||||
padding-bottom: 0.9375rem;
|
||||
}
|
||||
.app-kanban .kanban-add-new-board label {
|
||||
font-size: 1.125rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.app-kanban .kanban-update-item-sidebar {
|
||||
text-align: left;
|
||||
}
|
||||
.app-kanban .kanban-update-item-sidebar .comment-editor.ql-container {
|
||||
border-top-left-radius: 0.375rem;
|
||||
border-top-right-radius: 0.375rem;
|
||||
}
|
||||
.app-kanban .kanban-update-item-sidebar .comment-editor .ql-editor {
|
||||
min-height: 7rem;
|
||||
background: unset;
|
||||
}
|
||||
.app-kanban .kanban-update-item-sidebar .comment-toolbar.ql-toolbar {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
border-top: 0;
|
||||
border-bottom-right-radius: 0.375rem;
|
||||
border-bottom-left-radius: 0.375rem;
|
||||
}
|
||||
|
||||
.kanban-board.gu-mirror .kanban-board-header .dropdown {
|
||||
display: none;
|
||||
}
|
||||
.kanban-board.gu-mirror .kanban-item .kanban-tasks-item-dropdown .dropdown-toggle:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kanban-item.gu-mirror .kanban-tasks-item-dropdown .dropdown-toggle:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kanban-board.is-moving.gu-mirror .kanban-drag {
|
||||
padding-right: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.light-style .app-kanban .kanban-board .kanban-board-header {
|
||||
color: #5d596c;
|
||||
}
|
||||
.light-style .app-kanban .kanban-board .kanban-item {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
|
||||
}
|
||||
.light-style .app-kanban .kanban-add-new-board label {
|
||||
color: #5d596c;
|
||||
}
|
||||
|
||||
.dark-style .app-kanban .kanban-board .kanban-board-header {
|
||||
color: #cfd3ec;
|
||||
}
|
||||
.dark-style .app-kanban .kanban-board .kanban-item {
|
||||
background-color: #2f3349;
|
||||
box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
|
||||
}
|
||||
.dark-style .app-kanban .kanban-add-new-board label {
|
||||
color: #cfd3ec;
|
||||
}
|
||||
.dark-style .kanban-item.gu-mirror {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
|
||||
[dir=rtl] .app-kanban .kanban-board,
|
||||
[dir=rtl] .app-kanban .kanban-add-new-btn {
|
||||
float: right;
|
||||
}
|
||||
[dir=rtl] .app-kanban .kanban-board .kanban-board-header .kanban-title-button {
|
||||
left: auto !important;
|
||||
right: -8px;
|
||||
}
|
||||
[dir=rtl] .app-kanban .kanban-board .kanban-tasks-item-dropdown {
|
||||
left: 1.2rem;
|
||||
right: auto !important;
|
||||
}
|
||||
[dir=rtl] .app-kanban .kanban-update-item-sidebar {
|
||||
text-align: right;
|
||||
}
|
||||
[dir=rtl] .app-kanban .kanban-update-item-sidebar .comment-toolbar.ql-toolbar {
|
||||
text-align: right;
|
||||
}
|
||||
58
httpdocs/themes/vuexy/vendor/css/pages/cards-advance.css
vendored
Normal file
58
httpdocs/themes/vuexy/vendor/css/pages/cards-advance.css
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
.swiper-container.swiper-card-advance-bg {
|
||||
background-color: #685dd8;
|
||||
border-radius: 0.375rem;
|
||||
box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
|
||||
}
|
||||
.swiper-container .swiper-wrapper .swiper-slide {
|
||||
padding: 1.5rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.swiper-container .swiper-wrapper .swiper-slide .website-analytics-text-bg {
|
||||
background-color: #6258cc;
|
||||
padding: 0.25rem 0.65rem;
|
||||
border-radius: 0.375rem;
|
||||
min-width: 46px;
|
||||
text-align: center;
|
||||
}
|
||||
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
|
||||
bottom: auto;
|
||||
top: 1rem;
|
||||
}
|
||||
html:not([dir=rtl]) .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
|
||||
right: 1rem;
|
||||
text-align: right;
|
||||
left: unset;
|
||||
}
|
||||
[dir=rtl] .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
|
||||
left: 1rem;
|
||||
text-align: left;
|
||||
right: unset;
|
||||
}
|
||||
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
|
||||
opacity: unset;
|
||||
background: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.swiper-container .swiper-wrapper .swiper-slide .card-website-analytics-img {
|
||||
position: absolute;
|
||||
top: 14%;
|
||||
}
|
||||
html:not([dir=rtl]) .swiper-container .swiper-wrapper .swiper-slide .card-website-analytics-img {
|
||||
right: 3%;
|
||||
}
|
||||
[dir=rtl] .swiper-container .swiper-wrapper .swiper-slide .card-website-analytics-img {
|
||||
left: 3%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1400px) {
|
||||
html:not([dir=rtl]) .swiper-container .swiper-wrapper .swiper-slide .card-website-analytics-img {
|
||||
right: 8%;
|
||||
}
|
||||
[dir=rtl] .swiper-container .swiper-wrapper .swiper-slide .card-website-analytics-img {
|
||||
left: 8%;
|
||||
}
|
||||
}
|
||||
10
httpdocs/themes/vuexy/vendor/css/pages/page-account-settings.css
vendored
Normal file
10
httpdocs/themes/vuexy/vendor/css/pages/page-account-settings.css
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
.api-key-actions {
|
||||
position: absolute !important;
|
||||
top: 0.75rem;
|
||||
}
|
||||
html:not([dir=rtl]) .api-key-actions {
|
||||
right: 0.5rem;
|
||||
}
|
||||
[dir=rtl] .api-key-actions {
|
||||
left: 0.5rem;
|
||||
}
|
||||
104
httpdocs/themes/vuexy/vendor/css/pages/page-auth.css
vendored
Normal file
104
httpdocs/themes/vuexy/vendor/css/pages/page-auth.css
vendored
Normal file
@ -0,0 +1,104 @@
|
||||
.authentication-wrapper {
|
||||
display: flex;
|
||||
flex-basis: 100%;
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
.authentication-wrapper .authentication-inner {
|
||||
width: 100%;
|
||||
}
|
||||
.authentication-wrapper.authentication-basic {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.authentication-wrapper.authentication-basic .card-body {
|
||||
padding: 2rem;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner {
|
||||
height: 100%;
|
||||
margin: auto 0;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
|
||||
width: 100%;
|
||||
margin: 2rem 0 2rem 2rem;
|
||||
height: calc(100vh - 4rem);
|
||||
border-radius: 1.125rem;
|
||||
position: relative;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
|
||||
max-height: 65%;
|
||||
z-index: 1;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0%;
|
||||
left: 0%;
|
||||
height: 35%;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
|
||||
height: 100vh;
|
||||
}
|
||||
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
|
||||
z-index: 1;
|
||||
}
|
||||
.authentication-wrapper.authentication-basic .authentication-inner {
|
||||
max-width: 400px;
|
||||
position: relative;
|
||||
}
|
||||
.authentication-wrapper.authentication-basic .authentication-inner:before {
|
||||
width: 238px;
|
||||
height: 233px;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: -55px;
|
||||
left: -40px;
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
|
||||
}
|
||||
.authentication-wrapper.authentication-basic .authentication-inner:after {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
bottom: -30px;
|
||||
right: -56px;
|
||||
background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
|
||||
}
|
||||
.authentication-wrapper .auth-input-wrapper .auth-input {
|
||||
max-width: 50px;
|
||||
padding-left: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
@media (max-height: 636px) {
|
||||
.auth-multisteps-bg-height {
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575.98px) {
|
||||
.authentication-wrapper .auth-input-wrapper .auth-input {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
}
|
||||
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
|
||||
border-color: #ea5455;
|
||||
}
|
||||
|
||||
.light-style .authentication-wrapper.authentication-bg {
|
||||
background-color: #fff;
|
||||
}
|
||||
.light-style .auth-cover-bg-color {
|
||||
background-color: #f8f7fa;
|
||||
}
|
||||
|
||||
.dark-style .authentication-wrapper.authentication-bg {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .auth-cover-bg-color {
|
||||
background-color: #25293c;
|
||||
}
|
||||
24
httpdocs/themes/vuexy/vendor/css/pages/page-faq.css
vendored
Normal file
24
httpdocs/themes/vuexy/vendor/css/pages/page-faq.css
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
.faq-header {
|
||||
background: url("../../../img/pages/header.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
min-height: 300px !important;
|
||||
}
|
||||
.faq-header .input-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 55%;
|
||||
}
|
||||
@media (max-width: 575.98px) {
|
||||
.faq-header .input-wrapper {
|
||||
max-width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .bg-faq-section {
|
||||
background-color: rgba(75, 75, 75, 0.04);
|
||||
}
|
||||
|
||||
.dark-style .bg-faq-section {
|
||||
background-color: rgba(134, 146, 208, 0.04);
|
||||
}
|
||||
30
httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css
vendored
Normal file
30
httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
.help-center-header {
|
||||
background: url("../../../img/pages/header.png");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 300px !important;
|
||||
}
|
||||
.help-center-header .input-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 55%;
|
||||
}
|
||||
@media (max-width: 575.98px) {
|
||||
.help-center-header .input-wrapper {
|
||||
max-width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .bg-help-center {
|
||||
background-color: #fff;
|
||||
}
|
||||
.light-style .help-center-bg-alt {
|
||||
background-color: #fbfbfc;
|
||||
}
|
||||
|
||||
.dark-style .bg-help-center {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .help-center-bg-alt {
|
||||
background-color: rgba(134, 146, 208, 0.02);
|
||||
}
|
||||
27
httpdocs/themes/vuexy/vendor/css/pages/page-icons.css
vendored
Normal file
27
httpdocs/themes/vuexy/vendor/css/pages/page-icons.css
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
#icons-container .icon-card {
|
||||
width: 128px;
|
||||
}
|
||||
#icons-container .icon-card i {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
#icons-container .icon-card {
|
||||
width: 126px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767.98px) {
|
||||
#icons-container .icon-card {
|
||||
width: 131px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 414px) {
|
||||
#icons-container .icon-card {
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 375px) {
|
||||
#icons-container .icon-card {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
29
httpdocs/themes/vuexy/vendor/css/pages/page-misc.css
vendored
Normal file
29
httpdocs/themes/vuexy/vendor/css/pages/page-misc.css
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
.misc-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.misc-bg-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
.misc-bg-wrapper img {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@media (max-width: 1499.98px) {
|
||||
.misc-bg-wrapper img {
|
||||
height: 250px;
|
||||
}
|
||||
.misc-under-maintenance-bg-wrapper img {
|
||||
height: 270px !important;
|
||||
}
|
||||
}
|
||||
36
httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css
vendored
Normal file
36
httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
.pricing-plans-comparison .table tr > th:first-child,
|
||||
.pricing-plans-comparison .table tr > td:first-child {
|
||||
white-space: nowrap;
|
||||
text-align: start;
|
||||
}
|
||||
.pricing-plans-comparison .table tbody tr:last-child td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.price-yearly-toggle {
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.light-style .bg-alt-pricing {
|
||||
background-color: #f8f7fa;
|
||||
}
|
||||
|
||||
.dark-style .bg-alt-pricing {
|
||||
background-color: #25293c;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.pricing-free-trial img {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
html:not([dir=rtl]) .pricing-free-trial img {
|
||||
right: 0;
|
||||
}
|
||||
[dir=rtl] .pricing-free-trial img {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
35
httpdocs/themes/vuexy/vendor/css/pages/page-profile.css
vendored
Normal file
35
httpdocs/themes/vuexy/vendor/css/pages/page-profile.css
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
.user-profile-header-banner img {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.user-profile-header {
|
||||
margin-top: -2rem;
|
||||
}
|
||||
.user-profile-header .user-profile-img {
|
||||
border: 5px solid;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.light-style .user-profile-header .user-profile-img {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.dark-style .user-profile-header .user-profile-img {
|
||||
border-color: #2f3349;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .card-header .dataTables_filter label {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.user-profile-header-banner img {
|
||||
height: 150px;
|
||||
}
|
||||
.user-profile-header .user-profile-img {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
52
httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css
vendored
Normal file
52
httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
.user-card .user-info-title {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.light-style .user-card .border-container-lg {
|
||||
border-right: 1px solid #dbdade;
|
||||
}
|
||||
.light-style[dir=rtl] .user-card .border-container-lg {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #dbdade;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199.98px) {
|
||||
.light-style .user-card .border-container-lg {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.light-style .user-card .border-container {
|
||||
border-right: 1px solid #dbdade;
|
||||
}
|
||||
.light-style .timeline .break-text {
|
||||
width: calc(100% - 90px);
|
||||
}
|
||||
.light-style[dir=rtl] .user-card .border-container {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #dbdade;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.dark-style .user-card .border-container-lg {
|
||||
border-right: 1px solid #434968;
|
||||
}
|
||||
.dark-style[dir=rtl] .user-card .border-container-lg {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #434968;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.dark-style .user-card .border-container {
|
||||
border-right: 1px solid #434968;
|
||||
}
|
||||
.dark-style .timeline .break-text {
|
||||
width: calc(100% - 90px);
|
||||
}
|
||||
.dark-style[dir=rtl] .user-card .border-container {
|
||||
border-right: 0;
|
||||
border-left: 1px solid #434968;
|
||||
}
|
||||
}
|
||||
52
httpdocs/themes/vuexy/vendor/css/pages/ui-carousel.css
vendored
Normal file
52
httpdocs/themes/vuexy/vendor/css/pages/ui-carousel.css
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
.swiper {
|
||||
width: 100%;
|
||||
/* height: 100%; */
|
||||
height: 400px;
|
||||
}
|
||||
.swiper .swiper-slide {
|
||||
padding: 2rem 0;
|
||||
text-align: center;
|
||||
font-size: 1.5rem;
|
||||
background-color: #ecebed;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#swiper-multiple-slides,
|
||||
#swiper-3d-coverflow-effect {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#swiper-3d-coverflow-effect .swiper-slide {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
#swiper-3d-cube-effect {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
#swiper-3d-flip-effect {
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
#swiper-gallery {
|
||||
height: 500px;
|
||||
}
|
||||
#swiper-gallery .gallery-top {
|
||||
height: 80%;
|
||||
width: 100%;
|
||||
}
|
||||
#swiper-gallery .gallery-thumbs {
|
||||
height: 20%;
|
||||
box-sizing: border-box;
|
||||
padding: 10px 0;
|
||||
}
|
||||
#swiper-gallery .gallery-thumbs .swiper-slide {
|
||||
width: 25%;
|
||||
height: 100%;
|
||||
opacity: 0.4;
|
||||
cursor: pointer;
|
||||
}
|
||||
#swiper-gallery .gallery-thumbs .swiper-slide-thumb-active {
|
||||
opacity: 1;
|
||||
}
|
||||
3
httpdocs/themes/vuexy/vendor/css/pages/wizard-ex-checkout.css
vendored
Normal file
3
httpdocs/themes/vuexy/vendor/css/pages/wizard-ex-checkout.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#wizard-checkout .bs-stepper-header {
|
||||
max-width: 800px;
|
||||
}
|
||||
Reference in New Issue
Block a user