Skip to content

Commit 8676351

Browse files
fix: make bands transparent and update styling
Signed-off-by: Bryan Behrenshausen <bryan.behrenshausen@sas.com>
1 parent fb830b0 commit 8676351

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

css/sassoftware.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ a:hover {
261261
button,
262262
.button {
263263
margin-bottom: .5rem;
264-
margin-right: 3rem;
265264
}
266-
265+
.grid-container .button {
266+
margin-right: 3rem;
267+
}
267268
.button,
268269
button,
269270
input[type="submit"],
@@ -287,7 +288,6 @@ input[type="button"] {
287288
cursor: pointer;
288289
box-sizing: border-box;
289290
}
290-
291291
.button:hover,
292292
button:hover,
293293
input[type="submit"]:hover,
@@ -302,7 +302,6 @@ input[type="button"]:focus {
302302
border-color: var(--accent-hue);
303303
outline: 0;
304304
}
305-
306305
.button.button-classic,
307306
button.button-classic,
308307
input[type="submit"].button-classic,
@@ -311,8 +310,8 @@ input[type="button"].button-classic {
311310
color: var(--button-inverted-color);
312311
background-color: var(--button-primary-color);
313312
border-color: var(--button-primary-color);
313+
text-decoration: none !important;
314314
}
315-
316315
.button.button-classic:hover,
317316
button.button-classic:hover,
318317
input[type="submit"].button-classic:hover,
@@ -327,7 +326,6 @@ input[type="button"].button-classic:focus {
327326
background-color: var(--button-primary-accent);
328327
border-color: var(--button-primary-accent);
329328
}
330-
331329
.button.button-inverted,
332330
button.button-inverted,
333331
input[type="submit"].button-inverted,
@@ -338,7 +336,6 @@ background-color: transparent);
338336
border-color: var(--button-inverted-color);
339337
text-decoration: none !important;
340338
}
341-
342339
.button.button-inverted:hover,
343340
button.button-inverted:hover,
344341
input[type="submit"].button-inverted:hover,

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ <h3>Read the guide</h3>
9393

9494
<!-- Banded section -->
9595

96-
<div class="band gray-band">
96+
<div class="band transparent-band">
9797
<div>
9898
<h2>SAS® Studio custom steps</h2>
9999
<p class="u-embiggen">Create custom interfaces for SAS® Studio on SAS® Viya®. Customize, save, and share with other users at your site.</p>
100-
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
100+
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
101101
</div>
102102
</div>
103103

@@ -200,11 +200,11 @@ <h4>Deploy now</h4>
200200

201201
<!-- Banded section -->
202202

203-
<div class="band gray-band">
203+
<div class="band transparent-band">
204204
<div>
205205
<h2>SAS education resources</h2>
206206
<p class="u-embiggen">A collection of hands-on instructions, examples, data, and tutorials to support your SAS training journey.</p>
207-
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-education">Start learning</a><p>
207+
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-education">Start learning</a><p>
208208
</div>
209209
</div>
210210

0 commit comments

Comments
 (0)