Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien
This commit is contained in:
26
css/login/login.css
Normal file
26
css/login/login.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user