Skip to content
Snippets Groups Projects
Unverified Commit f3b1238a authored by Nick's avatar Nick Committed by GitHub
Browse files

Merge pull request #24708 from edx/ndalfonso/styling-for-courseware-dates-banner

Add styling for courseware dates banner button
parents fa7945ae 6215caad
No related merge requests found
@import 'bourbon/bourbon';
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
@import 'build-course'; // shared app style assets/rendering
.dates-banner {
.upgrade-button {
button {
display: block;
border-radius: 2px;
border: solid 1px #0175b4;
background: white;
color: #2d323e;
font-size: 14px;
font-weight: bold;
line-height: 24px;
padding: 7px 18px;
&:hover,
&:focus,
&:active {
cursor: pointer;
box-shadow: 0 2px 1px $shadow;
}
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment