Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Engel Simulator 2020
Engel Simulator 2020
Commits
aa57da0c
Commit
aa57da0c
authored
Dec 29, 2020
by
Rahix
🦀
Browse files
Merge 'Minor style cleanup'
Closes
#28
See merge request
!43
parents
16c8417c
58b9bd9b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
www/src/styles.scss
View file @
aa57da0c
...
...
@@ -189,6 +189,7 @@ div.game {
}
}
}
div
.crash-screen
{
display
:
none
;
position
:
absolute
;
...
...
@@ -196,26 +197,25 @@ div.crash-screen {
right
:
100px
;
top
:
100px
;
bottom
:
100px
;
padding
:
20px
;
background
:
#000
;
overflow
:
auto
;
div
.crash-screen-title
{
font-family
:
"Orbitron"
;
font-weight
:
900
;
fill
:
#ffffff
;
font-size
:
72pt
;
color
:
white
;
}
pre
.crash-screen-error
{
font-family
:
monospace
;
fill
:
#ffffff
;
font-size
:
12pt
;
color
:
red
;
}
a
.crash-screen-bugreport-link
{
color
:
#05b9ec
;
color
:
$primary3-shade1
;
padding-left
:
2em
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment