Fewo Mails / Booking Country Services

This commit is contained in:
Kevin Adametz 2020-05-28 19:03:42 +02:00
parent b9c26d06d0
commit 48a6eb2282
154 changed files with 7761 additions and 1643 deletions

View file

@ -470,3 +470,44 @@ div.dropzone.dz-drag-hover {
.ql-picker.ql-placeholder > span.ql-picker-options > span.ql-picker-item::before {
content: attr(data-label);
}
.nav-tabs-top > .nav .nav-link{
line-height: 1.3em;
background-color: rgba(24, 28, 33, 0.10);
border-color: rgba(24, 28, 33, 0.15);
}
.nav-tabs-top > .nav .nav-link:hover{
line-height: 1.3em;
border-color: rgba(24, 28, 33, 0.25);
}
.nav-tabs-top > .nav .nav-link.active {
color: #66500f;
background-color: #ffc926;
font-weight: bold;
border-color: rgba(24, 28, 33, 0.25);
}
.nav-tabs-top > .nav {
padding-left: 0.25em;
padding-right: 0.25em;
}
.nav-tabs-top > .tab-content {
border: none;
}
@media (min-width: 768px) {
#filter_email_templates_directory {
position: absolute;width: 50%;z-index: 999;margin-top: -5px;
}
}
.no-break {
white-space: nowrap;
}
.card-header,
.card-footer,
.card hr {
border-color: rgba(24, 28, 33, 0.15);
}