Css wurde verändert
This commit is contained in:
@@ -6,6 +6,34 @@
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
|
||||
<style>
|
||||
@media (min-width:768px) {
|
||||
#UserNameLabel
|
||||
|
||||
{
|
||||
font-size: 20px;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
#PasswordLabel {
|
||||
font-size: 20px;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#UserNameLabel {
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#PasswordLabel {
|
||||
font-size: 16px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user