Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
44ab360a
Commit
44ab360a
authored
Jul 07, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading
parent
38b2bb10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
styles.css
styles.css
+8
-8
No files found.
styles.css
View file @
44ab360a
...
...
@@ -124,14 +124,14 @@ body.resizing /deep/ * {
color
:
#000
;
}
.
loading
{
#
loading
{
height
:
100%
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
}
.
loading
p
{
#
loading
p
{
position
:
relative
;
top
:
-15px
;
left
:
10px
;
...
...
@@ -141,12 +141,12 @@ body.resizing /deep/ * {
text-shadow
:
0
3px
8px
rgba
(
0
,
0
,
0
,
0.1
);
}
.
loading
p
>
span
{
#
loading
p
>
span
{
opacity
:
0
;
}
.
loading
p
>
span
:nth-child
(
1
)
{
animation
:
show
2s
infinite
0.0s
linear
;}
.
loading
p
>
span
:nth-child
(
2
)
{
animation
:
show
2s
infinite
0.2s
linear
;}
.
loading
p
>
span
:nth-child
(
3
)
{
animation
:
show
2s
infinite
0.4s
linear
;}
#
loading
p
>
span
:nth-child
(
1
)
{
animation
:
show
2s
infinite
0.0s
linear
;}
#
loading
p
>
span
:nth-child
(
2
)
{
animation
:
show
2s
infinite
0.2s
linear
;}
#
loading
p
>
span
:nth-child
(
3
)
{
animation
:
show
2s
infinite
0.4s
linear
;}
@keyframes
show
{
from
{}
...
...
@@ -156,10 +156,10 @@ body.resizing /deep/ * {
71
%
{
opacity
:
0
;}
to
{}
}
.
loading
>
img
{
#
loading
>
img
{
width
:
300px
;
}
@keyframes
zhuan
{
from
{
transform
:
rotate
(
0deg
);}
to
{
transform
:
rotate
(
360deg
);}
}
\ No newline at end of file
}
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