Files
edx-platform/lms/static/sass/multicourse/_courses.scss

94 lines
2.2 KiB
SCSS

.find-courses, .university-profile {
background: $course-profile-bg;
padding-bottom: ($baseline*3);
header.search {
background: $course-profile-bg;
background-size: cover;
background-image: $homepage-bg-image;
background-position: center top !important;
border-bottom: 1px solid $border-color-3;
box-shadow: inset 0 -1px 8px 0 rgba(0,0,0, 0.2), inset 0 1px 12px 0 rgba(0,0,0, 0.3);
height: 430px;
margin-top: $header_image_margin;
width: 100%;
.inner-wrapper {
height: 120px;
margin: 0 auto;
max-width: 1200px;
min-width: 760px;
padding-top: ($baseline*10);
position: relative;
text-align: center;
width: flex-grid(12);
> hgroup {
background: $white;
background: $course-header-bg;
border: 1px solid $border-color-3;
box-shadow: 0 4px 25px 0 rgba(0,0,0, 0.5);
padding: $baseline ($baseline*1.5);
position: relative;
z-index: 2;
}
&.main-search, &.university-search {
text-align: center;
hgroup {
display: inline-block;
}
.logo {
display: inline-block;
@include border-right(1px solid $light-gray);
height: 80px;
@include margin-right(30px);
@include padding-right(30px);
position: relative;
vertical-align: middle;
&::after {
content: "";
display: block;
height: 80px;
position: absolute;
right: 0px;
top: 0px;
}
img {
height: 100%;
}
}
h1 {
color: $base-font-color;
font-family: $sans-serif;
font-style: italic;
font-weight: 800;
letter-spacing: 0px;
text-transform: none;
}
h1, h2 {
display: inline-block;
letter-spacing: 1px;
margin-bottom: 0;
text-shadow: 0 1px rgba(255,255,255, 0.8);
vertical-align: middle;
}
}
}
}
section.message {
border-top: 1px solid $border-color-2;
@include clearfix();
margin-top: $baseline;
padding-top: ($baseline*3);
@include columns(2 20px);
}
}