Changes for page Home

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

From version 219.19
edited by Jesse Veentjer
on 15-2-2024 05:16
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,10 +3,6 @@
3 3   height: 169px;
4 4   width: 100%;
5 5  }
6 -.half-width-section {
7 - width: 50%;
8 -}
9 -
10 10   /* Styling for the button */
11 11   .login-btn {
12 12   display: inline-block;
... ... @@ -19,7 +19,7 @@
19 19   cursor: pointer;
20 20   position: relative;
21 21   overflow: hidden;
22 - transition: all 0.3s ease;
18 + transition: all 0.5s ease;
23 23   }
24 24  
25 25   /* Styling for the button hover effect */
... ... @@ -36,7 +36,7 @@
36 36   width: 300%;
37 37   height: 300%;
38 38   background-color: #878787;
39 - transition: all 0.3s ease;
35 + transition: all 0.5s ease;
40 40   border-radius: 50%;
41 41   z-index: 0;
42 42   transform: translate(-50%, -50%);
... ... @@ -67,7 +67,7 @@
67 67   cursor: pointer;
68 68   position: relative;
69 69   overflow: hidden;
70 - transition: all 0.3s ease;
66 + transition: all 0.5s ease;
71 71  }
72 72  
73 73  /* Styling for the smaller button hover effect */
... ... @@ -84,7 +84,7 @@
84 84   width: 300%;
85 85   height: 300%;
86 86   background-color: #878787;
87 - transition: all 0.3s ease;
83 + transition: all 0.5s ease;
88 88   border-radius: 50%;
89 89   z-index: 0;
90 90   transform: translate(-50%, -50%);