Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Commits
90754013
Verified
Commit
90754013
authored
4 years ago
by
Erxleben, Fredo
Committed by
Huste, Tobias
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Adapt forgotten transition to the new way transitions work
parent
4a10bb93
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Adapt forgotten transition to the new way transitions work
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/title_image.html
+1
-1
1 addition, 1 deletion
_includes/title_image.html
_sass/common/_title.scss
+6
-14
6 additions, 14 deletions
_sass/common/_title.scss
with
7 additions
and
15 deletions
_includes/title_image.html
+
1
−
1
View file @
90754013
...
...
@@ -40,6 +40,6 @@
{% endif %}
</div>
{% include transition.html %}
{% include transition.html
direction="right"
%}
</div>
This diff is collapsed.
Click to expand it.
_sass/common/_title.scss
+
6
−
14
View file @
90754013
...
...
@@ -7,8 +7,11 @@
div
#title
{
position
:
relative
;
min-height
:
2rem
;
color
:
$color-content-light-gray
;
background-color
:
$color-helmholtz-blue
;
.location-info
{
...
...
@@ -104,21 +107,10 @@ div#title {
}
}
/*
The transition element from the title image into the main body.
NOTE Mirrored along the top line so it reaches into the title image and
overlaps it instead of being placed below and going into the following
main content.
*/
.transition
{
// @include rotate-180-offset-top;
@include
rotate-180
;
color
:
$color-content-light-gray
;
position
:
absolute
;
right
:
-1px
;
/* (1) */
bottom
:
-1px
;
/* (1) */
/* (1) Drag in the transition to avoid 1px wide border artifacts. */
/* Do not apply the mix-blend mode of the parent */
isolation
:
isolate
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment