File tree 4 files changed +14
-6
lines changed
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ <h3>{{ .Title }}</h3>
52
52
{{ end }}
53
53
</ a >
54
54
{{ end }}
55
- < a target ="_blank " href ="https://docs.google.com/a/google.com/forms/d/e/1FAIpQLScuI7Ye3VQHQTwBASrgkjQDSS5TP0g3AXfFhwSM9YpHgxRKFA/viewform " class ="tell-your-story "> < img height ="127px "src ="/images/case-studies/story.svg " alt ="{{ T "layouts_case_studies_list_tell " }}"> </ a >
56
- </ div >
55
+ < a target ="_blank " href ="https://docs.google.com/a/google.com/forms/d/e/1FAIpQLScuI7Ye3VQHQTwBASrgkjQDSS5TP0g3AXfFhwSM9YpHgxRKFA/viewform " class ="tell-your-story "> {{ T "layouts_case_studies_list_tell" }}</ a > </ div >
57
56
</ section >
58
57
{{ .Content }}
59
58
{{ end }}
Original file line number Diff line number Diff line change @@ -161,9 +161,19 @@ p.attrib {
161
161
}
162
162
163
163
.tell-your-story {
164
- border : 1px solid # dddddd ;
165
- border-radius : 6px ;
166
- box-shadow : 1px 2px 2px # dddddd ;
164
+ display : flex;
165
+ justify-content : center;
166
+ align-items : center;
167
+ height : 100% ;
168
+ padding : 50px ;
169
+ font-weight : 1000 ;
170
+ font-size : x-large;
171
+ background : # 847f7f33 ;
172
+ }
173
+ .tell-your-story : hover {
174
+ background : # 847f7f66 ;
175
+ transform : perspective (1000px ) rotateY (10deg );
176
+ transition : transform 0.5s ;
167
177
}
168
178
169
179
.gridPage .feature {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments