Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
12ae122e
Commit
12ae122e
authored
6 years ago
by
Martijn Cuppens
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Spinners cleanup
parent
5042b3c9
1 merge request
!28721
Hot test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_spinners.scss
+3
-9
scss/_spinners.scss
with
3 additions
and
9 deletions
+3
-9
scss/_spinners.scss
+
3
-
9
View file @
12ae122e
...
...
@@ -7,15 +7,14 @@
}
.spinner-border
{
position
:
relative
;
display
:
inline-block
;
width
:
$spinner-width
;
height
:
$spinner-height
;
overflow
:
hidden
;
text-indent
:
-999em
;
vertical-align
:
text-bottom
;
border
:
$spinner-border-width
solid
;
border-color
:
currentColor
transparent
currentColor
currentColor
;
border
:
$spinner-border-width
solid
currentColor
;
border-
right-
color
:
transparent
;
border-radius
:
50%
;
animation
:
spinner-border
.75s
linear
infinite
;
}
...
...
@@ -32,20 +31,14 @@
@keyframes
spinner-grow
{
0
%
{
opacity
:
0
;
transform
:
scale
(
0
);
}
50
%
{
opacity
:
1
;
}
100
%
{
opacity
:
0
;
transform
:
scale
(
1
);
}
}
.spinner-grow
{
position
:
relative
;
display
:
inline-block
;
width
:
$spinner-width
;
height
:
$spinner-height
;
...
...
@@ -54,6 +47,7 @@
vertical-align
:
text-bottom
;
background-color
:
currentColor
;
border-radius
:
50%
;
opacity
:
0
;
animation
:
spinner-grow
.75s
linear
infinite
;
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets