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 @@ -93,3 +93,43 @@ input.gsc-search-button-v2 {
93
93
min-width : 13px ;
94
94
margin-top : 2px ;
95
95
}
96
+
97
+ /* CTA button for downloads and stuff */
98
+
99
+ .darkblue-btn ,
100
+ .cta-btn {
101
+ background-color : # 1488C6 ;
102
+ padding : 12px 15px 10px 15px ;
103
+ margin : 20px 20px 20px 0 ;
104
+ display : inline-block;
105
+ }
106
+
107
+ /* In case you want a row of them */
108
+
109
+ .darkblue-btn .right ,
110
+ .cta-btn .right {
111
+ margin : 20px 0 20px 20px ;
112
+ }
113
+
114
+ /* Make table headings bold, give tables some breathing room */
115
+
116
+ th , td .th {
117
+ font-weight : bold;
118
+ }
119
+
120
+ .content table {
121
+ margin-top : 20px ;
122
+ margin-bottom : 20px ;
123
+ }
124
+
125
+ /* Without this, if the CTA button is used right before a header,
126
+ the header is on the same line */
127
+
128
+ h1 ,
129
+ h2 ,
130
+ h3 ,
131
+ h4 ,
132
+ h5 ,
133
+ h6 {
134
+ clear : both;
135
+ }
You can’t perform that action at this time.
0 commit comments