mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Fixed ribbon url in session-modals, added webmaster tools verification, view-on-map bug fix, sold out tickets label, fixed schema.org speaker's image url
This commit is contained in:
parent
6c0eda3d3e
commit
488f83f50d
11 changed files with 40 additions and 5 deletions
|
@ -46,6 +46,10 @@ $border-color: rgba(51, 51, 51, .6);
|
|||
padding-top: 2px;
|
||||
line-height: 1.2;;
|
||||
}
|
||||
.ticket-sold-out {
|
||||
font-size: 18px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.tickets-info {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
|
@ -60,6 +60,11 @@ $button-background-color-hover: #4d4d4d;
|
|||
@media (max-width: 767px) {
|
||||
margin: 0;
|
||||
}
|
||||
&.disabled {
|
||||
&:hover {
|
||||
background: $primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.title {
|
||||
|
@ -83,7 +88,7 @@ $button-background-color-hover: #4d4d4d;
|
|||
font-size: 32px;
|
||||
display: block;
|
||||
margin-top: 30px;
|
||||
padding: 7px 0 10px;
|
||||
padding: 7px 25px 10px;
|
||||
color: #fff;
|
||||
background: $button-background-color;
|
||||
font-weight: $light;
|
||||
|
@ -91,6 +96,15 @@ $button-background-color-hover: #4d4d4d;
|
|||
&:hover {
|
||||
background: $button-background-color-hover;
|
||||
}
|
||||
&.disabled {
|
||||
&:hover {
|
||||
background: $button-background-color;
|
||||
}
|
||||
}
|
||||
&.fallback {
|
||||
font-size: 18px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
.pricing-ribbon {
|
||||
position: absolute;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
.twitter-feed {
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.icon {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue