|
@@ -45,7 +45,7 @@
|
|
|
v-if="structure.imageId"
|
|
v-if="structure.imageId"
|
|
|
:src="'https://api.opentalent.fr/app.php/_internal/secure/files/' + structure.imageId + '/raw'"
|
|
:src="'https://api.opentalent.fr/app.php/_internal/secure/files/' + structure.imageId + '/raw'"
|
|
|
alt="banner"
|
|
alt="banner"
|
|
|
- style="max-height: 300px"
|
|
|
|
|
|
|
+ style="max-height: 300px;max-width: 100%"
|
|
|
>
|
|
>
|
|
|
</v-col>
|
|
</v-col>
|
|
|
</v-row>
|
|
</v-row>
|
|
@@ -275,12 +275,16 @@ export default Vue.extend({
|
|
|
|
|
|
|
|
.social-icon {
|
|
.social-icon {
|
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
|
- color: gray;
|
|
|
|
|
|
|
+ color: #808080;
|
|
|
margin: auto 8px;
|
|
margin: auto 8px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .social-icon:hover {
|
|
|
|
|
+ color: #595959;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.content {
|
|
.content {
|
|
|
- color: #666666;
|
|
|
|
|
|
|
+ color: #4d4d4d;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 600px) {
|
|
@media screen and (min-width: 600px) {
|