Fix Website Auzfträge und Modal Fenster Nutzerinformationen

This commit is contained in:
ja
2021-11-25 11:20:35 +01:00
parent f665b87892
commit 7e017f2866
9 changed files with 67 additions and 68 deletions

View File

@@ -44,31 +44,45 @@
}
g-3 {
width: 100%;
}
.modal-dialog .modal-content .modal-footer{
width:1200px;
}
}
}
@media (max-width: 349.98px) {
body {
width: 349.98px;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border: 1px solid grey;
}
#conovertab{
margin-left:-38px;width:416px;
#conovertab {
margin-left: -38px;
width: 416px;
}
}
@media(min-width: 558.98px){
.modal-content {
position: relative;
display: flex;
flex-direction: column;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
}
}
</style>