File tree Expand file tree Collapse file tree 6 files changed +425
-567
lines changed Expand file tree Collapse file tree 6 files changed +425
-567
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,13 @@ export default {
89
89
height : 640px !important ;
90
90
}
91
91
.drag-sec {
92
- cursor : grab ;
93
- cursor : url (@/assets/imgs/logo/site-logo-white-2.png ) 16 16 , auto ;
92
+ cursor : grab !important ;
93
+ cursor : url (@/assets/imgs/icon/cursor2.png ) 32 32 , auto !important ;
94
+
94
95
95
96
}
96
97
.drag-sec img :hover {
97
- cursor : url (@/assets/imgs/logo/site-logo-white-2 .png ) 16 16 , auto ;
98
+ cursor : url (@/assets/imgs/icon/cursor2 .png ) 32 32 , auto !important ;
98
99
99
100
}
100
101
@media only screen and (max-width : 767px ){
Original file line number Diff line number Diff line change 14
14
</h1 >
15
15
16
16
<div class =" col-xxl-6 col-xl-6 col-lg-6 col-md-6" >
17
- <p >Static and dynamic secure code review can prevent a day before your product is even released. We can integrate with your dev environment</p >
17
+ <p >Static and dynamic secure code review can prevent a day before your product is even released. We can integrate with your dev environment</p >
18
18
</div >
19
19
20
20
77
77
</script >
78
78
79
79
<style >
80
-
81
-
82
- .sec-title-wrapper .main-titlee {
83
- font-size : 54px !important ;
84
- color : rgb (0 , 0 , 0 );
85
- }
86
-
87
-
88
- /* css */
89
- .wrapper {
90
- position : relative ;
91
- }
92
-
93
-
94
-
95
-
96
-
97
- .title {
98
- display : flex ;
99
- flex-direction : column ;
100
- align-items : center ;
80
+ h1 {
81
+ animation : ani 2s ;
82
+ text-align : center ;
101
83
}
102
84
103
- .title h3 {
104
- font-size : 40px ;
105
- text-align : center ;
106
- opacity : 0 ;
107
- transform : translateX (100% );
108
- animation : title-animation 2s ease-in-out ;
109
- animation-fill-mode : forwards ;
110
- }
111
-
112
- .title h3 :nth-child (2 ) {
113
- animation-delay : 2s ;
114
- }
115
-
116
- @keyframes title-animation {
117
- 0% {
118
- opacity : 0 ;
119
- transform : translateX (100% );
120
- }
121
- 100% {
122
- opacity : 1 ;
123
- transform : translateX (0 );
124
- }
85
+ @keyframes ani {
86
+ from {
87
+ letter-spacing : 10px ;
88
+ filter : blur (5px );
89
+ opacity : 0 ;
90
+ }to {
91
+ letter-spacing : 0 ;
92
+ filter : blur (0 );
93
+ opacity : 1px ;
94
+ }
125
95
}
126
96
127
- .para-text {
128
- /* font-size:20px; */
129
- /* text-align:center; */
130
- opacity :0 ;
131
- transform : translateX (100% );
132
- animation : title-animation 2s ease-in-out ;
133
- animation-fill-mode : forwards ;
134
- animation-delay : 3s ;
135
- }
136
- .hero3-img-ani {
137
- /* padding-top: 135px; */
138
- }
139
97
.hero-btn {
140
98
border : 1px solid black ;
141
99
border-radius :20px ;
159
117
}
160
118
}
161
119
120
+
121
+
162
122
</style >
Original file line number Diff line number Diff line change 381
381
margin-top :0 ;
382
382
}
383
383
}
384
- /* .cta__content .color-cta{
385
- color: black !important;
386
- }
387
- .cta-background{
388
- background-color: white!important;
389
- } */
384
+
390
385
</style >
You can’t perform that action at this time.
0 commit comments