Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoscreen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Infoscreen
Infoscreen
Compare revisions
3f9ef946bfa1372bc9a6f5fb32971ef930a84bc2 to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tudo-fsinfo/infoscreen/infoscreen
Select target project
No results found
master
Select Git revision
Branches
fix/sitzungstermin
main
marquee
master
punctuation-workaround
5 results
Swap
Target
evysgarden/infoscreen
Select target project
julianbohnenkaemper/infoscreen
acul/infoscreen-new
tudo-fsinfo/infoscreen/infoscreen
alexr/infoscreen
fabianvanrissenbeck/infoscreen
evysgarden/infoscreen
falk-pages/infoscreen
smmokerg/infoscreen
smmivog2/infoscreen-fussball
smmivog2/infoscreen-update-preisliste
10 results
3f9ef946bfa1372bc9a6f5fb32971ef930a84bc2
Select Git revision
Branches
1-issue-czi-wtf
master
update-deps
3 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tailwind.config.js
+10
-1
10 additions, 1 deletion
tailwind.config.js
with
10 additions
and
1 deletion
tailwind.config.js
View file @
239b1d4c
...
...
@@ -17,7 +17,16 @@ module.exports = {
'
3xl
'
:
'
1.953rem
'
,
'
4xl
'
:
'
2.441rem
'
,
'
5xl
'
:
'
3.052rem
'
}
},
animation
:
{
marquee
:
'
marquee 20s linear infinite
'
},
keyframes
:
{
marquee
:
{
'
0%
'
:
{
transform
:
'
translateX(0)
'
},
'
100%
'
:
{
transform
:
'
translateX(-100%)
'
},
}
},
}
},
plugins
:
[],
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next