mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Actualización con los ganadores del premio de periodismo de datos
This commit is contained in:
parent
b065e01f5f
commit
31a926d58a
7 changed files with 38 additions and 20 deletions
|
@ -58,7 +58,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
&.solid-overlay {
|
||||
background: rgba(37, 32, 31, .8);
|
||||
background: rgba(37, 32, 31, .8);
|
||||
}
|
||||
&.white-solid {
|
||||
background: rgba(255, 255, 255, .9);
|
||||
|
@ -128,4 +128,4 @@
|
|||
}
|
||||
.reset-padding {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
opacity: 0;
|
||||
transform: translateY(-16px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,23 +48,36 @@ $wt-ribbon-border-color: #72e1b3;
|
|||
background-color: #fff;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
|
||||
}
|
||||
.first {
|
||||
color: black;
|
||||
background-color: #FFD100;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
|
||||
}
|
||||
.second {
|
||||
color: white;
|
||||
background-color: #666666;
|
||||
}
|
||||
.third{
|
||||
color: black;
|
||||
background-color: #FF7500;
|
||||
}
|
||||
.abbr {
|
||||
.ribbon-activator:hover & {
|
||||
transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
@media (max-width: 767px) {
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
.full-title {
|
||||
clear: both;
|
||||
margin-top: -22px;
|
||||
transform: translateX(100%);
|
||||
.ribbon-activator:hover & {
|
||||
transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
@media (max-width: 767px) {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
}
|
||||
transform: translateX(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue