Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ochmann
trakr.
Commits
9c47a94d
Commit
9c47a94d
authored
Jul 14, 2018
by
Michael Ochmann
Browse files
refined alert window
parent
91c5c57d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scss/_modal.scss
View file @
9c47a94d
...
...
@@ -5,7 +5,7 @@ section.modal {
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0
.
2
);
background
:
rgba
(
0
,
0
,
0
,
0
.
3
);
z-index
:
1000
;
opacity
:
0
;
...
...
@@ -29,6 +29,7 @@ section.modal {
padding
:
15px
;
border
:
none
;
box-sizing
:
border-box
;
box-shadow
:
0
0
60px
rgba
(
0
,
0
,
0
,
0
.4
);
z-index
:
1100
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment