File tree Expand file tree Collapse file tree 2 files changed +40
-25
lines changed Expand file tree Collapse file tree 2 files changed +40
-25
lines changed Original file line number Diff line number Diff line change 56
56
h6 {
57
57
color : # 254356 ;
58
58
font-family : Geomanist Book;
59
- clear : both;
60
59
}
61
60
62
61
h1 {
@@ -405,14 +404,6 @@ a.button.outline-btn {
405
404
margin : 0 ;
406
405
}
407
406
408
- .darkblue-btn {
409
- background-color : # 0C5176 ;
410
- padding : 10px ;
411
- margin-top : 20px ;
412
- margin-bottom : 20px ;
413
- margin-right : 20px ;
414
- }
415
-
416
407
.outline-btn : hover ,
417
408
.primary-btn : hover ,
418
409
.secondary-btn : hover {
@@ -423,22 +414,6 @@ a.button.outline-btn {
423
414
color : # 1488C6 ;
424
415
}
425
416
426
- /*
427
- *
428
- * tables *********************************************************************
429
- *
430
- */
431
-
432
-
433
- th , td .th {
434
- font-weight : bold;
435
- }
436
-
437
- .content table {
438
- margin-top : 20px ;
439
- margin-bottom : 20px ;
440
- }
441
-
442
417
443
418
444
419
/*
Original file line number Diff line number Diff line change @@ -99,3 +99,43 @@ input.gsc-search-button-v2 {
99
99
min-width : 13px ;
100
100
margin-top : 2px ;
101
101
}
102
+
103
+ /* CTA button for downloads and stuff */
104
+
105
+ .darkblue-btn ,
106
+ .cta-btn {
107
+ background-color : # 1488C6 ;
108
+ padding : 12px 15px 10px 15px ;
109
+ margin : 20px 20px 20px 0 ;
110
+ display : inline-block;
111
+ }
112
+
113
+ /* In case you want a row of them */
114
+
115
+ .darkblue-btn .right ,
116
+ .cta-btn .right {
117
+ margin : 20px 0 20px 20px ;
118
+ }
119
+
120
+ /* Make table headings bold, give tables some breathing room */
121
+
122
+ th , td .th {
123
+ font-weight : bold;
124
+ }
125
+
126
+ .content table {
127
+ margin-top : 20px ;
128
+ margin-bottom : 20px ;
129
+ }
130
+
131
+ /* Without this, if the CTA button is used right before a header,
132
+ the header is on the same line */
133
+
134
+ h1 ,
135
+ h2 ,
136
+ h3 ,
137
+ h4 ,
138
+ h5 ,
139
+ h6 {
140
+ clear : both;
141
+ }
You can’t perform that action at this time.
0 commit comments