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
fd80bd32
Verified
Commit
fd80bd32
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
refactor: removed unused CSS
parent
cc9365d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/web/debug.css
+0
-4
0 additions, 4 deletions
examples/web/debug.css
examples/web/index.css
+0
-90
0 additions, 90 deletions
examples/web/index.css
with
0 additions
and
94 deletions
examples/web/debug.css
deleted
100644 → 0
+
0
−
4
View file @
cc9365d4
.debug
>
.canvas-tiles
{
background-color
:
#000000
;
width
:
256px
;
}
This diff is collapsed.
Click to expand it.
examples/web/index.css
+
0
−
90
View file @
fd80bd32
@import
url("https://fonts.googleapis.com/css2?family=VT323&display=swap")
;
@import
url("./debug.css")
;
*
{
box-sizing
:
border-box
;
-o-box-sizing
:
border-box
;
...
...
@@ -11,16 +9,6 @@
-webkit-box-sizing
:
border-box
;
}
a
{
border-bottom
:
2px
dotted
#ffffff
;
color
:
#ffffff
;
text-decoration
:
none
;
}
a
:hover
{
border-bottom-style
:
solid
;
}
html
{
margin
:
0px
0px
0px
0px
;
padding
:
0px
0px
0px
0px
;
...
...
@@ -33,81 +21,3 @@ body {
margin
:
0px
0px
0px
0px
;
padding
:
12px
12px
52px
12px
;
}
p
{
font-size
:
18px
;
line-height
:
24px
;
margin
:
12px
0px
12px
0px
;
}
.main
{
display
:
flex
;
}
@media
only
screen
and
(
max-width
:
1120px
)
{
.main
{
flex-direction
:
column
;
}
}
.main
>
.side-left
{
display
:
flex
;
flex
:
1
0
;
justify-content
:
center
;
text-align
:
center
;
}
.main
>
.side-right
{
flex
:
0
1
;
max-width
:
100%
;
min-width
:
580px
;
padding
:
0px
24px
0px
24px
;
}
@media
only
screen
and
(
max-width
:
1120px
)
{
.main
>
.side-right
{
min-width
:
unset
;
padding
:
0px
0px
0px
0px
;
}
}
.main
>
.side-right
.logo-image
{
vertical-align
:
middle
;
width
:
32px
;
}
.main
>
.side-right
.separator
{
background
:
#ffffff
;
height
:
2px
;
margin
:
22px
0px
22px
0px
;
}
.main
>
.side-right
.diag
{
font-size
:
24px
;
vertical-align
:
top
;
}
.main
>
.side-right
.diag
>
dt
{
clear
:
both
;
float
:
left
;
margin-top
:
12px
;
}
.main
>
.side-right
.diag
>
dt
:first-of-type
{
margin-top
:
0px
;
}
.main
>
.side-right
.diag
>
dd
{
float
:
right
;
margin-top
:
12px
;
}
.main
>
.side-right
.diag
>
dd
:first-of-type
{
margin-top
:
0px
;
}
.main
>
.side-right
.diag
::after
{
clear
:
both
;
content
:
''
;
display
:
block
;
}
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