add img Online
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -96,3 +96,16 @@ header{
|
||||
color: $color2
|
||||
}
|
||||
}
|
||||
|
||||
#block-views-block-slide-programme-block-1{
|
||||
h3{
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
vertical-align: middle;
|
||||
margin-left:20px;
|
||||
@include labelOnline;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,28 @@
|
||||
margin: 0 auto 1.5rem auto;
|
||||
}
|
||||
}
|
||||
|
||||
#info_prat_title{
|
||||
position: relative;
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
width: 50px;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
@include labelOnline;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
&::after{
|
||||
right: -20px;
|
||||
top: 10px;
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.geolocation-map-wrapper{
|
||||
height: 400px;
|
||||
.geolocation-map-container{
|
||||
|
||||
@@ -4,6 +4,21 @@
|
||||
@media screen and (min-width: 768px) {
|
||||
padding-top: 0rem;
|
||||
}
|
||||
h2{
|
||||
position: relative;
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 100px;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
@include labelOnline;
|
||||
@media screen and (min-width: 768px) {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
h3{
|
||||
font-size: 1.5rem;
|
||||
font-family: 'truenolight';
|
||||
|
||||
+1
-1
@@ -46,6 +46,6 @@
|
||||
|
||||
{% if label_hidden %}
|
||||
{% for item in items %}
|
||||
<h2>{{ item.content }}</h2>
|
||||
<h2 id="info_prat_title">{{ item.content }}</h2>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user