Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f55c28d

Browse files
author
Misty Stanley-Jones
committed
Put temp styles in the right place
1 parent ef93f3e commit f55c28d

File tree

2 files changed

+40
-25
lines changed

2 files changed

+40
-25
lines changed

css/style.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ h5,
5656
h6 {
5757
color: #254356;
5858
font-family: Geomanist Book;
59-
clear: both;
6059
}
6160

6261
h1 {
@@ -405,14 +404,6 @@ a.button.outline-btn {
405404
margin: 0;
406405
}
407406

408-
.darkblue-btn {
409-
background-color: #0C5176;
410-
padding: 10px;
411-
margin-top: 20px;
412-
margin-bottom: 20px;
413-
margin-right: 20px;
414-
}
415-
416407
.outline-btn:hover,
417408
.primary-btn:hover,
418409
.secondary-btn:hover {
@@ -423,22 +414,6 @@ a.button.outline-btn {
423414
color: #1488C6;
424415
}
425416

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-
442417

443418

444419
/*

css/temp.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,43 @@ input.gsc-search-button-v2 {
9999
min-width: 13px;
100100
margin-top: 2px;
101101
}
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+
}

0 commit comments

Comments
 (0)