-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependencies.io-update-build-327.0.0
- Loading branch information
Showing
30 changed files
with
330 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 12 additions & 9 deletions
21
components/loader-screen/loader-screen.scss → components/loader-screen/loader-screen.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
.ring-loader-screen { | ||
.loaderScreen { | ||
position: absolute; | ||
|
||
width: 100%; | ||
height: 100%; | ||
|
||
text-align: center; | ||
vertical-align: middle; | ||
|
||
.ring-loader-screen__loader { | ||
&::before { | ||
display: inline-block; | ||
|
||
&_without-spacings canvas { | ||
margin: 0; | ||
} | ||
} | ||
height: 100%; | ||
|
||
&:before { | ||
content: ''; | ||
display: inline-block; | ||
height: 100%; | ||
|
||
vertical-align: middle; | ||
} | ||
} | ||
|
||
.loader { | ||
display: inline-block; | ||
} | ||
|
||
.loaderWithoutSpacing canvas { | ||
margin: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@value unit, font-size-larger, text-color from '../global/global.css'; | ||
|
||
:global(.ring-old-browsers-message) { | ||
display: block; | ||
|
||
margin-top: 15%; | ||
|
||
text-align: center; | ||
|
||
color: text-color; | ||
|
||
font-family: -apple-system, BlinkMacSystemFont, Ubuntu, "Helvetica Neue", Arial, sans-serif; | ||
font-size: font-size-larger; | ||
line-height: calc(2.5 * unit); | ||
} | ||
|
||
:global(.ring-old-browsers-message_hidden) { | ||
display: none; | ||
} | ||
|
||
:global(.ring-old-browsers-message__smile) { | ||
cursor: pointer; | ||
user-select: none; | ||
|
||
font-size: calc(3 * unit); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 50 additions & 32 deletions
82
components/progress-bar/progress-bar.scss → components/progress-bar/progress-bar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.