125 lines
1.6 KiB
Plaintext
125 lines
1.6 KiB
Plaintext
@primary-color: #08B74F;
|
|
@import url('https://rsms.me/inter/inter.css');
|
|
|
|
body {
|
|
font-family: "Inter", sans-serif;
|
|
}
|
|
|
|
.teaser {
|
|
background: white;
|
|
border-radius: 9px;
|
|
border: 1px solid #C4C4C4;
|
|
|
|
.teaser-body {
|
|
padding: 20px;
|
|
}
|
|
.teaser-footer {
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|
|
.sketch-teaser {
|
|
.teaser();
|
|
width: 220px;
|
|
margin-bottom: 30px;
|
|
margin-top: 30px;
|
|
|
|
svg {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
.sketch-image {
|
|
padding: 10px;
|
|
}
|
|
.sketch-footer {
|
|
border-top: 1px solid#C4C4C4;
|
|
padding: 10px;
|
|
background: #F6F6F6;
|
|
border-radius: 0px 0px 10px 10px;
|
|
}
|
|
}
|
|
|
|
.course-teaser {
|
|
.teaser();
|
|
color: #444;
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
|
|
h3, h4 {
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.course-body, .course-footer {
|
|
padding: 20px;
|
|
}
|
|
|
|
.course-body {
|
|
min-height: 8em;
|
|
}
|
|
|
|
.course-footer {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
a, a:hover {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
section {
|
|
padding: 60px 0px;
|
|
}
|
|
|
|
section h2 {
|
|
margin-bottom: 40px;
|
|
font-size: 48px;
|
|
line-height: 58px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
section.lightgray {
|
|
background: #F6F6F6;
|
|
}
|
|
|
|
#hero .jumbotron {
|
|
background: inherit;
|
|
}
|
|
|
|
.chapter-teaser {
|
|
.teaser();
|
|
color: #444;
|
|
margin: 20px 0px;
|
|
|
|
h3, h4 {
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.field-width {
|
|
width: 40%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.footer-grouped-links {
|
|
display: none;
|
|
}
|
|
|
|
.footer-info {
|
|
border-top: 0px;
|
|
margin-top: 0px;
|
|
|
|
.footer-col-right {
|
|
padding-top: 1.8rem;
|
|
}
|
|
}
|
|
|
|
.web-footer {
|
|
border-top: 1px solid #E2E6E9;
|
|
padding: 0px;
|
|
padding: 2rem 0px;
|
|
margin-top: 2rem;
|
|
}
|