Changes for page Home
Last modified by Jesse Veentjer on 06-5-2024 05:01
From version 219.17
edited by Jesse Veentjer
on 15-2-2024 05:08
on 15-2-2024 05:08
Change comment:
There is no comment for this version
To version 219.20
edited by Jesse Veentjer
on 15-2-2024 05:18
on 15-2-2024 05:18
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,6 +3,7 @@ 3 3 height: 169px; 4 4 width: 100%; 5 5 } 6 + 6 6 /* Styling for the button */ 7 7 .login-btn { 8 8 display: inline-block; ... ... @@ -15,7 +15,7 @@ 15 15 cursor: pointer; 16 16 position: relative; 17 17 overflow: hidden; 18 - transition: all 0. 5s ease;19 + transition: all 0.3s ease; 19 19 } 20 20 21 21 /* Styling for the button hover effect */ ... ... @@ -32,7 +32,7 @@ 32 32 width: 300%; 33 33 height: 300%; 34 34 background-color: #878787; 35 - transition: all 0. 5s ease;36 + transition: all 0.3s ease; 36 36 border-radius: 50%; 37 37 z-index: 0; 38 38 transform: translate(-50%, -50%); ... ... @@ -63,7 +63,7 @@ 63 63 cursor: pointer; 64 64 position: relative; 65 65 overflow: hidden; 66 - transition: all 0. 5s ease;67 + transition: all 0.3s ease; 67 67 } 68 68 69 69 /* Styling for the smaller button hover effect */ ... ... @@ -80,7 +80,7 @@ 80 80 width: 300%; 81 81 height: 300%; 82 82 background-color: #878787; 83 - transition: all 0. 5s ease;84 + transition: all 0.3s ease; 84 84 border-radius: 50%; 85 85 z-index: 0; 86 86 transform: translate(-50%, -50%);