Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unit Conversion App
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
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
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
jackmnolley
Unit Conversion App
Commits
65572495
Commit
65572495
authored
3 years ago
by
Gabriel Clark
Browse files
Options
Downloads
Patches
Plain Diff
Changed padding and background gradient.
parent
f7aa306e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
unit-conversion/src/features/card/card.css
+3
-2
3 additions, 2 deletions
unit-conversion/src/features/card/card.css
unit-conversion/src/index.css
+3
-1
3 additions, 1 deletion
unit-conversion/src/index.css
with
6 additions
and
3 deletions
unit-conversion/src/features/card/card.css
+
3
−
2
View file @
65572495
...
...
@@ -5,7 +5,7 @@
margin
:
7%
;
min-height
:
20%
;
border-radius
:
10px
;
background-color
:
rgba
(
255
255
255
/
9
0%
);
background-color
:
rgba
(
255
255
255
/
4
0%
);
box-shadow
:
0
2.8px
2.2px
rgba
(
0
0
0
/
3.4%
),
0
6.7px
5.3px
rgba
(
0
0
0
/
4.8%
),
...
...
@@ -13,7 +13,8 @@
0
22.3px
17.9px
rgba
(
0
0
0
/
7.2%
),
0
41.8px
33.4px
rgba
(
0
0
0
/
8.6%
),
0
100px
80px
rgba
(
0
0
0
/
12%
);
padding-left
:
40px
;
padding-left
:
20px
;
padding-right
:
20px
;
}
.inputField
{
...
...
This diff is collapsed.
Click to expand it.
unit-conversion/src/index.css
+
3
−
1
View file @
65572495
:root
{
/* Colors */
--letterbox-color
:
rgba
(
255
255
255
/
100%
);
--app-background-color
:
rgba
(
101
142
156
/
100%
);
/* background-color: rgba(101 142 156 / 100%); */
--app-background-color
:
linear-gradient
(
102.28deg
,
rgba
(
231
189
251
/
50%
)
-7.7%
,
rgba
(
250
208
218
/
50%
)
38.01%
,
rgba
(
168
198
243
/
50%
)
91.43%
);
--font-color
:
rgba
(
0
0
0
/
100%
);
/* Sizes */
...
...
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