mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
41 lines
No EOL
819 B
SCSS
41 lines
No EOL
819 B
SCSS
$direction-details-color: #757575;
|
|
.direction-details {
|
|
display: inline-block;
|
|
padding: 0;
|
|
color: $direction-details-color;
|
|
.card {
|
|
transform: translateY(-125px);
|
|
ul {
|
|
font-size: 17px;
|
|
font-weight: $regular;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
}
|
|
.questions {
|
|
transform: translateY(-100px);
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
transform: translateY(-125px);
|
|
}
|
|
}
|
|
h4, h5 {
|
|
font-size: 31px;
|
|
font-weight: $regular;
|
|
color: initial;
|
|
}
|
|
h5 {
|
|
font-size: 20px;
|
|
}
|
|
p {
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
.list-with-description {
|
|
li {
|
|
margin-bottom: 20px;
|
|
}
|
|
a {
|
|
display: block;
|
|
}
|
|
} |