Removed CSS mapping files
This commit is contained in:
parent
36cbb33925
commit
ad1186b995
modules/core
.gitignore
windows
7
modules/core/.gitignore
vendored
Normal file
7
modules/core/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
**/*.js.map
|
||||
**/*.js
|
||||
|
||||
**/*.css.map
|
||||
**/*.css
|
||||
|
||||
!url-preview/html/index.css
|
@ -1,80 +0,0 @@
|
||||
html, body {
|
||||
background: #18BC9C;
|
||||
user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin-left: 18px;
|
||||
margin-right: 18px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.smoke {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.logo {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.container-logo {
|
||||
align-self: center;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.container-info a {
|
||||
display: inline-block;
|
||||
color: #FFFFFF;
|
||||
font-family: "Arial", serif;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.container-bar {
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
border: white solid 2px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.container-bar .bar {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
display: block;
|
||||
background: whitesmoke;
|
||||
border: none;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#current-status {
|
||||
margin-top: 3px;
|
||||
font-size: 18px;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
@ -1 +0,0 @@
|
||||
{"version":3,"sourceRoot":"","sources":["index.scss"],"names":[],"mappings":"AAAA;EACI;EACA;EAEA;;;AAGJ;EACI;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EAEA;;;AAGJ;EACI;EACA;EAEA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EAEA;EACA;EACA;EAEA;EACA;EACA","file":"index.css"}
|
@ -1,325 +0,0 @@
|
||||
html:root {
|
||||
--progress-bar-background: #242527;
|
||||
--progress-bar-filler-normal: #4370a299;
|
||||
--progress-bar-filler-error: #a1000099;
|
||||
--progress-bar-filler-success: #2b854199;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
html {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
user-select: none;
|
||||
background: #2f2f35;
|
||||
font-size: 12px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
left: 1em;
|
||||
bottom: 1.75em;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.6em;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.loading-dots {
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
}
|
||||
|
||||
.logo {
|
||||
align-self: center;
|
||||
width: 30em;
|
||||
margin-left: -1em;
|
||||
margin-right: -1em;
|
||||
}
|
||||
.logo img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.body {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
min-height: 6em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
.body .buttons {
|
||||
margin-top: auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.body .buttons.btn-green {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.container-loading, .container-executing {
|
||||
margin-top: 2em;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
min-height: 6em;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
justify-content: stretch;
|
||||
}
|
||||
.container-loading.shown, .container-executing.shown {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.section.remote {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.section.remote .title {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-right: -0.4em;
|
||||
}
|
||||
.section.remote .title select {
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
.section .title {
|
||||
font-size: 1.2em;
|
||||
color: #557edc;
|
||||
text-transform: uppercase;
|
||||
align-self: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.section .content {
|
||||
color: #999;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.section .content .row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.update-availability-status {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.update-availability-status .content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.update-availability-status .content.shown {
|
||||
pointer-events: all;
|
||||
opacity: 1;
|
||||
}
|
||||
.update-availability-status .content img {
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
margin-right: 1em;
|
||||
align-self: center;
|
||||
}
|
||||
.update-availability-status .content > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.update-availability-status .content > div * {
|
||||
margin: 0;
|
||||
}
|
||||
.update-availability-status .content h2 {
|
||||
color: #999;
|
||||
}
|
||||
.update-availability-status .content h3 {
|
||||
margin-top: 0.1em;
|
||||
color: #999;
|
||||
}
|
||||
.update-availability-status .content.available h2 {
|
||||
color: #1ca037;
|
||||
}
|
||||
.update-availability-status .content.available > img {
|
||||
margin-top: -0.5em;
|
||||
}
|
||||
.update-availability-status .content.loading h2 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-weight: normal;
|
||||
align-self: center;
|
||||
}
|
||||
.update-availability-status .content.unavailable h2 {
|
||||
color: #c90709;
|
||||
}
|
||||
|
||||
.update-progress {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.update-progress .info {
|
||||
color: #999;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
.update-progress .bar-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
height: 1.4em;
|
||||
border-radius: 0.2em;
|
||||
overflow: hidden;
|
||||
background-color: var(--progress-bar-background);
|
||||
-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.update-progress .bar-container .filler {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
transition: 0.3s ease-in-out;
|
||||
}
|
||||
.update-progress .bar-container .text {
|
||||
color: #999;
|
||||
align-self: center;
|
||||
z-index: 1;
|
||||
}
|
||||
.update-progress .bar-container.type-normal .filler {
|
||||
background-color: var(--progress-bar-filler-normal);
|
||||
}
|
||||
.update-progress .bar-container.type-error .filler {
|
||||
background-color: var(--progress-bar-filler-error);
|
||||
}
|
||||
.update-progress .bar-container.type-success .filler {
|
||||
background-color: var(--progress-bar-filler-success);
|
||||
}
|
||||
|
||||
.update-log {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
padding: 0.25em 0.5em;
|
||||
border-radius: 0.2em;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
min-height: 2em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
background-color: var(--progress-bar-background);
|
||||
-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
-moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
|
||||
color: #999;
|
||||
user-select: text;
|
||||
/* Scroll bar */
|
||||
/* End scroll bar */
|
||||
}
|
||||
.update-log::-webkit-scrollbar-track {
|
||||
border-radius: 0.25em;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.update-log::-webkit-scrollbar {
|
||||
width: 0.5em;
|
||||
height: 0.5em;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.update-log::-webkit-scrollbar-thumb {
|
||||
border-radius: 0.25em;
|
||||
background-color: #555;
|
||||
}
|
||||
.update-log::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
.update-log .filler {
|
||||
margin-top: auto;
|
||||
}
|
||||
.update-log .message {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
}
|
||||
.update-log .message.error {
|
||||
color: #c90709;
|
||||
}
|
||||
.update-log .message.centered {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
/* button look */
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
border-width: 0;
|
||||
border-radius: 0.2em;
|
||||
border-style: solid;
|
||||
color: #7c7c7c;
|
||||
padding: 0.25em 1em;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
}
|
||||
.btn:hover {
|
||||
background-color: #0a0a0a;
|
||||
}
|
||||
.btn:disabled {
|
||||
box-shadow: none;
|
||||
background-color: rgba(0, 0, 0, 0.27);
|
||||
}
|
||||
.btn:disabled:hover {
|
||||
background-color: rgba(0, 0, 0, 0.27);
|
||||
}
|
||||
.btn.btn-success, .btn.btn-green {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #389738;
|
||||
}
|
||||
.btn.btn-info, .btn.btn-blue {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #386896;
|
||||
}
|
||||
.btn.btn-red {
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #973838;
|
||||
}
|
||||
|
||||
select {
|
||||
outline: none;
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
@ -1 +0,0 @@
|
||||
{"version":3,"sourceRoot":"","sources":["index.scss"],"names":[],"mappings":"AAAA;EACC;EAEA;EACA;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;EACA;EAEA;EAEA;EACA;EAEA;EACA;EAEA;;;AAID;EACC;EACA;EACA;EAEA;EAEA;EAEA;EACA;EACA;EACA;EAEA;EACA;EAEA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EAEA;EACA;;AAEA;EACC;EACA;;;AAIF;EACC;EACA;EACA;EAEA;EACA;EACA;EAEA;;AAEA;EACC;EAEA;EACA;EACA;;AAEA;EACC;;;AAKH;EACC;EAEA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACC;;;AAKD;EACC;;AAEA;EACC;EACA;EACA;EAMA;;AAJA;EACC;;AAOH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EAEA;EACA;EACA;;AAEA;EACC;EACA;EACA;;;AAKH;EACC;EAEA;EACA;;AAEA;EACC;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;;AAEA;EACC;EACA;;AAGD;EACC;EACA;EACA;EAEA;;AAGD;EACC;EACA;EACA;;AAEA;EACC;;AAIF;EACC;;AAGD;EACC;EACA;;AAIA;EAAK;;AACL;EAAQ;;AAIR;EACC;EACA;EAEA;EACA;;AAKD;EAAK;;;AAKR;EACC;EACA;EACA;;AAEA;EACC;EACA;EACA;;AAGD;EACC;EAEA;EACA;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;;AAEA;EACC;EAEA;EACA;EACA;EAEA;;AAGD;EACC;EACA;EACA;;AAIA;EACC;;AAKD;EACC;;AAKD;EACC;;;AAMJ;EACC;EACA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EAEA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EAEA;AAEA;AAyBA;;AAxBA;EACC;EACA;EACA;;AAGD;EACC;EACA;EAEA;EACA;;AAGD;EACC;EACA;;AAGD;EAEC;;AAKD;EACC;;AAGD;EACC;EACA;;AAEA;EACC;;AAGD;EACC;;;AAKH;AACA;EACC;EAEA;EAEA;EACA;EACA;EAEA;EAEA;EAEA;EA8BA;;AA5BA;EACC;;AAGD;EACC;EACA;;AAEA;EACC;;AAIF;EACC;EACA;;AAGD;EACC;EACA;;AAGD;EACC;EACA;;;AAMF;EACC;EACA;EACA;EACA","file":"index.css"}
|
Loading…
Reference in New Issue
Block a user