Merge pull request #12937 from edx/renzo/detail-page-touchups
Program detail page touchups
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
.course-card {
|
||||
@include span(10);
|
||||
margin-left: $baseline*2;
|
||||
margin-bottom: $baseline;
|
||||
width: 85%;
|
||||
margin: {
|
||||
left: auto;
|
||||
right: auto;
|
||||
bottom: $baseline;
|
||||
}
|
||||
padding: $baseline/2 0;
|
||||
|
||||
.section {
|
||||
|
||||
@@ -26,10 +26,11 @@
|
||||
background: palette(grayscale, white-t);
|
||||
opacity: 0.7;
|
||||
left: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.org-logo {
|
||||
height: 80px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.breadcrumb-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user