Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
464f6738
Commit
464f6738
authored
Mar 19, 2019
by
Nicolas Frandeboeuf
Browse files
[CSS] Move app loading modal layout to base file
parent
7001a715
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/css/base.css
View file @
464f6738
...
...
@@ -63,3 +63,29 @@
color
:
var
(
--charts-axis-color
);
background-color
:
transparent
;
}
/* Loading "modal" */
#app
>
.loading-modal
{
height
:
auto
;
text-align
:
center
;
width
:
50%
;
margin
:
auto
;
margin-top
:
1em
;
}
@media
(
max-width
:
768px
)
{
#app
>
.loading-modal
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
}
}
#app
>
.loading-modal
h3
{
margin
:
0
;
}
#app
>
.loading-modal
>
*
{
padding-top
:
1em
;
padding-bottom
:
1em
;
}
client/themes/default/style.css
View file @
464f6738
...
...
@@ -690,33 +690,14 @@ input.category-color {
/* Loading "modal" */
#app
>
.loading-modal
{
height
:
auto
;
text-align
:
center
;
background-color
:
white
;
width
:
50%
;
margin
:
auto
;
margin-top
:
1em
;
}
@media
(
max-width
:
768px
)
{
#app
>
.loading-modal
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
}
}
#app
>
.loading-modal
h3
{
margin
:
0
;
background-color
:
#F1F1F1
;
color
:
#777777
;
}
#app
>
.loading-modal
>
*
{
padding-top
:
1em
;
padding-bottom
:
1em
;
}
.error-reporter
{
overflow
:
auto
;
padding
:
1em
;
...
...
Write
Preview
Supports
Markdown
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