Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
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
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
João Magalhães
boytacean
Commits
14f379b9
Verified
Commit
14f379b9
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: better CSS structure
parent
e70ac788
No related branches found
No related tags found
No related merge requests found
Pipeline
#1487
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/web/react/app.css
+2
-1
2 additions, 1 deletion
examples/web/react/app.css
examples/web/react/components/registers-gb/registers-gb.css
+3
-3
3 additions, 3 deletions
examples/web/react/components/registers-gb/registers-gb.css
with
5 additions
and
4 deletions
examples/web/react/app.css
+
2
−
1
View file @
14f379b9
.app
{
color
:
#ffffff
;
font-family
:
VT323
,
Roboto
,
Open
Sans
,
Arial
,
Helvetica
,
sans-serif
;
margin
:
0px
0px
0px
0px
;
margin
:
0px
auto
0px
auto
;
max-width
:
1400px
;
}
.app
h3
{
...
...
This diff is collapsed.
Click to expand it.
examples/web/react/components/registers-gb/registers-gb.css
+
3
−
3
View file @
14f379b9
...
...
@@ -20,13 +20,13 @@
.registers-gb
>
.section
>
.register
>
.register-key
{
display
:
inline-block
;
width
:
40px
;
font-size
:
20px
;
width
:
40px
;
}
.registers-gb
>
.section
>
.register
>
.register-value
{
display
:
inline-block
;
width
:
66px
;
text-align
:
right
;
font-size
:
20px
;
text-align
:
right
;
width
:
66px
;
}
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