Changes for page Home
Last modified by Jesse Veentjer on 06-5-2024 05:01
From version 219.10
edited by Jesse Veentjer
on 15-2-2024 04:56
on 15-2-2024 04:56
Change comment:
There is no comment for this version
To version 219.11
edited by Jesse Veentjer
on 15-2-2024 05:00
on 15-2-2024 05:00
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -6,7 +6,8 @@ 6 6 /* Styling for the button */ 7 7 .login-btn { 8 8 display: inline-block; 9 - padding: 24px 48px; /* Increased padding for a slightly bigger button */ 9 + padding: 25% 50%; 10 + /* padding: 24px 48px; /* Increased padding for a slightly bigger button */ 10 10 background-color: #D9D9D9; /* Grijs (formulier - header) */ 11 11 color: #000; /* Text color */ 12 12 border: none; ... ... @@ -13,7 +13,7 @@ 13 13 border-radius: 5px; 14 14 font-size: 18px; /* Increased font size for a slightly larger button */ 15 15 cursor: pointer; 16 - position: relative;17 + position: center; 17 17 overflow: hidden; 18 18 transition: all 0.5s ease; 19 19 }