Codedesign änderungen und fixen des scroll bugs
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#Login1_LoginButton {
|
#Login1_LoginButton {
|
||||||
|
|||||||
@@ -54,8 +54,8 @@
|
|||||||
.txt_design2 {
|
.txt_design2 {
|
||||||
color: #003680;
|
color: #003680;
|
||||||
font-size: 1.725em;
|
font-size: 1.725em;
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
body {
|
body {
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
|
overflow-x:clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
|
|||||||
@@ -105,6 +105,7 @@
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
|
overflow-x:clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
@@ -122,10 +123,10 @@
|
|||||||
height: 713px;
|
height: 713px;
|
||||||
background-color: rgba(255,255,255,0.5);
|
background-color: rgba(255,255,255,0.5);
|
||||||
top:50%;
|
top:50%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
left: -195px;
|
left: -195px;
|
||||||
right: 520px;
|
right: 520px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
#tbl_main_M {
|
#tbl_main_M {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
|
|||||||
Reference in New Issue
Block a user