Skip to content
Snippets Groups Projects
Commit 67945fa3 authored by Brandon Baker's avatar Brandon Baker Committed by Brandon Baker
Browse files

Change styling on view program record button in program detail sidebar

parent 9ad65031
No related branches found
No related tags found
No related merge requests found
......@@ -673,25 +673,7 @@ $btn-color-primary: palette(primary, dark);
text-align: right;
.view-record-button {
background: $btn-color-primary;
border-color: $btn-color-primary;
height: $baseline*1.85;
padding: $baseline*0.35 $baseline*0.925 $baseline*0.35 $baseline*0.925;
width: auto;
border-radius: 0;
text-align: center;
font-size: 0.9375em;
//margin-top: 5px;
margin-top: $baseline*0.25;
/* IE11 CSS styles */
@media (min-width: $bp-screen-md) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
@include float(right);
}
@media (min-width: $bp-screen-lg) {
margin-top: 0;
}
}
}
......
......@@ -17,7 +17,7 @@
</div>
<div class="view-record-wrapper">
<a href="<%- programRecordUrl %>" class="program-record-link">
<button class="btn view-record-button btn-brand btn cta-primary"><%- gettext('View Program Record') %></button>
<button class="btn view-record-button"><%- gettext('View Program Record') %></button>
</a>
</div>
</aside>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment