Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kmi-prototype-test-final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lucca Jimenez Könings
kmi-prototype-test-final
Commits
9639b1d4
Commit
9639b1d4
authored
4 years ago
by
Lucca Jiménez Könings
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
32555cca
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
landingpage/assets/css/animations.css
+2
-2
2 additions, 2 deletions
landingpage/assets/css/animations.css
landingpage/assets/css/responsive.css
+3
-2
3 additions, 2 deletions
landingpage/assets/css/responsive.css
landingpage/assets/css/theme.css
+2
-1
2 additions, 1 deletion
landingpage/assets/css/theme.css
with
7 additions
and
5 deletions
landingpage/assets/css/animations.css
+
2
−
2
View file @
9639b1d4
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
}
}
@keyframes
example
{
@keyframes
example
{
0
%
{
box-shadow
:
0
;}
0
%
{
box-shadow
:
0px
0px
0px
#00
0
;}
25
%
{
box-shadow
:
0px
0px
10px
#fff
;}
25
%
{
box-shadow
:
0px
0px
10px
#fff
;}
100
%
{
box-shadow
:
0
;
}
100
%
{
box-shadow
:
0px
0px
0px
#00
0
;
}
}
}
.kimi-teaser__input
>
input
[
type
=
"text"
]
{
.kimi-teaser__input
>
input
[
type
=
"text"
]
{
...
...
This diff is collapsed.
Click to expand it.
landingpage/assets/css/responsive.css
+
3
−
2
View file @
9639b1d4
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
.main-header
{
.main-header
{
height
:
calc
(
100vh
+
var
(
--header-waves-height
));
height
:
calc
(
100vh
+
var
(
--header-waves-height
));
/*todo: Linter wirft bei allen Fehlern mit Variablen einen Fehler*/
*
}
}
.main-header__heading
{
.main-header__heading
{
...
@@ -144,7 +145,7 @@
...
@@ -144,7 +145,7 @@
}
}
.chat__dialogue__question
,
.chat__dialogue__answer
{
.chat__dialogue__question
,
.chat__dialogue__answer
{
padding
:
.5
em
;
padding
:
0
.5em
;
}
}
.chat
::before
{
.chat
::before
{
...
@@ -327,4 +328,4 @@
...
@@ -327,4 +328,4 @@
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
landingpage/assets/css/theme.css
+
2
−
1
View file @
9639b1d4
...
@@ -421,7 +421,8 @@ a:active, a:hover {
...
@@ -421,7 +421,8 @@ a:active, a:hover {
.kimi-faq__question
:hover
{
.kimi-faq__question
:hover
{
background-color
:
var
(
--primary-color
);
background-color
:
var
(
--primary-color
);
background-image
:
linear-gradient
(
to
top
,
var
(
--bubble-primary-color
),
var
(
--bubble-secondary-color
));
background-image
:
linear-gradient
(
0
,
var
(
--bubble-primary-color
),
var
(
--bubble-secondary-color
));
/* todo: Linter wirft too few Arguments for linear-gradient Fehler. Wieso? */
color
:
white
;
color
:
white
;
cursor
:
pointer
;
cursor
:
pointer
;
transform
:
scale
(
1.05
);
transform
:
scale
(
1.05
);
...
...
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