Change styling on view program record button in program detail sidebar
This commit is contained in:
committed by
Brandon Baker
parent
9ad65031a0
commit
67945fa3ef
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user