Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 16, 2019
1 parent 2e0a540 commit 2bf2fe5
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 92 deletions.
18 changes: 15 additions & 3 deletions dist/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ textarea,
#filesafe-embed .sn-component .sk-horizontal-group .sk-panel-section-title {
margin-bottom: 0; }

#filesafe-embed .sn-component .sk-circle.x-small {
#filesafe-embed .sn-component .sk-circle.x-small, #filesafe-embed .sn-component .sk-spinner.x-small {
width: 7px;
height: 7px; }

Expand Down Expand Up @@ -1972,11 +1972,23 @@ textarea,
margin-right: 18px;
margin-bottom: 8px; }

#filesafe-embed .files-view #file-upload-status, #filesafe-embed .files-view #file-download-status {
#filesafe-embed .files-view #file-upload-status {
margin-right: 30px;
margin-bottom: 18px;
padding-top: 4px; }

#filesafe-embed .files-view .file-download-status {
margin-top: 10px;
margin-bottom: 0px; }

#filesafe-embed .files-view .file-download-status .sk-spinner {
border-color: var(--sn-stylekit-info-contrast-color);
border-right-color: transparent; }

#filesafe-embed .files-view .file-download-status .file-status-label {
font-weight: bold;
margin-left: 0.5rem; }

#filesafe-embed .files-view .segmented-buttons {
margin-right: 10px; }

Expand Down Expand Up @@ -2053,7 +2065,7 @@ html, body {
position: relative; }

#expand-button {
position: absolute;
position: fixed;
top: 1.1rem;
right: 2rem;
box-shadow: var(--sn-stylekit-border-color) 0 1px 2px; }
Loading

0 comments on commit 2bf2fe5

Please sign in to comment.