This commit is contained in:
Raphael Michel
2022-04-27 14:43:16 +02:00
committed by GitHub
parent 7730cc6170
commit 6fee0ac0a9
56 changed files with 4159 additions and 480 deletions

View File

@@ -849,6 +849,7 @@ details {
text-decoration: line-through;
}
}
.select2-container [aria-multiselectable] .select2-results__option span span::before {
content: "";
font-family: FontAwesome;
@@ -860,3 +861,46 @@ details {
.select2-container [aria-multiselectable] .select2-results__option[aria-selected=true] span span::before {
content: ""
}
.form-alternatives {
div .control-label {
text-align: left;
}
}
.condition-or {
.sepText {
width: 75px;
background: #FFFFFF;
margin: -15px 0 0 -38px;
padding: 5px 0;
position: absolute;
top: 50%;
text-align: center;
}
.hr {
width:2px;
height:64px;
background-color: #DDDDDD;
position:inherit;
top:12px;
left:50%;
z-index:10;
}
}
@media (max-width: $screen-sm-max) {
.condition-or {
.hr {
width: 100%;
height: 2px;
left: 0px;
top: 4px;
margin: 15px 0 15px 0;
}
.sepText {
left: 50%;
}
}
}