Mobilvariante der Button-List wurde implementiert.

This commit is contained in:
ja
2021-09-17 11:23:45 +02:00
parent 1b6f67253f
commit 7712435b9a
3 changed files with 86 additions and 30 deletions

View File

@@ -59,6 +59,22 @@ hr{
#btn_resetForm {
margin-right: 2px;
}
#Abstand{
height: /*12px*/ 0.936768149882904vh;
}
#Abstand_lang{
height: /*24px*/ 1.873536299765808vh;
}
#Abstand_laenger{
height: /*32px*/ 2.498048399687744vh;
}
.g-3 {
border: /*1.8px*/ 0.0706436420722135vw #808080 ridge;
margin-left: 12px
}
#normaltable{
width:100%;
}
@media (prefers-reduced-motion:reduce) {
.accordion-button {
transition: none
@@ -168,6 +184,7 @@ hr{
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
}
@media (min-width: 558.98px) {
#txt_Absender {
@@ -185,4 +202,5 @@ hr{
#normaltable {
width: 100%;
}
}