Mu2_Deploy/ui/branding-ubuntu/branding.css

31 lines
485 B
CSS

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 {
content: "Spiri Mu2";
}
#index-brand {
content: "Spiri Mu2";
}
#index-brand:before {
content: "Spiri Mu2";
}