Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
profilePage
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
creations
profilePage
Compare revisions
94046881dd95a23ba4bcecc148b0f875ed724286 to 52e4c86808aecf3cbb8f80cacf6f120af522a545
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
creations/profilePage
Select target project
No results found
52e4c86808aecf3cbb8f80cacf6f120af522a545
Select Git revision
Loading items
Swap
Target
creations/profilePage
Select target project
creations/profilePage
1 result
94046881dd95a23ba4bcecc148b0f875ed724286
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
3
nesting
· 3ae59fa5
Indiana Jone (Indi)
authored
3 months ago
3ae59fa5
formatting
· 937bfc50
Indiana Jone (Indi)
authored
3 months ago
937bfc50
Merge pull request 'nesting' (#7) from KrstlSkll69/profilePage:main into main
· 52e4c868
creations
authored
3 months ago
Reviewed-on:
https://git.creations.works/creations/profilePage/pulls/7
52e4c868
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/css/index.css
+15
-15
15 additions, 15 deletions
public/css/index.css
with
15 additions
and
15 deletions
public/css/index.css
View file @
52e4c868
...
...
@@ -99,11 +99,11 @@ body {
opacity
:
0.5
;
transition
:
opacity
0.3s
ease
;
}
.open-source-logo
:hover
{
&
:hover
{
opacity
:
1
!important
;
}
}
.hidden
{
display
:
none
!important
;
...
...
@@ -351,11 +351,11 @@ ul {
border
:
1px
solid
var
(
--border-color
);
transition
:
background-color
0.3s
ease
;
}
.activity
:hover
{
&
:hover
{
background
:
var
(
--card-hover-bg
);
}
}
.activity-wrapper
{
display
:
flex
;
...
...
@@ -517,18 +517,18 @@ ul {
text-decoration
:
none
;
transition
:
background-color
0.2s
ease
;
display
:
inline-block
;
}
.activity-button
:hover
{
&
:hover
{
background-color
:
var
(
--button-hover-bg
);
text-decoration
:
none
;
}
.activity-button
:disabled
{
&
:disabled
{
background-color
:
var
(
--button-disabled-bg
);
cursor
:
not-allowed
;
opacity
:
0.8
;
}
}
@media
(
max-width
:
600px
)
{
html
{
...
...
This diff is collapsed.
Click to expand it.