Changes for page Home

Last modified by Jesse Veentjer on 06-5-2024 05:01

From version 219.20
edited by Jesse Veentjer
on 15-2-2024 05:18
Change comment: There is no comment for this version
To version 219.17
edited by Jesse Veentjer
on 15-2-2024 05:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,7 +3,6 @@
3 3   height: 169px;
4 4   width: 100%;
5 5  }
6 -
7 7   /* Styling for the button */
8 8   .login-btn {
9 9   display: inline-block;
... ... @@ -16,7 +16,7 @@
16 16   cursor: pointer;
17 17   position: relative;
18 18   overflow: hidden;
19 - transition: all 0.3s ease;
18 + transition: all 0.5s ease;
20 20   }
21 21  
22 22   /* Styling for the button hover effect */
... ... @@ -33,7 +33,7 @@
33 33   width: 300%;
34 34   height: 300%;
35 35   background-color: #878787;
36 - transition: all 0.3s ease;
35 + transition: all 0.5s ease;
37 37   border-radius: 50%;
38 38   z-index: 0;
39 39   transform: translate(-50%, -50%);
... ... @@ -64,7 +64,7 @@
64 64   cursor: pointer;
65 65   position: relative;
66 66   overflow: hidden;
67 - transition: all 0.3s ease;
66 + transition: all 0.5s ease;
68 68  }
69 69  
70 70  /* Styling for the smaller button hover effect */
... ... @@ -81,7 +81,7 @@
81 81   width: 300%;
82 82   height: 300%;
83 83   background-color: #878787;
84 - transition: all 0.3s ease;
83 + transition: all 0.5s ease;
85 85   border-radius: 50%;
86 86   z-index: 0;
87 87   transform: translate(-50%, -50%);