Tree Travel Guide

This commit is contained in:
Kevin Adametz 2019-07-20 15:55:00 +02:00
parent a1ca534f55
commit 1f340e96fa
78 changed files with 4133 additions and 1027 deletions

View file

@ -97,4 +97,106 @@
margin: 0;
}
/* Custom drag handle */
.dd-custom-drag-handle .dd-handle {
border: 0;
float: left;
margin: 1px;
font-size: 0.9rem;
line-height: 1.25rem;
}
.dd-custom-drag-handle .dd-handle>* {
vertical-align: middle;
}
[dir=rtl] .dd-custom-drag-handle .dd-handle {
float: right;
}
.dd-item > button:before {
content: '\f284';
}
.dd-item > button[data-action="collapse"]:before {
content: '\f280';
}
.dd-item > button {
display: inline-block;
font-size: 1.4rem;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: "Ionicons";
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
text-rendering: auto
}
.alert ul {
margin-bottom: 0;
}
.dragula-example {
margin-bottom: 6px;
border: 1px dotted #d6d6d6;
}
.sortable-example {
margin: 0;
padding: 0;
}
.sortable-example li {
padding: 6px 10px;
margin-bottom: 8px;
list-style: none;
}
.sortable-example-inline li {
margin-right: 8px;
display: inline-block;
}
[dir=rtl] .sortable-example-inline li {
margin-right: 0;
margin-left: 8px;
}
#sortable-3 {
width: 220px;
}
#sortable-3 img {
margin-right: 8px;
margin-bottom: 8px;
width: 100px;
height: 100px;
border-radius: 999px;
display: block;
float: left;
}
.card-header {
border-bottom: 1px solid rgba(115, 113, 150, 0.50);
}
.modal-header {
padding-bottom: 10px;
border-bottom: 1px solid rgba(115, 113, 150, 0.50);
}
.modal-footer {
padding-top: 10px;
border-top: 1px solid rgba(115, 113, 150, 0.50);
}
@media (min-width: 768px) {
.default-style .messages-sidebox.large {
-ms-flex-preferred-size: 23rem;
flex-basis: 23rem;
}
}