summaryrefslogtreecommitdiffstats
path: root/install/ui/less
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/less')
-rw-r--r--install/ui/less/brand.less18
-rw-r--r--install/ui/less/plugins/load_page.less1
2 files changed, 19 insertions, 0 deletions
diff --git a/install/ui/less/brand.less b/install/ui/less/brand.less
index 72270a254..37c845ba6 100644
--- a/install/ui/less/brand.less
+++ b/install/ui/less/brand.less
@@ -29,4 +29,22 @@
// FreeIPA uses logo with height: 20px instead of 10px.
padding: 2px 0;
}
+}
+
+body {
+ background-color: #1D2226;
+ background-image: url("../images/login-screen-background.jpg");
+ background-position: top left;
+ background-size: auto;
+ background-repeat: no-repeat;
+}
+
+@media (min-width: 1280px) {
+ body {
+ background-size: 100% auto;
+ }
+}
+
+#container {
+ background-color: white;
} \ No newline at end of file
diff --git a/install/ui/less/plugins/load_page.less b/install/ui/less/plugins/load_page.less
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/install/ui/less/plugins/load_page.less
@@ -0,0 +1 @@
+