|
@@ -5,6 +5,28 @@
|
|
margin: 0 auto 1.5rem auto;
|
|
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{
|
|
.geolocation-map-wrapper{
|
|
height: 400px;
|
|
height: 400px;
|
|
.geolocation-map-container{
|
|
.geolocation-map-container{
|