Skip to content

Commit 5784ba5

Browse files
author
Carolina Koehn
committed
Update supportscreen_src.scss
Fixed Metamodels URL, switched to https
1 parent 7069bf6 commit 5784ba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contao/assets/scss/supportscreen_src.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
$white: rgba(255, 255, 255, 1);
2424

2525
//urls
26-
$url_metamodels: url('http://now.metamodel.me/files/standard/layout/images/metamodels.png');
26+
$url_metamodels: url('https://now.metamodel.me/files/standard/layout/images/metamodels.png');
2727

2828
.mm_support_display {
2929
.logo {
3030
display: block;
3131
height: 38px;
3232
text-indent: -99999px;
3333
width: 169px;
34-
background: $white $metamodels no-repeat top left;
34+
background: $white $url_metamodels no-repeat top left;
3535
}
3636
h1 {
3737
margin-bottom: 20px;

0 commit comments

Comments
 (0)