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
f354a2a9
Verified
Commit
f354a2a9
authored
Aug 29, 2020
by
Ira ㋡
Browse files
Make the login screen background and logo scalable (responsive)
parent
bd7a852d
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/keycloak/files/theme/archlinux/login/resources/css/custom.css
View file @
f354a2a9
...
...
@@ -6,6 +6,13 @@
div
.kc-logo-text
{
background-image
:
url('../img/archlinux-logo-light.svg')
;
height
:
199px
;
width
:
600px
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
height
:
100px
;
}
@media
(
max-width
:
767px
)
{
div
.kc-logo-text
{
height
:
45px
;
}
}
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