Workflow updating files of exchangemarket
This commit is contained in:
parent
7195753a68
commit
98b932a3a8
@ -27,7 +27,6 @@ body {
|
||||
scrollbar-gutter: stable;
|
||||
color: rgba(var(--text-color), 1);
|
||||
background-color: rgba(var(--background-color), 1);
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
body[data-theme=dark] {
|
||||
@ -737,7 +736,6 @@ sm-checkbox {
|
||||
padding: 1rem 0;
|
||||
border-radius: 0.5rem;
|
||||
font-weight: 400;
|
||||
transition: background-color 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
@ -871,7 +869,6 @@ sm-checkbox {
|
||||
top: 0;
|
||||
background-color: rgba(var(--background-color), 1);
|
||||
z-index: 2;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.list__item {
|
||||
@ -1577,7 +1574,6 @@ sm-checkbox {
|
||||
flex: 0;
|
||||
flex-direction: row;
|
||||
border-radius: 0.5rem;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
.main_navbar__item .icon {
|
||||
margin-bottom: 0;
|
||||
|
||||
2
exchangemarket/docs/css/main.min.css
vendored
2
exchangemarket/docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
1
exchangemarket/docs/scripts/components.min.js
vendored
Normal file
1
exchangemarket/docs/scripts/components.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
(function (EXPORTS) { //floBlockchainAPI v3.1.2
|
||||
(function (EXPORTS) { //floBlockchainAPI v3.1.3
|
||||
/* FLO Blockchain Operator to send/receive data from blockchain using API calls via FLO Blockbook*/
|
||||
'use strict';
|
||||
const floBlockchainAPI = EXPORTS;
|
||||
@ -32,8 +32,8 @@
|
||||
checkIfTor().then(result => {
|
||||
isTor = result
|
||||
if (isTor) {
|
||||
DEFAULT.apiURL.FLO.push('http://vl7ni6byqx7rbub5hypxtod5dbfeuhoj5r5exuyl44pspqh2gasjj4qd.onion:9166/')
|
||||
DEFAULT.apiURL.FLO_TEST.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:15017/')
|
||||
DEFAULT.apiURL.FLO.push('http://kvrddx6heo47rbbt77etxg6litckacbgos3nv5z7vc23ol2kjjeq72id.onion/')
|
||||
// DEFAULT.apiURL.FLO_TEST.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:15017/')
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
exchangemarket/docs/scripts/floTokenAPI.min.js
vendored
Normal file
1
exchangemarket/docs/scripts/floTokenAPI.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user