Move existing themes under a default folder
This commit is contained in:
BIN
default-themes/keycloak.v2/account/resources/public/favicon.ico
Normal file
BIN
default-themes/keycloak.v2/account/resources/public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 627 B |
@ -0,0 +1,16 @@
|
||||
.brand {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
width: 150px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@media (max-width: 320px) {
|
||||
.delete-button {
|
||||
width: 120px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
}
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user