Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
27c75aa3
Commit
27c75aa3
authored
Aug 30, 2020
by
Sven-Hendrik Haase
Browse files
Merge branch 'keycloak-theme-responsive' into 'master'
Make custom Keycloak theme responsive See merge request
!67
parents
bd7a852d
c0f242d0
Pipeline
#1382
passed with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/keycloak/files/theme/archlinux/login/resources/css/custom.css
View file @
27c75aa3
...
...
@@ -2,10 +2,20 @@
.login-pf
body
{
background
:
url("../img/login-background.jpg")
no-repeat
center
center
fixed
;
background-size
:
cover
;
}
div
.kc-logo-text
{
background-image
:
url('../img/archlinux-logo-light.svg')
;
height
:
199px
;
width
:
600px
;
background-size
:
100%
;
height
:
100px
;
}
@media
(
max-width
:
767px
)
{
div
.kc-logo-text
{
background-size
:
100%
;
height
:
60px
;
width
:
200px
;
margin
:
0
auto
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment