new: usr: add beta logo to the corner #3
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
|
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
|
||||||
@import "~bootstrap/dist/css/bootstrap.min.css";
|
@import "~bootstrap/dist/css/bootstrap.min.css";
|
||||||
|
@import "style";
|
||||||
@import "style.homepage";
|
@import "style.homepage";
|
||||||
|
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@import "style";
|
||||||
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:700');
|
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:700');
|
||||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
|
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
|
||||||
|
|
||||||
|
|||||||
10
assets/css/style.scss
Normal file
10
assets/css/style.scss
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
.mine-beta {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
width: 150px;
|
||||||
|
|
||||||
|
z-index: 4;
|
||||||
|
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@ twig:
|
|||||||
debug: '%kernel.debug%'
|
debug: '%kernel.debug%'
|
||||||
strict_variables: '%kernel.debug%'
|
strict_variables: '%kernel.debug%'
|
||||||
globals:
|
globals:
|
||||||
version: "0.37.18 (beta7)"
|
version: "%jotunheimr.version%"
|
||||||
facebook_api: "%facebook.api%"
|
facebook_api: "%facebook.api%"
|
||||||
facebook_scope: "%facebook.scope%"
|
facebook_scope: "%facebook.scope%"
|
||||||
facebook_api_version: "%facebook.version%"
|
facebook_api_version: "%facebook.version%"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
|
||||||
parameters:
|
parameters:
|
||||||
locale: 'en'
|
locale: 'en'
|
||||||
|
jotunheimr.version: 1.1.0-20191026
|
||||||
facebook.api: 320599508311862
|
facebook.api: 320599508311862
|
||||||
facebook.api-secret: 18d4f48cdd274bccee2678e5eff3f557
|
facebook.api-secret: 18d4f48cdd274bccee2678e5eff3f557
|
||||||
facebook.version: 'v2.8'
|
facebook.version: 'v2.8'
|
||||||
|
|||||||
BIN
public/images/beta-logo-png-2.png
Normal file
BIN
public/images/beta-logo-png-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -22,6 +22,8 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<img src="{{ asset('/images/beta-logo-png-2.png') }}" alt="Beta version" class="mine-beta">
|
||||||
|
|
||||||
{% block bodyTop %}{% endblock %}
|
{% block bodyTop %}{% endblock %}
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
Reference in New Issue
Block a user