Mu2_Deploy/ui/branding-ubuntu/branding.css

31 lines
485 B
CSS
Raw Permalink Normal View History

2024-10-20 13:23:16 -03:00
body.login-pf {
background: url("bg-plain.jpg") no-repeat 50% 0;
background-size: auto;
background-color: #101010;
}
#badge {
width: 300px;
height: 200px;
background-image: url("logo.png");
background-size: contain;
background-repeat: no-repeat;
}
#brand {
font-size: 18pt;
text-transform: uppercase;
}
#brand:before {
2024-10-20 17:18:42 -03:00
content: "Spiri Mu2";
2024-10-20 13:23:16 -03:00
}
#index-brand {
2024-10-20 17:18:42 -03:00
content: "Spiri Mu2";
2024-10-20 13:23:16 -03:00
}
#index-brand:before {
2024-10-20 17:18:42 -03:00
content: "Spiri Mu2";
2024-10-20 13:23:16 -03:00
}