Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
30cb94d1
Commit
30cb94d1
authored
Feb 16, 2021
by
David Steeb
Browse files
Merge branch 'main' into davidsteeb-main-patch-56658
parents
3086c16d
efda25fb
Pipeline
#10353
passed with stages
in 2 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30cb94d1
...
...
@@ -22,7 +22,7 @@ cache:
# Runs tests, currently it runs phpstan + php-cs-fixer
code-analysis:php:
stage
:
lint
image
:
composer:2
image
:
composer:2
.0.8
before_script
:
-
composer install --ignore-platform-reqs $composer_options
script
:
...
...
@@ -33,7 +33,7 @@ code-analysis:php:
# Builds the artifacts for the production system (composer first)
build:php:
stage
:
build
image
:
composer:2
image
:
composer:2
.0.8
script
:
-
composer install --no-dev -o -a --ignore-platform-reqs $composer_options
artifacts
:
...
...
@@ -74,7 +74,7 @@ build:php:
# rsyncs the artifacts to the target server via deployer
.deploy
:
&deploy
<<
:
*prepare-ssh
image
:
composer:2
image
:
composer:2
.0.8
variables
:
# no git needed, only the artifacts are required
GIT_STRATEGY
:
none
...
...
@@ -125,7 +125,7 @@ deploy:staging:
# Download database and fileadmin
Get dump for Content Master
:
<<
:
*prepare-ssh
image
:
composer:2
image
:
composer:2
.0.8
when
:
manual
stage
:
maintenance
script
:
...
...
src/extensions/site_t3demo/Resources/Private/Scss/_zindex.scss
View file @
30cb94d1
...
...
@@ -12,13 +12,13 @@ $z-index-list: (
'.b_header__meta'
,
'.b_header'
,
'.b_resetbanner__overlay'
,
'.b_resetbanner'
'.b_resetbanner'
,
'.b_resetbanner__trigger'
);
$z-index-defaults
:
(
);
// create all z-index values
$temp-z
:
10
;
@each
$class
in
$z-index-list
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment