kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Update
rodzic
530c8233f0
commit
871dda7f97
|
@ -1,3 +1,4 @@
|
|||
v1.0.167 (Coming soon): Improved Memory management for 3D Viewer, Added Inch Mode (Issue#59), Moved Steps/mm Calibration Tools to "Wizards and Tools" menu, Improved Grbl Flashing Tool and Moved to "Wizards and Tools"
|
||||
v1.0.166: Fix for ElectronSecondInstance Behaviour and Updated SSL Certificates
|
||||
v1.0.165: Surfacing Wizard
|
||||
v1.0.164: Fix for odd JS bug that affected users in v1.0.161 and 10.0.162
|
||||
|
|
|
@ -45,6 +45,10 @@ body {
|
|||
box-shadow: 0 0 2px 2px #ddd;
|
||||
}
|
||||
|
||||
#console > p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#console {
|
||||
/*font-family: "Courier New", Courier, monospace;*/
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
|
|
BIN
app/img/grbl.png
BIN
app/img/grbl.png
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 1.1 KiB Po Szerokość: | Wysokość: | Rozmiar: 671 B |
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 1.1 KiB |
|
@ -278,6 +278,8 @@
|
|||
<li class="disabled grblCalibrationMenu" onclick="zstepscalibrate();"><a href="#"><i class="fas fa-wrench fa-fw"></i> Calibrate Z-Axes Steps/mm</a></li>
|
||||
<li class="divider fg-lightGray"></li>
|
||||
<li onclick="keyboardShortcutsEditor();"><a href="#"><i class="far fa-edit fa-fw"></i> Customise Shortcut Key Assignments</a></li>
|
||||
<li class="divider fg-lightGray"></li>
|
||||
<li onclick="populateGrblBuilderToolForm();"><a href="#"><img src="img/grbl.png"/> Flashing Tool</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -660,7 +662,7 @@
|
|||
|
||||
<nav data-role="ribbonmenu">
|
||||
<ul class="tabs-holder">
|
||||
<li><a href="#tab-three" id="gcodeviewertab" onclick="fixRenderSize();"><i class="mif-3d-rotation fa-fw"></i> 3D View</a></li>
|
||||
<li><a href="#tab-three" id="gcodeviewertab" onclick="fixRenderSize();"><i class="mif-3d-rotation fa-fw" id="3dviewicon"></i><span id="3dviewlabel"> 3D View</span></a></li>
|
||||
<li><a href="#tab-one" id="consoletab"><i class="fas fa-fw fa-terminal"></i> Serial Console</a></li>
|
||||
<li><a href="#tab-four" id="macrostab"><i class="fas fa-th fa-fw"></i> Macros</a></li>
|
||||
<li><a href="#tab-two" id="gcodeeditortab"><i class="far fa-fw fa-edit"></i> GCODE Editor</a></li>
|
||||
|
@ -828,7 +830,7 @@
|
|||
<div class="cell p-0 m-0">
|
||||
|
||||
|
||||
<div class="card">
|
||||
<!--div class="card">
|
||||
<div class="card-header p-1 m-0">
|
||||
<img src="img/grbl.png" /> Flashing tool
|
||||
</div>
|
||||
|
@ -878,7 +880,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div-->
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header p-1 m-0">
|
||||
|
@ -944,8 +946,68 @@
|
|||
|
||||
<div id="hiddendivs" style="display:none;">
|
||||
|
||||
<div class="dialog" data-role="dialog" id="surfacingDialog" data-width="90%" data-actions-align="right" data-overlay-click-close="true">
|
||||
<div class="dialog-title">Flattening / Surfacing Tool</div>
|
||||
<div class="dialog dark" data-role="dialog" id="grblFlashDialog" data-width="60%" data-actions-align="right" data-overlay-click-close="true">
|
||||
<div class="dialog-title"><img src="img/grbltop.png" /> Custom Grbl Flashing Tool</div>
|
||||
<div class="dialog-content" style="height: calc(100% - 100px);">
|
||||
<p class="text-small mb-4">You can use this wizard to flash customised instances of Grbl Firmware onto a compatible controller<br>Only use with care, or when instructed by Support</p>
|
||||
<form>
|
||||
<div class="row">
|
||||
<div class="cell-md-4 mb-1">
|
||||
Machine Style
|
||||
</div>
|
||||
<div class="cell-md-8 mb-1">
|
||||
<select data-prepend=" <i class='fas fa-cube'></i>" data-role="select" data-filter="false" id="grblAxesCount">
|
||||
<option value=3axes>3 Axes</option>
|
||||
<option value=2axes>2 Axes</option>
|
||||
<option value=servo>2 Axes + RC Servo</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cell-md-4 mb-1">
|
||||
Door Interlock
|
||||
</div>
|
||||
<div class="cell-md-8 mb-1">
|
||||
<select data-role="select" data-prepend=" <i class='fas fa-door-open'></i>" data-role="select" data-filter="false" id="grblDoorEnable">
|
||||
<option value="nodoor">Disable Door Interlock</option>
|
||||
<option value="opendoor">Door Interlock (Normally Open Switch)</option>
|
||||
<option value="closeddoor">Door Interlock (Normally Closed Switch)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cell-md-4 mb-1">
|
||||
Controller Type
|
||||
</div>
|
||||
<div class="cell-md-8 mb-1">
|
||||
<select data-prepend=" <i class='fas fa-microchip'></i>" data-role="select" data-filter="false" id="flashGrblController">
|
||||
<option value="uno">OpenBuilds BlackBox 4X</option>
|
||||
<option value="xprov4">Spark Concepts xPro v3/4</option>
|
||||
<option value="uno">Arduino Uno</option>
|
||||
<option value="nano">Arduino Nano</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="cell-md-4 mb-1">
|
||||
Port
|
||||
</div>
|
||||
<div class="cell-md-8 mb-1">
|
||||
<select data-prepend=" <i class='fab fa-usb'></i>" data-role="select" data-filter="false" id="portUSB2" disabled>
|
||||
<option value="">Waiting for USB</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="dialog-actions">
|
||||
<button class="button success js-dialog-close" onclick="flashGrblfromWizard()">Flash</button>
|
||||
<button class="button js-dialog-close">Cancel</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dialog dark" data-role="dialog" id="surfacingDialog" data-width="90%" data-actions-align="right" data-overlay-click-close="true">
|
||||
<div class="dialog-title"><i class="fas fa-exchange-alt"></i> Flattening / Surfacing Tool</div>
|
||||
<div class="dialog-content" style="max-height: calc(100vh - 100px);overflow-y: auto; overflow-x: hidden;">
|
||||
<form>
|
||||
<div class="row mb-2">
|
||||
|
@ -1022,7 +1084,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dialog" id="downloadUpdate" data-role="dialog" data-overlay-click-close="true" data-to-top="true">
|
||||
<div class="dialog dark" id="downloadUpdate" data-role="dialog" data-overlay-click-close="true" data-to-top="true">
|
||||
<div class="dialog-title">Update Ready</div>
|
||||
<div class="dialog-content">
|
||||
Version <code><span id="availVersion">1.0.100</span></code> update ready to be installed!<br> Note that proceeding will:
|
||||
|
@ -1043,8 +1105,8 @@
|
|||
<!-- Modal Divs -->
|
||||
<div style="display: none;">
|
||||
|
||||
<div class="dialog" data-overlay-click-close="true" data-role="dialog" id="jogWidgetDialog">
|
||||
<div class="dialog-title">Jog Widget</div>
|
||||
<div class="dialog dark" data-overlay-click-close="true" data-role="dialog" id="jogWidgetDialog">
|
||||
<div class="dialog-title"><i class="fas fa-mobile-alt"></i> Jog Widget</div>
|
||||
<div class="dialog-content" style="max-height: calc(100vh - 200px);overflow-y: auto; overflow-x: hidden;">
|
||||
<div class="row">
|
||||
<div class="cell-4">
|
||||
|
@ -1140,4 +1202,6 @@
|
|||
|
||||
<script type="text/javascript" src="wizards/surfacing.js"></script>
|
||||
|
||||
<script type="text/javascript" src="js/grbl-flashing.js"></script>
|
||||
|
||||
</html>
|
|
@ -76,16 +76,21 @@ function applycalibrationx() {
|
|||
// newstepsval = currentsteps * (intended distance / actual distance)
|
||||
var newsteps = currentstepspermm * (100 / actualdist);
|
||||
// alert("New Steps Per MM Value: " + newsteps);
|
||||
$('#val-100-input').val(newsteps)
|
||||
checkifchanged();
|
||||
// $('#val-100-input').val(newsteps)
|
||||
// checkifchanged();
|
||||
sendGcode("$100=" + newsteps.toFixed(3));
|
||||
setTimeout(function() {
|
||||
sendGcode(String.fromCharCode(0x18));
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
function xstepscalibrate() {
|
||||
Metro.dialog.create({
|
||||
title: "Calibrate Steps per mm for X-Axis ($100)",
|
||||
title: "<i class='fas fa-wrench fa-fw'></i> Calibrate Steps per mm for X-Axis ($100)",
|
||||
content: xcaltemplate,
|
||||
width: 750,
|
||||
clsDialog: 'dark',
|
||||
actions: [{
|
||||
caption: "Cancel",
|
||||
cls: "js-dialog-close",
|
||||
|
|
|
@ -76,17 +76,22 @@ function applycalibrationy() {
|
|||
// newstepsval = currentsteps * (intended distance / actual distance)
|
||||
var newsteps = currentstepspermm * (100 / actualdist);
|
||||
// alert("New Steps Per MM Value: " + newsteps);
|
||||
$('#val-101-input').val(newsteps)
|
||||
checkifchanged();
|
||||
// $('#val-101-input').val(newsteps)
|
||||
// checkifchanged();
|
||||
sendGcode("$101=" + newsteps.toFixed(3));
|
||||
setTimeout(function() {
|
||||
sendGcode(String.fromCharCode(0x18));
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
||||
|
||||
function ystepscalibrate() {
|
||||
Metro.dialog.create({
|
||||
title: "Calibrate Steps per mm for Y-Axis ($101)",
|
||||
title: "<i class='fas fa-wrench fa-fw'></i> Calibrate Steps per mm for Y-Axis ($101)",
|
||||
content: ycaltemplate,
|
||||
width: 750,
|
||||
clsDialog: 'dark',
|
||||
actions: [{
|
||||
caption: "Cancel",
|
||||
cls: "js-dialog-close",
|
||||
|
|
|
@ -75,15 +75,20 @@ function applycalibrationz() {
|
|||
// newstepsval = currentsteps * (intended distance / actual distance)
|
||||
var newsteps = currentstepspermm * (50 / actualdist);
|
||||
// alert("New Steps Per MM Value: " + newsteps);
|
||||
$('#val-102-input').val(newsteps)
|
||||
checkifchanged();
|
||||
// $('#val-102-input').val(newsteps)
|
||||
// checkifchanged();
|
||||
sendGcode("$102=" + newsteps.toFixed(3));
|
||||
setTimeout(function() {
|
||||
sendGcode(String.fromCharCode(0x18));
|
||||
}, 500);
|
||||
}
|
||||
|
||||
function zstepscalibrate() {
|
||||
Metro.dialog.create({
|
||||
title: "Calibrate Steps per mm for Z-Axis ($102)",
|
||||
title: "<i class='fas fa-wrench fa-fw'></i> Calibrate Steps per mm for Z-Axis ($102)",
|
||||
content: zcaltemplate,
|
||||
width: 750,
|
||||
clsDialog: 'dark',
|
||||
actions: [{
|
||||
caption: "Cancel",
|
||||
cls: "js-dialog-close",
|
||||
|
|
|
@ -761,13 +761,4 @@ function setMachineButton(type) {
|
|||
}
|
||||
$('#context_toggle2').html(template);
|
||||
$('#overlayimg').html(`<img src="img/mch/` + overlaytype + `.png" style="max-width:100%; max-height:100%;"/><span onclick="$('#grblTab').click()" style="position: absolute; top: 3px; right:3px; z-index: 1;" class="fas fa-cogs machineicon" style="text-shadow: 2px 2px 4px #cccccc;"></span>`)
|
||||
};
|
||||
|
||||
function flashGrblfromTroubleshooting() {
|
||||
var data = {
|
||||
port: $("#portUSB").val(),
|
||||
file: $("#flashGrblHex").val(),
|
||||
board: $("#flashGrblController").val()
|
||||
}
|
||||
socket.emit('flashGrbl', data)
|
||||
}
|
||||
};
|
|
@ -0,0 +1,43 @@
|
|||
function flashGrblfromTroubleshooting() {
|
||||
var data = {
|
||||
port: $("#portUSB").val(),
|
||||
file: $("#flashGrblHex").val(),
|
||||
board: $("#flashGrblController").val()
|
||||
}
|
||||
socket.emit('flashGrbl', data)
|
||||
}
|
||||
|
||||
function populateGrblBuilderToolForm() {
|
||||
//$("#filetoflash").empty();
|
||||
Metro.dialog.open("#grblFlashDialog");
|
||||
}
|
||||
|
||||
function flashGrblfromWizard() {
|
||||
var formdata = {
|
||||
axesCount: $("#grblAxesCount").val(),
|
||||
door: $("#grblDoorEnable").val(),
|
||||
flashGrblController: $("#flashGrblController").val(),
|
||||
port: $("#portUSB2").val()
|
||||
};
|
||||
|
||||
$("#filetoflash").html('run file: ' + JSON.stringify(formdata));
|
||||
$("#filetoflash").append("<hr>grbl-" + formdata.axesCount + "-" + formdata.door + ".hex");
|
||||
|
||||
var data = {
|
||||
port: $("#portUSB").val(),
|
||||
file: "grbl-" + formdata.axesCount + "-" + formdata.door + ".hex",
|
||||
board: $("#flashGrblController").val()
|
||||
}
|
||||
socket.emit('flashGrbl', data)
|
||||
}
|
||||
|
||||
|
||||
// grbl-3axes-nodoor.hex
|
||||
// grbl-3axes-opendoor.hex
|
||||
// grbl-3axes-closeddoor.hex
|
||||
// grbl-2axes-nodoor.hex
|
||||
// grbl-2axes-opendoor.hex
|
||||
// grbl-2axes-closeddoor.hex
|
||||
// grbl-servo-nodoor.hex
|
||||
// grbl-servo-opendoor.hex
|
||||
// grbl-servo-closeddoor.hex
|
|
@ -203,13 +203,6 @@ function grblPopulate() {
|
|||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Steps</span>
|
||||
</span>
|
||||
</button>
|
||||
<button title="Fine Tune X-Axis Steps per mm" class="button " type="button" onclick="xstepscalibrate()">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-wrench" data-fa-transform="shrink-2"></i>
|
||||
<span class="fa-layers-text" data-fa-transform="up-16" style="font-weight:600; font-family: Arial; font-size: 10px;">Fine</span>
|
||||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Tune</span>
|
||||
</span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -225,13 +218,6 @@ function grblPopulate() {
|
|||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Steps</span>
|
||||
</span>
|
||||
</button>
|
||||
<button title="Fine Tune Y-Axis Steps per mm" class="button " type="button" onclick="ystepscalibrate()">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-wrench" data-fa-transform="shrink-2"></i>
|
||||
<span class="fa-layers-text" data-fa-transform="up-16" style="font-weight:600; font-family: Arial; font-size: 10px;">Fine</span>
|
||||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Tune</span>
|
||||
</span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -247,13 +233,6 @@ function grblPopulate() {
|
|||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Steps</span>
|
||||
</span>
|
||||
</button>
|
||||
<button title="Fine Tune Z-Axis Steps per mm" class="button " type="button" onclick="zstepscalibrate()">
|
||||
<span class="fa-layers fa-fw">
|
||||
<i class="fas fa-wrench" data-fa-transform="shrink-2"></i>
|
||||
<span class="fa-layers-text" data-fa-transform="up-16" style="font-weight:600; font-family: Arial; font-size: 10px;">Fine</span>
|
||||
<span class="fa-layers-text" data-fa-transform="down-19" style="font-weight:600; font-family: Arial; font-size: 10px;">Tune</span>
|
||||
</span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
|
@ -362,6 +362,7 @@ function keyboardShortcutsEditor() {
|
|||
title: "<i class='far fa-keyboard fa-fw'></i> Customise Keyboard Shortcuts",
|
||||
content: template,
|
||||
width: 600,
|
||||
clsDialog: 'dark',
|
||||
actions: [{
|
||||
caption: "Save and apply",
|
||||
cls: "js-dialog-close success",
|
||||
|
|
|
@ -24,6 +24,8 @@ worker.addEventListener('message', function(e) {
|
|||
resetView();
|
||||
// animate();
|
||||
}, 200);
|
||||
$('#3dviewicon').removeClass('fa-pulse')
|
||||
$('#3dviewlabel').html(' 3D View')
|
||||
}
|
||||
}, false);
|
||||
|
||||
|
@ -34,6 +36,9 @@ function parseGcodeInWebWorker(gcode) {
|
|||
worker.postMessage({
|
||||
'data': gcode
|
||||
});
|
||||
$('#3dviewicon').addClass('fa-pulse')
|
||||
$('#3dviewlabel').html(' 3D View (rendering, please wait...)')
|
||||
|
||||
};
|
||||
|
||||
function simSpeed() {
|
||||
|
|
|
@ -15,15 +15,6 @@ self.addEventListener('message', function(e) {
|
|||
// Updated by PvdW in 2017 - Parse GCODE to find starting temperatures (preheat machine)
|
||||
// Updated by PvdW in 2018 - Webworker Version
|
||||
|
||||
|
||||
var colorG0 = 0x00cc00;
|
||||
var colorG1 = 0xcc0000;
|
||||
var colorG2 = 0x0000cc;
|
||||
var materialg0;
|
||||
var materialg1;
|
||||
var materialg2;
|
||||
var materialg3;
|
||||
|
||||
var smaxvalue = 0;
|
||||
var lastLine = {
|
||||
x: 0,
|
||||
|
@ -98,24 +89,6 @@ function findmaxs(gcode) {
|
|||
}
|
||||
|
||||
function openGCodeFromText(gcode) {
|
||||
|
||||
materialg0 = new THREE.LineBasicMaterial({
|
||||
color: color = new THREE.Color(colorG0),
|
||||
opacity: 0.5,
|
||||
transparent: true
|
||||
});
|
||||
materialg1 = new THREE.LineBasicMaterial({
|
||||
color: color = new THREE.Color(colorG0),
|
||||
opacity: 0.5,
|
||||
transparent: true
|
||||
});
|
||||
materialg2 = new THREE.LineBasicMaterial({
|
||||
color: color = new THREE.Color(colorG0),
|
||||
opacity: 0.5,
|
||||
transparent: true
|
||||
});
|
||||
|
||||
|
||||
smaxvalue = findmaxs(gcode);
|
||||
var object2 = new THREE.Group();
|
||||
// object = new THREE.Group();
|
||||
|
@ -777,18 +750,20 @@ GCodeParser = function(handlers, modecmdhandlers) {
|
|||
|
||||
if (p2.extruding) {
|
||||
// color = 0xff00ff;
|
||||
var material = materialg1
|
||||
} else if (p2.g0) {
|
||||
// color = 0x00ff00;
|
||||
var material = materialg0
|
||||
} else if (p2.g2) {
|
||||
//color = 0x999900;
|
||||
var material = materialg2
|
||||
} else if (p2.arc) {
|
||||
// color = 0x0033ff;
|
||||
var material = materialg2
|
||||
}
|
||||
|
||||
var material = new THREE.LineBasicMaterial({
|
||||
color: color,
|
||||
opacity: 0.5,
|
||||
transparent: true
|
||||
});
|
||||
|
||||
var geometry = new THREE.Geometry();
|
||||
geometry.vertices.push(
|
||||
new THREE.Vector3(p1.x, p1.y, p1.z),
|
||||
|
@ -868,7 +843,7 @@ GCodeParser = function(handlers, modecmdhandlers) {
|
|||
|
||||
// console.log("calculating distance. dist:", dist, "totalDist:", this.totalDist, "feedrate:", args.feedrate, "timeMinsToExecute:", timeMinutes, "totalTime:", this.totalTime, "p1:", p1, "p2:", p2, "args:", args);
|
||||
|
||||
} // End of AddSegment
|
||||
}
|
||||
this.totalDist = 0;
|
||||
this.totalTime = 0;
|
||||
|
||||
|
|
Plik diff jest za duży
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.op-default {
|
||||
background-color: rgba(27, 161, 226, 0.7) !important;
|
||||
background-color: rgba(27, 161, 226, 0.1) !important;
|
||||
}
|
||||
.bg-transparent {
|
||||
background-color: transparent !important;
|
||||
|
@ -116,7 +116,7 @@
|
|||
color: #000000 !important;
|
||||
}
|
||||
.op-black {
|
||||
background-color: rgba(0, 0, 0, 0.7) !important;
|
||||
background-color: rgba(0, 0, 0, 0.1) !important;
|
||||
}
|
||||
.tg-black::before {
|
||||
border-color: #000000;
|
||||
|
@ -186,7 +186,7 @@
|
|||
color: #ffffff !important;
|
||||
}
|
||||
.op-white {
|
||||
background-color: rgba(255, 255, 255, 0.7) !important;
|
||||
background-color: rgba(255, 255, 255, 0.1) !important;
|
||||
}
|
||||
.tg-white::before {
|
||||
border-color: #ffffff;
|
||||
|
@ -256,7 +256,7 @@
|
|||
color: #1d1d1d !important;
|
||||
}
|
||||
.op-dark {
|
||||
background-color: rgba(29, 29, 29, 0.7) !important;
|
||||
background-color: rgba(29, 29, 29, 0.1) !important;
|
||||
}
|
||||
.tg-dark::before {
|
||||
border-color: #1d1d1d;
|
||||
|
@ -326,7 +326,7 @@
|
|||
color: #f8f8f8 !important;
|
||||
}
|
||||
.op-light {
|
||||
background-color: rgba(248, 248, 248, 0.7) !important;
|
||||
background-color: rgba(248, 248, 248, 0.1) !important;
|
||||
}
|
||||
.tg-light::before {
|
||||
border-color: #f8f8f8;
|
||||
|
@ -396,7 +396,7 @@
|
|||
color: #607d8b !important;
|
||||
}
|
||||
.op-grayBlue {
|
||||
background-color: rgba(96, 125, 139, 0.7) !important;
|
||||
background-color: rgba(96, 125, 139, 0.1) !important;
|
||||
}
|
||||
.tg-grayBlue::before {
|
||||
border-color: #607d8b;
|
||||
|
@ -466,7 +466,7 @@
|
|||
color: #f5f5f5 !important;
|
||||
}
|
||||
.op-grayWhite {
|
||||
background-color: rgba(245, 245, 245, 0.7) !important;
|
||||
background-color: rgba(245, 245, 245, 0.1) !important;
|
||||
}
|
||||
.tg-grayWhite::before {
|
||||
border-color: #f5f5f5;
|
||||
|
@ -536,7 +536,7 @@
|
|||
color: #455a64 !important;
|
||||
}
|
||||
.op-grayMouse {
|
||||
background-color: rgba(69, 90, 100, 0.7) !important;
|
||||
background-color: rgba(69, 90, 100, 0.1) !important;
|
||||
}
|
||||
.tg-grayMouse::before {
|
||||
border-color: #455a64;
|
||||
|
@ -606,7 +606,7 @@
|
|||
color: #2ac4f4 !important;
|
||||
}
|
||||
.op-brandColor1 {
|
||||
background-color: rgba(42, 196, 244, 0.7) !important;
|
||||
background-color: rgba(42, 196, 244, 0.1) !important;
|
||||
}
|
||||
.tg-brandColor1::before {
|
||||
border-color: #2ac4f4;
|
||||
|
@ -676,7 +676,7 @@
|
|||
color: #004d6f !important;
|
||||
}
|
||||
.op-brandColor2 {
|
||||
background-color: rgba(0, 77, 111, 0.7) !important;
|
||||
background-color: rgba(0, 77, 111, 0.1) !important;
|
||||
}
|
||||
.tg-brandColor2::before {
|
||||
border-color: #004d6f;
|
||||
|
@ -746,7 +746,7 @@
|
|||
color: #a4c400 !important;
|
||||
}
|
||||
.op-lime {
|
||||
background-color: rgba(164, 196, 0, 0.7) !important;
|
||||
background-color: rgba(164, 196, 0, 0.1) !important;
|
||||
}
|
||||
.tg-lime::before {
|
||||
border-color: #a4c400;
|
||||
|
@ -816,7 +816,7 @@
|
|||
color: #60a917 !important;
|
||||
}
|
||||
.op-green {
|
||||
background-color: rgba(96, 169, 23, 0.7) !important;
|
||||
background-color: rgba(96, 169, 23, 0.1) !important;
|
||||
}
|
||||
.tg-green::before {
|
||||
border-color: #60a917;
|
||||
|
@ -886,7 +886,7 @@
|
|||
color: #008a00 !important;
|
||||
}
|
||||
.op-emerald {
|
||||
background-color: rgba(0, 138, 0, 0.7) !important;
|
||||
background-color: rgba(0, 138, 0, 0.1) !important;
|
||||
}
|
||||
.tg-emerald::before {
|
||||
border-color: #008a00;
|
||||
|
@ -956,7 +956,7 @@
|
|||
color: #00AFF0 !important;
|
||||
}
|
||||
.op-blue {
|
||||
background-color: rgba(0, 175, 240, 0.7) !important;
|
||||
background-color: rgba(0, 175, 240, 0.1) !important;
|
||||
}
|
||||
.tg-blue::before {
|
||||
border-color: #00AFF0;
|
||||
|
@ -1026,7 +1026,7 @@
|
|||
color: #00aba9 !important;
|
||||
}
|
||||
.op-teal {
|
||||
background-color: rgba(0, 171, 169, 0.7) !important;
|
||||
background-color: rgba(0, 171, 169, 0.1) !important;
|
||||
}
|
||||
.tg-teal::before {
|
||||
border-color: #00aba9;
|
||||
|
@ -1096,7 +1096,7 @@
|
|||
color: #1ba1e2 !important;
|
||||
}
|
||||
.op-cyan {
|
||||
background-color: rgba(27, 161, 226, 0.7) !important;
|
||||
background-color: rgba(27, 161, 226, 0.1) !important;
|
||||
}
|
||||
.tg-cyan::before {
|
||||
border-color: #1ba1e2;
|
||||
|
@ -1166,7 +1166,7 @@
|
|||
color: #0050ef !important;
|
||||
}
|
||||
.op-cobalt {
|
||||
background-color: rgba(0, 80, 239, 0.7) !important;
|
||||
background-color: rgba(0, 80, 239, 0.1) !important;
|
||||
}
|
||||
.tg-cobalt::before {
|
||||
border-color: #0050ef;
|
||||
|
@ -1236,7 +1236,7 @@
|
|||
color: #6a00ff !important;
|
||||
}
|
||||
.op-indigo {
|
||||
background-color: rgba(106, 0, 255, 0.7) !important;
|
||||
background-color: rgba(106, 0, 255, 0.1) !important;
|
||||
}
|
||||
.tg-indigo::before {
|
||||
border-color: #6a00ff;
|
||||
|
@ -1306,7 +1306,7 @@
|
|||
color: #aa00ff !important;
|
||||
}
|
||||
.op-violet {
|
||||
background-color: rgba(170, 0, 255, 0.7) !important;
|
||||
background-color: rgba(170, 0, 255, 0.1) !important;
|
||||
}
|
||||
.tg-violet::before {
|
||||
border-color: #aa00ff;
|
||||
|
@ -1376,7 +1376,7 @@
|
|||
color: #dc4fad !important;
|
||||
}
|
||||
.op-pink {
|
||||
background-color: rgba(220, 79, 173, 0.7) !important;
|
||||
background-color: rgba(220, 79, 173, 0.1) !important;
|
||||
}
|
||||
.tg-pink::before {
|
||||
border-color: #dc4fad;
|
||||
|
@ -1446,7 +1446,7 @@
|
|||
color: #d80073 !important;
|
||||
}
|
||||
.op-magenta {
|
||||
background-color: rgba(216, 0, 115, 0.7) !important;
|
||||
background-color: rgba(216, 0, 115, 0.1) !important;
|
||||
}
|
||||
.tg-magenta::before {
|
||||
border-color: #d80073;
|
||||
|
@ -1516,7 +1516,7 @@
|
|||
color: #a20025 !important;
|
||||
}
|
||||
.op-crimson {
|
||||
background-color: rgba(162, 0, 37, 0.7) !important;
|
||||
background-color: rgba(162, 0, 37, 0.1) !important;
|
||||
}
|
||||
.tg-crimson::before {
|
||||
border-color: #a20025;
|
||||
|
@ -1586,7 +1586,7 @@
|
|||
color: #CE352C !important;
|
||||
}
|
||||
.op-red {
|
||||
background-color: rgba(206, 53, 44, 0.7) !important;
|
||||
background-color: rgba(206, 53, 44, 0.1) !important;
|
||||
}
|
||||
.tg-red::before {
|
||||
border-color: #CE352C;
|
||||
|
@ -1656,7 +1656,7 @@
|
|||
color: #fa6800 !important;
|
||||
}
|
||||
.op-orange {
|
||||
background-color: rgba(250, 104, 0, 0.7) !important;
|
||||
background-color: rgba(250, 104, 0, 0.1) !important;
|
||||
}
|
||||
.tg-orange::before {
|
||||
border-color: #fa6800;
|
||||
|
@ -1726,7 +1726,7 @@
|
|||
color: #f0a30a !important;
|
||||
}
|
||||
.op-amber {
|
||||
background-color: rgba(240, 163, 10, 0.7) !important;
|
||||
background-color: rgba(240, 163, 10, 0.1) !important;
|
||||
}
|
||||
.tg-amber::before {
|
||||
border-color: #f0a30a;
|
||||
|
@ -1796,7 +1796,7 @@
|
|||
color: #fff000 !important;
|
||||
}
|
||||
.op-yellow {
|
||||
background-color: rgba(255, 240, 0, 0.7) !important;
|
||||
background-color: rgba(255, 240, 0, 0.1) !important;
|
||||
}
|
||||
.tg-yellow::before {
|
||||
border-color: #fff000;
|
||||
|
@ -1866,7 +1866,7 @@
|
|||
color: #825a2c !important;
|
||||
}
|
||||
.op-brown {
|
||||
background-color: rgba(130, 90, 44, 0.7) !important;
|
||||
background-color: rgba(130, 90, 44, 0.1) !important;
|
||||
}
|
||||
.tg-brown::before {
|
||||
border-color: #825a2c;
|
||||
|
@ -1936,7 +1936,7 @@
|
|||
color: #6d8764 !important;
|
||||
}
|
||||
.op-olive {
|
||||
background-color: rgba(109, 135, 100, 0.7) !important;
|
||||
background-color: rgba(109, 135, 100, 0.1) !important;
|
||||
}
|
||||
.tg-olive::before {
|
||||
border-color: #6d8764;
|
||||
|
@ -2006,7 +2006,7 @@
|
|||
color: #647687 !important;
|
||||
}
|
||||
.op-steel {
|
||||
background-color: rgba(100, 118, 135, 0.7) !important;
|
||||
background-color: rgba(100, 118, 135, 0.1) !important;
|
||||
}
|
||||
.tg-steel::before {
|
||||
border-color: #647687;
|
||||
|
@ -2076,7 +2076,7 @@
|
|||
color: #76608a !important;
|
||||
}
|
||||
.op-mauve {
|
||||
background-color: rgba(118, 96, 138, 0.7) !important;
|
||||
background-color: rgba(118, 96, 138, 0.1) !important;
|
||||
}
|
||||
.tg-mauve::before {
|
||||
border-color: #76608a;
|
||||
|
@ -2146,7 +2146,7 @@
|
|||
color: #87794e !important;
|
||||
}
|
||||
.op-taupe {
|
||||
background-color: rgba(135, 121, 78, 0.7) !important;
|
||||
background-color: rgba(135, 121, 78, 0.1) !important;
|
||||
}
|
||||
.tg-taupe::before {
|
||||
border-color: #87794e;
|
||||
|
@ -2216,7 +2216,7 @@
|
|||
color: #bebebe !important;
|
||||
}
|
||||
.op-gray {
|
||||
background-color: rgba(190, 190, 190, 0.7) !important;
|
||||
background-color: rgba(190, 190, 190, 0.1) !important;
|
||||
}
|
||||
.tg-gray::before {
|
||||
border-color: #bebebe;
|
||||
|
@ -2286,7 +2286,7 @@
|
|||
color: #d8ff12 !important;
|
||||
}
|
||||
.op-lightLime {
|
||||
background-color: rgba(216, 255, 18, 0.7) !important;
|
||||
background-color: rgba(216, 255, 18, 0.1) !important;
|
||||
}
|
||||
.tg-lightLime::before {
|
||||
border-color: #d8ff12;
|
||||
|
@ -2356,7 +2356,7 @@
|
|||
color: #86e22a !important;
|
||||
}
|
||||
.op-lightGreen {
|
||||
background-color: rgba(134, 226, 42, 0.7) !important;
|
||||
background-color: rgba(134, 226, 42, 0.1) !important;
|
||||
}
|
||||
.tg-lightGreen::before {
|
||||
border-color: #86e22a;
|
||||
|
@ -2426,7 +2426,7 @@
|
|||
color: #00d600 !important;
|
||||
}
|
||||
.op-lightEmerald {
|
||||
background-color: rgba(0, 214, 0, 0.7) !important;
|
||||
background-color: rgba(0, 214, 0, 0.1) !important;
|
||||
}
|
||||
.tg-lightEmerald::before {
|
||||
border-color: #00d600;
|
||||
|
@ -2496,7 +2496,7 @@
|
|||
color: #3ecbff !important;
|
||||
}
|
||||
.op-lightBlue {
|
||||
background-color: rgba(62, 203, 255, 0.7) !important;
|
||||
background-color: rgba(62, 203, 255, 0.1) !important;
|
||||
}
|
||||
.tg-lightBlue::before {
|
||||
border-color: #3ecbff;
|
||||
|
@ -2566,7 +2566,7 @@
|
|||
color: #00f7f5 !important;
|
||||
}
|
||||
.op-lightTeal {
|
||||
background-color: rgba(0, 247, 245, 0.7) !important;
|
||||
background-color: rgba(0, 247, 245, 0.1) !important;
|
||||
}
|
||||
.tg-lightTeal::before {
|
||||
border-color: #00f7f5;
|
||||
|
@ -2636,7 +2636,7 @@
|
|||
color: #5ebdec !important;
|
||||
}
|
||||
.op-lightCyan {
|
||||
background-color: rgba(94, 189, 236, 0.7) !important;
|
||||
background-color: rgba(94, 189, 236, 0.1) !important;
|
||||
}
|
||||
.tg-lightCyan::before {
|
||||
border-color: #5ebdec;
|
||||
|
@ -2706,7 +2706,7 @@
|
|||
color: #3d7eff !important;
|
||||
}
|
||||
.op-lightCobalt {
|
||||
background-color: rgba(61, 126, 255, 0.7) !important;
|
||||
background-color: rgba(61, 126, 255, 0.1) !important;
|
||||
}
|
||||
.tg-lightCobalt::before {
|
||||
border-color: #3d7eff;
|
||||
|
@ -2776,7 +2776,7 @@
|
|||
color: #974dff !important;
|
||||
}
|
||||
.op-lightIndigo {
|
||||
background-color: rgba(151, 77, 255, 0.7) !important;
|
||||
background-color: rgba(151, 77, 255, 0.1) !important;
|
||||
}
|
||||
.tg-lightIndigo::before {
|
||||
border-color: #974dff;
|
||||
|
@ -2846,7 +2846,7 @@
|
|||
color: #c44dff !important;
|
||||
}
|
||||
.op-lightViolet {
|
||||
background-color: rgba(196, 77, 255, 0.7) !important;
|
||||
background-color: rgba(196, 77, 255, 0.1) !important;
|
||||
}
|
||||
.tg-lightViolet::before {
|
||||
border-color: #c44dff;
|
||||
|
@ -2916,7 +2916,7 @@
|
|||
color: #e98fcb !important;
|
||||
}
|
||||
.op-lightPink {
|
||||
background-color: rgba(233, 143, 203, 0.7) !important;
|
||||
background-color: rgba(233, 143, 203, 0.1) !important;
|
||||
}
|
||||
.tg-lightPink::before {
|
||||
border-color: #e98fcb;
|
||||
|
@ -2986,7 +2986,7 @@
|
|||
color: #ff2599 !important;
|
||||
}
|
||||
.op-lightMagenta {
|
||||
background-color: rgba(255, 37, 153, 0.7) !important;
|
||||
background-color: rgba(255, 37, 153, 0.1) !important;
|
||||
}
|
||||
.tg-lightMagenta::before {
|
||||
border-color: #ff2599;
|
||||
|
@ -3056,7 +3056,7 @@
|
|||
color: #ef0036 !important;
|
||||
}
|
||||
.op-lightCrimson {
|
||||
background-color: rgba(239, 0, 54, 0.7) !important;
|
||||
background-color: rgba(239, 0, 54, 0.1) !important;
|
||||
}
|
||||
.tg-lightCrimson::before {
|
||||
border-color: #ef0036;
|
||||
|
@ -3126,7 +3126,7 @@
|
|||
color: #df6e68 !important;
|
||||
}
|
||||
.op-lightRed {
|
||||
background-color: rgba(223, 110, 104, 0.7) !important;
|
||||
background-color: rgba(223, 110, 104, 0.1) !important;
|
||||
}
|
||||
.tg-lightRed::before {
|
||||
border-color: #df6e68;
|
||||
|
@ -3196,7 +3196,7 @@
|
|||
color: #ff9447 !important;
|
||||
}
|
||||
.op-lightOrange {
|
||||
background-color: rgba(255, 148, 71, 0.7) !important;
|
||||
background-color: rgba(255, 148, 71, 0.1) !important;
|
||||
}
|
||||
.tg-lightOrange::before {
|
||||
border-color: #ff9447;
|
||||
|
@ -3266,7 +3266,7 @@
|
|||
color: #f8bf4f !important;
|
||||
}
|
||||
.op-lightAmber {
|
||||
background-color: rgba(248, 191, 79, 0.7) !important;
|
||||
background-color: rgba(248, 191, 79, 0.1) !important;
|
||||
}
|
||||
.tg-lightAmber::before {
|
||||
border-color: #f8bf4f;
|
||||
|
@ -3336,7 +3336,7 @@
|
|||
color: #fff44d !important;
|
||||
}
|
||||
.op-lightYellow {
|
||||
background-color: rgba(255, 244, 77, 0.7) !important;
|
||||
background-color: rgba(255, 244, 77, 0.1) !important;
|
||||
}
|
||||
.tg-lightYellow::before {
|
||||
border-color: #fff44d;
|
||||
|
@ -3406,7 +3406,7 @@
|
|||
color: #bb823f !important;
|
||||
}
|
||||
.op-lightBrown {
|
||||
background-color: rgba(187, 130, 63, 0.7) !important;
|
||||
background-color: rgba(187, 130, 63, 0.1) !important;
|
||||
}
|
||||
.tg-lightBrown::before {
|
||||
border-color: #bb823f;
|
||||
|
@ -3476,7 +3476,7 @@
|
|||
color: #95ab8d !important;
|
||||
}
|
||||
.op-lightOlive {
|
||||
background-color: rgba(149, 171, 141, 0.7) !important;
|
||||
background-color: rgba(149, 171, 141, 0.1) !important;
|
||||
}
|
||||
.tg-lightOlive::before {
|
||||
border-color: #95ab8d;
|
||||
|
@ -3546,7 +3546,7 @@
|
|||
color: #8d9cab !important;
|
||||
}
|
||||
.op-lightSteel {
|
||||
background-color: rgba(141, 156, 171, 0.7) !important;
|
||||
background-color: rgba(141, 156, 171, 0.1) !important;
|
||||
}
|
||||
.tg-lightSteel::before {
|
||||
border-color: #8d9cab;
|
||||
|
@ -3616,7 +3616,7 @@
|
|||
color: #9c89ad !important;
|
||||
}
|
||||
.op-lightMauve {
|
||||
background-color: rgba(156, 137, 173, 0.7) !important;
|
||||
background-color: rgba(156, 137, 173, 0.1) !important;
|
||||
}
|
||||
.tg-lightMauve::before {
|
||||
border-color: #9c89ad;
|
||||
|
@ -3686,7 +3686,7 @@
|
|||
color: #aea073 !important;
|
||||
}
|
||||
.op-lightTaupe {
|
||||
background-color: rgba(174, 160, 115, 0.7) !important;
|
||||
background-color: rgba(174, 160, 115, 0.1) !important;
|
||||
}
|
||||
.tg-lightTaupe::before {
|
||||
border-color: #aea073;
|
||||
|
@ -3756,7 +3756,7 @@
|
|||
color: #e4e4e4 !important;
|
||||
}
|
||||
.op-lightGray {
|
||||
background-color: rgba(228, 228, 228, 0.7) !important;
|
||||
background-color: rgba(228, 228, 228, 0.1) !important;
|
||||
}
|
||||
.tg-lightGray::before {
|
||||
border-color: #e4e4e4;
|
||||
|
@ -3826,7 +3826,7 @@
|
|||
color: #8aa2ae !important;
|
||||
}
|
||||
.op-lightGrayBlue {
|
||||
background-color: rgba(138, 162, 174, 0.7) !important;
|
||||
background-color: rgba(138, 162, 174, 0.1) !important;
|
||||
}
|
||||
.tg-lightGrayBlue::before {
|
||||
border-color: #8aa2ae;
|
||||
|
@ -3896,7 +3896,7 @@
|
|||
color: #647800 !important;
|
||||
}
|
||||
.op-darkLime {
|
||||
background-color: rgba(100, 120, 0, 0.7) !important;
|
||||
background-color: rgba(100, 120, 0, 0.1) !important;
|
||||
}
|
||||
.tg-darkLime::before {
|
||||
border-color: #647800;
|
||||
|
@ -3966,7 +3966,7 @@
|
|||
color: #3a660e !important;
|
||||
}
|
||||
.op-darkGreen {
|
||||
background-color: rgba(58, 102, 14, 0.7) !important;
|
||||
background-color: rgba(58, 102, 14, 0.1) !important;
|
||||
}
|
||||
.tg-darkGreen::before {
|
||||
border-color: #3a660e;
|
||||
|
@ -4036,7 +4036,7 @@
|
|||
color: #003d00 !important;
|
||||
}
|
||||
.op-darkEmerald {
|
||||
background-color: rgba(0, 61, 0, 0.7) !important;
|
||||
background-color: rgba(0, 61, 0, 0.1) !important;
|
||||
}
|
||||
.tg-darkEmerald::before {
|
||||
border-color: #003d00;
|
||||
|
@ -4106,7 +4106,7 @@
|
|||
color: #0077a3 !important;
|
||||
}
|
||||
.op-darkBlue {
|
||||
background-color: rgba(0, 119, 163, 0.7) !important;
|
||||
background-color: rgba(0, 119, 163, 0.1) !important;
|
||||
}
|
||||
.tg-darkBlue::before {
|
||||
border-color: #0077a3;
|
||||
|
@ -4176,7 +4176,7 @@
|
|||
color: #005e5d !important;
|
||||
}
|
||||
.op-darkTeal {
|
||||
background-color: rgba(0, 94, 93, 0.7) !important;
|
||||
background-color: rgba(0, 94, 93, 0.1) !important;
|
||||
}
|
||||
.tg-darkTeal::before {
|
||||
border-color: #005e5d;
|
||||
|
@ -4246,7 +4246,7 @@
|
|||
color: #13709e !important;
|
||||
}
|
||||
.op-darkCyan {
|
||||
background-color: rgba(19, 112, 158, 0.7) !important;
|
||||
background-color: rgba(19, 112, 158, 0.1) !important;
|
||||
}
|
||||
.tg-darkCyan::before {
|
||||
border-color: #13709e;
|
||||
|
@ -4316,7 +4316,7 @@
|
|||
color: #0036a3 !important;
|
||||
}
|
||||
.op-darkCobalt {
|
||||
background-color: rgba(0, 54, 163, 0.7) !important;
|
||||
background-color: rgba(0, 54, 163, 0.1) !important;
|
||||
}
|
||||
.tg-darkCobalt::before {
|
||||
border-color: #0036a3;
|
||||
|
@ -4386,7 +4386,7 @@
|
|||
color: #4a00b3 !important;
|
||||
}
|
||||
.op-darkIndigo {
|
||||
background-color: rgba(74, 0, 179, 0.7) !important;
|
||||
background-color: rgba(74, 0, 179, 0.1) !important;
|
||||
}
|
||||
.tg-darkIndigo::before {
|
||||
border-color: #4a00b3;
|
||||
|
@ -4456,7 +4456,7 @@
|
|||
color: #7700b3 !important;
|
||||
}
|
||||
.op-darkViolet {
|
||||
background-color: rgba(119, 0, 179, 0.7) !important;
|
||||
background-color: rgba(119, 0, 179, 0.1) !important;
|
||||
}
|
||||
.tg-darkViolet::before {
|
||||
border-color: #7700b3;
|
||||
|
@ -4526,7 +4526,7 @@
|
|||
color: #ba2588 !important;
|
||||
}
|
||||
.op-darkPink {
|
||||
background-color: rgba(186, 37, 136, 0.7) !important;
|
||||
background-color: rgba(186, 37, 136, 0.1) !important;
|
||||
}
|
||||
.tg-darkPink::before {
|
||||
border-color: #ba2588;
|
||||
|
@ -4596,7 +4596,7 @@
|
|||
color: #8c004a !important;
|
||||
}
|
||||
.op-darkMagenta {
|
||||
background-color: rgba(140, 0, 74, 0.7) !important;
|
||||
background-color: rgba(140, 0, 74, 0.1) !important;
|
||||
}
|
||||
.tg-darkMagenta::before {
|
||||
border-color: #8c004a;
|
||||
|
@ -4666,7 +4666,7 @@
|
|||
color: #560014 !important;
|
||||
}
|
||||
.op-darkCrimson {
|
||||
background-color: rgba(86, 0, 20, 0.7) !important;
|
||||
background-color: rgba(86, 0, 20, 0.1) !important;
|
||||
}
|
||||
.tg-darkCrimson::before {
|
||||
border-color: #560014;
|
||||
|
@ -4736,7 +4736,7 @@
|
|||
color: #8f251f !important;
|
||||
}
|
||||
.op-darkRed {
|
||||
background-color: rgba(143, 37, 31, 0.7) !important;
|
||||
background-color: rgba(143, 37, 31, 0.1) !important;
|
||||
}
|
||||
.tg-darkRed::before {
|
||||
border-color: #8f251f;
|
||||
|
@ -4806,7 +4806,7 @@
|
|||
color: #ae4800 !important;
|
||||
}
|
||||
.op-darkOrange {
|
||||
background-color: rgba(174, 72, 0, 0.7) !important;
|
||||
background-color: rgba(174, 72, 0, 0.1) !important;
|
||||
}
|
||||
.tg-darkOrange::before {
|
||||
border-color: #ae4800;
|
||||
|
@ -4876,7 +4876,7 @@
|
|||
color: #a77107 !important;
|
||||
}
|
||||
.op-darkAmber {
|
||||
background-color: rgba(167, 113, 7, 0.7) !important;
|
||||
background-color: rgba(167, 113, 7, 0.1) !important;
|
||||
}
|
||||
.tg-darkAmber::before {
|
||||
border-color: #a77107;
|
||||
|
@ -4946,7 +4946,7 @@
|
|||
color: #b3a800 !important;
|
||||
}
|
||||
.op-darkYellow {
|
||||
background-color: rgba(179, 168, 0, 0.7) !important;
|
||||
background-color: rgba(179, 168, 0, 0.1) !important;
|
||||
}
|
||||
.tg-darkYellow::before {
|
||||
border-color: #b3a800;
|
||||
|
@ -5016,7 +5016,7 @@
|
|||
color: #493219 !important;
|
||||
}
|
||||
.op-darkBrown {
|
||||
background-color: rgba(73, 50, 25, 0.7) !important;
|
||||
background-color: rgba(73, 50, 25, 0.1) !important;
|
||||
}
|
||||
.tg-darkBrown::before {
|
||||
border-color: #493219;
|
||||
|
@ -5086,7 +5086,7 @@
|
|||
color: #4a5b43 !important;
|
||||
}
|
||||
.op-darkOlive {
|
||||
background-color: rgba(74, 91, 67, 0.7) !important;
|
||||
background-color: rgba(74, 91, 67, 0.1) !important;
|
||||
}
|
||||
.tg-darkOlive::before {
|
||||
border-color: #4a5b43;
|
||||
|
@ -5156,7 +5156,7 @@
|
|||
color: #43505b !important;
|
||||
}
|
||||
.op-darkSteel {
|
||||
background-color: rgba(67, 80, 91, 0.7) !important;
|
||||
background-color: rgba(67, 80, 91, 0.1) !important;
|
||||
}
|
||||
.tg-darkSteel::before {
|
||||
border-color: #43505b;
|
||||
|
@ -5226,7 +5226,7 @@
|
|||
color: #4f415d !important;
|
||||
}
|
||||
.op-darkMauve {
|
||||
background-color: rgba(79, 65, 93, 0.7) !important;
|
||||
background-color: rgba(79, 65, 93, 0.1) !important;
|
||||
}
|
||||
.tg-darkMauve::before {
|
||||
border-color: #4f415d;
|
||||
|
@ -5296,7 +5296,7 @@
|
|||
color: #574e32 !important;
|
||||
}
|
||||
.op-darkTaupe {
|
||||
background-color: rgba(87, 78, 50, 0.7) !important;
|
||||
background-color: rgba(87, 78, 50, 0.1) !important;
|
||||
}
|
||||
.tg-darkTaupe::before {
|
||||
border-color: #574e32;
|
||||
|
@ -5366,7 +5366,7 @@
|
|||
color: #989898 !important;
|
||||
}
|
||||
.op-darkGray {
|
||||
background-color: rgba(152, 152, 152, 0.7) !important;
|
||||
background-color: rgba(152, 152, 152, 0.1) !important;
|
||||
}
|
||||
.tg-darkGray::before {
|
||||
border-color: #989898;
|
||||
|
@ -5436,7 +5436,7 @@
|
|||
color: #41545e !important;
|
||||
}
|
||||
.op-darkGrayBlue {
|
||||
background-color: rgba(65, 84, 94, 0.7) !important;
|
||||
background-color: rgba(65, 84, 94, 0.1) !important;
|
||||
}
|
||||
.tg-darkGrayBlue::before {
|
||||
border-color: #41545e;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
@font-face {
|
||||
|
@ -51,6 +51,9 @@
|
|||
.mif-10x {
|
||||
font-size: 5.5em;
|
||||
}
|
||||
.mif-ac_unit:before {
|
||||
content: "\eb3b";
|
||||
}
|
||||
.mif-accessible:before {
|
||||
content: "\e916";
|
||||
}
|
||||
|
@ -69,6 +72,18 @@
|
|||
.mif-arrow-drop-up:before {
|
||||
content: "\e5c7";
|
||||
}
|
||||
.mif-assignment:before {
|
||||
content: "\e85d";
|
||||
}
|
||||
.mif-backspace1:before {
|
||||
content: "\e14a";
|
||||
}
|
||||
.mif-beenhere:before {
|
||||
content: "\e52d";
|
||||
}
|
||||
.mif-cake:before {
|
||||
content: "\e7e9";
|
||||
}
|
||||
.mif-photo-camera:before {
|
||||
content: "\e412";
|
||||
}
|
||||
|
@ -93,9 +108,18 @@
|
|||
.mif-comment:before {
|
||||
content: "\e0b9";
|
||||
}
|
||||
.mif-developer_board:before {
|
||||
content: "\e30d";
|
||||
}
|
||||
.mif-devices:before {
|
||||
content: "\e337";
|
||||
}
|
||||
.mif-done:before {
|
||||
content: "\e876";
|
||||
}
|
||||
.mif-done_all:before {
|
||||
content: "\e877";
|
||||
}
|
||||
.mif-flash-auto:before {
|
||||
content: "\e3e5";
|
||||
}
|
||||
|
@ -120,6 +144,9 @@
|
|||
.mif-import-export:before {
|
||||
content: "\e0c3";
|
||||
}
|
||||
.mif-inbox:before {
|
||||
content: "\e156";
|
||||
}
|
||||
.mif-backspace:before {
|
||||
content: "\e317";
|
||||
}
|
||||
|
@ -135,6 +162,9 @@
|
|||
.mif-room:before {
|
||||
content: "\e8b4";
|
||||
}
|
||||
.mif-move_to_inbox:before {
|
||||
content: "\e168";
|
||||
}
|
||||
.mif-navigation:before {
|
||||
content: "\e55d";
|
||||
}
|
||||
|
@ -168,12 +198,30 @@
|
|||
.mif-present-all:before {
|
||||
content: "\e0df";
|
||||
}
|
||||
.mif-record_voice_over:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.mif-refresh:before {
|
||||
content: "\e5d5";
|
||||
}
|
||||
.mif-replay:before {
|
||||
content: "\e042";
|
||||
}
|
||||
.mif-reply:before {
|
||||
content: "\e15e";
|
||||
}
|
||||
.mif-reply_all:before {
|
||||
content: "\e15f";
|
||||
}
|
||||
.mif-lock-rotation:before {
|
||||
content: "\e1c0";
|
||||
}
|
||||
.mif-rotation:before {
|
||||
content: "\e1c1";
|
||||
}
|
||||
.mif-cell-on:before {
|
||||
content: "\e1c8";
|
||||
}
|
||||
.mif-cell-no-internet:before {
|
||||
content: "\e1cd";
|
||||
}
|
||||
|
@ -192,6 +240,9 @@
|
|||
.mif-verified:before {
|
||||
content: "\e8e8";
|
||||
}
|
||||
.mif-watch:before {
|
||||
content: "\e334";
|
||||
}
|
||||
.mif-add-shopping-cart:before {
|
||||
content: "\e854";
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.accordion.rtl.material > .frame > .heading,
|
||||
|
|
Plik diff jest za duży
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.bg-scheme {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.bg-scheme {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.bg-scheme {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.bg-scheme {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.bg-scheme {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.sorting,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Metro 4 Components Library v4.2.39 (https://metroui.org.ua)
|
||||
* Copyright 2019 Sergey Pimenov
|
||||
* Metro 4 Components Library v4.2.42 (https://metroui.org.ua)
|
||||
* Copyright 2012-2019 Sergey Pimenov
|
||||
* Licensed under MIT
|
||||
*/
|
||||
.select2-container .selection .select2-selection--single {
|
||||
|
|
Plik diff jest za duży
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,7 @@
|
|||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="equalizer2" d="M682 554.667h172v-470h-172v470zM170 84.667v342h172v-342h-172zM426 84.667v684h172v-684h-172z" />
|
||||
<glyph unicode="" glyph-name="replay" d="M512 724.667c188 0 342-152 342-340s-154-342-342-342-342 154-342 342h86c0-142 114-256 256-256s256 114 256 256-114 256-256 256v-172l-214 214 214 214v-172z" />
|
||||
<glyph unicode="" glyph-name="featured-play-list" d="M512 640.667v84h-384v-84h384zM512 468.667v86h-384v-86h384zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-768c-46 0-86 40-86 86v596c0 46 40 86 86 86h768z" />
|
||||
<glyph unicode="" glyph-name="featured-video" d="M512 426.667v298h-384v-298h384zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-768c-46 0-86 40-86 86v596c0 46 40 86 86 86h768z" />
|
||||
<glyph unicode="" glyph-name="note" d="M640 704.667v-236h234zM938 512.667v-342c0-46-38-84-84-84l-684-2c-46 0-84 40-84 86v512c0 46 38 86 84 86h512z" />
|
||||
|
@ -24,10 +25,16 @@
|
|||
<glyph unicode="" glyph-name="present-all" d="M426 426.667h-84l170 170 170-170h-84v-170h-172v170zM896 126.667v600h-768v-600h768zM896 810.667c48 0 86-38 86-86v-596c0-48-38-86-86-86h-768c-48 0-86 38-86 86v596c0 48 38 86 86 86h768z" />
|
||||
<glyph unicode="" glyph-name="import-contacts" d="M896 148.667v492c-46 14-98 20-150 20-72 0-176-28-234-64v-490c58 36 162 64 234 64 52 0 104-8 150-22zM746 746.667c88.409 0 181.498-22.075 236-64v-622c0-10-12-22-22-22-4 0-6 0-10 2-60 32-134 44-204 44-72 0-176-28-234-64-62 46-150 64-234 64-62 0-146-18-204-46-4 0-6-2-10-2-10 0-22 10-22 20v626c62 46 152 64 236 64s172-18 234-64c62 46 150 64 234 64z" />
|
||||
<glyph unicode="" glyph-name="add" d="M810 384.667h-256v-256h-84v256h-256v84h256v256h84v-256h256v-84z" />
|
||||
<glyph unicode="" glyph-name="backspace1" d="M810 272.667l-152 154 152 154-60 60-152-154-154 154-60-60 154-154-154-154 60-60 154 154 152-154zM938 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-640c-30 0-52 16-68 38l-230 346 230 346c16 22 38 38 68 38h640z" />
|
||||
<glyph unicode="" glyph-name="inbox" d="M810 298.667v426h-598v-426h172c0-70 58-128 128-128s128 58 128 128h170zM810 810.667c46 0 86-38 86-86v-596c0-46-40-86-86-86h-598c-48 0-84 40-84 86v596c0 48 36 86 84 86h598z" />
|
||||
<glyph unicode="" glyph-name="reply" d="M426 554.667c298-42 428-256 470-470-106 150-256 218-470 218v-174l-298 298 298 298v-170z" />
|
||||
<glyph unicode="" glyph-name="reply_all" d="M554 554.667c298-42 428-256 470-470-106 150-256 218-470 218v-174l-298 298 298 298v-170zM298 596.667l-170-170 170-170v-128l-298 298 298 298v-128z" />
|
||||
<glyph unicode="" glyph-name="move_to_inbox" d="M682 512.667l-170-172-170 172h84v128h172v-128h84zM810 298.667v426h-598v-426h172c0-70 58-128 128-128s128 58 128 128h170zM810 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-598c-48 0-84 40-84 86v596c0 46 36 86 84 86h598z" />
|
||||
<glyph unicode="" glyph-name="network-cell" d="M938 0.667h-852l852 852v-852z" />
|
||||
<glyph unicode="" glyph-name="network-wifi" d="M872.5 471.839c0.568-0.445 1.068-0.837 1.5-1.172l-362-448-362 448c0.431 0.335 0.931 0.727 1.5 1.172l-135.5 168.828c20 14 210 170 496 170s476-156 496-170z" />
|
||||
<glyph unicode="" glyph-name="lock-rotation" d="M716 832.667v-22h146v22c0 40-32 72-72 72s-74-32-74-72zM682 554.667c-24 0-42 18-42 42v172c0 24 18 42 42 42v22c0 58 50 106 108 106s106-48 106-106v-22c24 0 42-18 42-42v-172c0-24-18-42-42-42h-214zM362 64.667l56 56 162-162-28-2c-268 0-488 208-510 470h64c16-160 116-296 256-362zM992 394.667c26-24 26-66 0-92l-272-270c-24-26-64-26-90 0l-512 512c-26 24-26 64 0 90l270 272c24 26 66 26 92 0l104-104-60-60-90 88-242-240 484-484 240 242-94 94 60 60z" />
|
||||
<glyph unicode="" glyph-name="rotation" d="M320 22.667l58 56 162-162-28-2c-268 0-488 208-510 470h64c16-160 114-296 254-362zM632 34.667l272 272-512 512-272-272zM436 864.667l514-514c26-24 26-64 0-90l-272-272c-24-26-64-26-90 0l-514 514c-26 24-26 64 0 90l272 272c24 26 64 26 90 0zM704 830.667l-58-56-162 162 28 2c268 0 488-208 510-470h-64c-16 160-114 296-254 362z" />
|
||||
<glyph unicode="" glyph-name="cell-on" d="M86 0.667l852 852v-852h-852z" />
|
||||
<glyph unicode="" glyph-name="cell-no-internet" d="M86 0.667l852 852v-256h-170v-596h-682zM854 0.667v84h84v-84h-84zM854 170.667v342h84v-342h-84z" />
|
||||
<glyph unicode="" glyph-name="cell-null" d="M938 852.667v-852h-852zM854 646.667l-562-562h562v562z" />
|
||||
<glyph unicode="" glyph-name="cell-off" d="M204 746.667l734-736-54-54-84 86h-758l378 378-270 272zM896 896.667v-734l-366 366z" />
|
||||
|
@ -40,9 +47,11 @@
|
|||
<glyph unicode="" glyph-name="create-new-folder" d="M810 340.667v86h-128v128h-84v-128h-128v-86h128v-128h84v128h128zM854 682.667c48 0 84-38 84-86v-426c0-48-36-86-84-86h-684c-48 0-84 38-84 86v512c0 48 36 86 84 86h256l86-86h342z" />
|
||||
<glyph unicode="" glyph-name="cast" d="M42 512.667c258 0 470-210 470-470h-86c0 212-172 384-384 384v86zM42 340.667c166 0 300-132 300-298h-86c0 118-96 214-214 214v84zM42 170.667c70 0 128-58 128-128h-128v128zM896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-298v86h298v596h-768v-128h-86v128c0 46 40 86 86 86h768z" />
|
||||
<glyph unicode="" glyph-name="cast-connected" d="M896 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-298v86h298v596h-768v-128h-86v128c0 46 40 86 86 86h768zM42 512.667c258 0 470-210 470-470h-86c0 212-172 384-384 384v86zM810 640.667v-428h-240c-54 168-188 304-356 358v70h596zM42 340.667c166 0 300-132 300-298h-86c0 118-96 214-214 214v84zM42 170.667c70 0 128-58 128-128h-128v128z" />
|
||||
<glyph unicode="" glyph-name="developer_board" d="M512 468.667h170v-256h-170v256zM256 640.667h214v-214h-214v214zM512 640.667h170v-128h-170v128zM256 384.667h214v-172h-214v172zM768 128.667v596h-598v-596h598zM938 554.667h-84v-86h84v-84h-84v-86h84v-86h-84v-84c0-46-40-86-86-86h-598c-46 0-84 40-84 86v596c0 46 38 86 84 86h598c46 0 86-40 86-86v-84h84v-86z" />
|
||||
<glyph unicode="" glyph-name="backspace" d="M896 468.667v-84h-604l152-154-60-60-256 256 256 256 60-60-152-154h604z" />
|
||||
<glyph unicode="" glyph-name="keyboard-hide" d="M512-43.333l-170 172h340zM810 596.667v86h-84v-86h84zM810 468.667v86h-84v-86h84zM682 596.667v86h-84v-86h84zM682 468.667v86h-84v-86h84zM682 298.667v86h-340v-86h340zM298 596.667v86h-84v-86h84zM298 468.667v86h-84v-86h84zM342 554.667v-86h84v86h-84zM342 682.667v-86h84v86h-84zM470 554.667v-86h84v86h-84zM470 682.667v-86h84v86h-84zM854 810.667c46 0 84-40 84-86v-426c0-46-38-86-84-86h-684c-46 0-84 40-84 86v426c0 46 38 86 84 86h684z" />
|
||||
<glyph unicode="" glyph-name="keyboard-tab" d="M854 682.667h84v-512h-84v512zM494 622.667l60 60 256-256-256-256-60 60 154 154h-606v84h606z" />
|
||||
<glyph unicode="" glyph-name="watch" d="M256 426.667c0-142 114-256 256-256s256 114 256 256-114 256-256 256-256-114-256-256zM854 426.667c0-108-52-206-130-268l-42-244h-340l-42 244c-80 62-130 160-130 268s50 206 130 268l42 244h340l42-244c78-62 130-160 130-268z" />
|
||||
<glyph unicode="" glyph-name="devices" d="M896 170.667v342h-170v-342h170zM938 596.667c22 0 44-20 44-42v-426c0-22-22-44-44-44h-256c-22 0-42 22-42 44v426c0 22 20 42 42 42h256zM470 192.667c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64zM554 426.667v-76c26-24 44-56 44-94s-18-72-44-96v-76h-170v76c-26 24-42 58-42 96s16 70 42 94v76h170zM128 682.667v-512h170v-86h-170c-46 0-86 40-86 86v512c0 46 40 86 86 86h768v-86h-768z" />
|
||||
<glyph unicode="" glyph-name="camera-front" d="M298 852.667v-448c0 72 142 108 214 108s214-36 214-108v448h-428zM726 938.667c46 0 84-40 84-86v-596c0-46-38-86-84-86h-300l128-128-128-128v86h-212v84h212v86h-128c-46 0-84 40-84 86v596c0 46 38 86 84 86h428zM512 596.667c-46 0-84 40-84 86s38 86 84 86 86-40 86-86-40-86-86-86zM598 84.667h212v-84h-212v84z" />
|
||||
<glyph unicode="" glyph-name="camera-rear" d="M512 682.667c46 0 84 40 84 86s-38 84-84 84-86-38-86-84 38-86 86-86zM726 938.667c46 0 84-40 84-86v-596c0-46-38-86-84-86h-300l128-128-128-128v86h-212v84h212v86h-128c-46 0-84 40-84 86v596c0 46 38 86 84 86h428zM598 84.667h212v-84h-212v84z" />
|
||||
|
@ -53,12 +62,14 @@
|
|||
<glyph unicode="" glyph-name="hdr-on" d="M554 362.667v128h-84v-128h84zM554 554.667c34 0 64-30 64-64v-128c0-34-30-64-64-64h-148v256h148zM278 468.667v86h64v-256h-64v106h-86v-106h-64v256h64v-86h86zM832 448.667v42h-86v-42h86zM896 448.667c0-26-16-48-38-60l38-90h-64l-38 86h-48v-86h-64v256h150c34 0 64-30 64-64v-42z" />
|
||||
<glyph unicode="" glyph-name="photo-camera" d="M512 212.667c118 0 214 96 214 214s-96 214-214 214-214-96-214-214 96-214 214-214zM384 852.667h256l78-84h136c46 0 84-40 84-86v-512c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 86 84 86h136zM376 426.667c0 76 60 136 136 136s136-60 136-136-60-136-136-136-136 60-136 136z" />
|
||||
<glyph unicode="" glyph-name="add-photo" d="M418 340.667c0 76 60 138 136 138s138-62 138-138-62-136-138-136-136 60-136 136zM554 128.667c118 0 214 94 214 212s-96 214-214 214-212-96-212-214 94-212 212-212zM256 512.667v128h128v128h298l78-86h136c46 0 86-40 86-86v-512c0-46-40-84-86-84h-682c-46 0-86 38-86 84v428h128zM128 768.667v128h86v-128h128v-86h-128v-128h-86v128h-128v86h128z" />
|
||||
<glyph unicode="" glyph-name="beenhere" d="M426 256.667l384 384-60 60-324-324-152 152-60-60zM810 896.667c46 0 86-40 86-86v-552c0-30-16-54-38-70l-346-232-346 232c-22 16-38 40-38 70v552c0 46 40 86 86 86h596z" />
|
||||
<glyph unicode="" glyph-name="navigation" d="M512 852.667l320-780-30-30-290 128-290-128-30 30z" />
|
||||
<glyph unicode="" glyph-name="restaurant" d="M634 446.667l-62-62 294-294-60-60-294 294-294-294-60 60 416 416c-30 66-8 158 60 226 82 82 198 96 260 34s48-180-34-262c-68-68-160-88-226-58zM346 368.667l-180 180c-66 66-66 174 0 240l300-298z" />
|
||||
<glyph unicode="" glyph-name="near-me" d="M896 810.667l-322-768h-42l-112 292-292 112v42z" />
|
||||
<glyph unicode="" glyph-name="ev-station" d="M342 170.667l170 298h-86v214l-170-320h86v-192zM768 512.667c24 0 42 18 42 42s-18 42-42 42-42-18-42-42 18-42 42-42zM844 630.667c20-20 30-46 30-76v-406c0-58-48-106-106-106s-106 48-106 106v214h-64v-320h-428v682c0 46 40 86 86 86h256c46 0 86-40 86-86v-298h42c46 0 86-40 86-86v-192c0-24 18-42 42-42s42 18 42 42v308c-14-6-26-8-42-8-58 0-106 48-106 106 0 46 28 84 68 100l-90 90 46 44z" />
|
||||
<glyph unicode="" glyph-name="arrow-drop-down" d="M298 512.667h428l-214-214z" />
|
||||
<glyph unicode="" glyph-name="arrow-drop-up" d="M298 340.667l214 214 214-214h-428z" />
|
||||
<glyph unicode="" glyph-name="refresh" d="M754 668.667l100 100v-300h-300l138 138c-46 46-110 76-180 76-142 0-256-114-256-256s114-256 256-256c112 0 208 70 242 170h88c-38-148-170-256-330-256-188 0-340 154-340 342s152 342 340 342c94 0 180-38 242-100z" />
|
||||
<glyph unicode="" glyph-name="3d-rotation" d="M320.64 21.974c-139.307 66.133-239.36 201.6-254.507 362.027h-64c21.76-262.827 241.493-469.333 509.867-469.333 9.6 0 18.773 0.853 28.16 1.493l-162.56 162.773-56.96-56.96zM358.613 300.374c-8.107 0-15.573 1.067-22.4 3.627-6.613 2.347-12.373 5.76-17.067 10.027s-8.32 9.6-10.88 15.573c-2.56 6.187-3.84 12.8-3.84 20.053h-55.467c0-15.36 2.987-28.8 8.96-40.533s13.867-21.547 23.893-29.227c10.027-7.893 21.547-13.653 34.773-17.707 13.227-4.267 26.88-6.187 41.387-6.187 15.787 0 30.507 2.133 44.16 6.4s25.387 10.667 35.413 18.987 17.707 18.56 23.467 30.72c5.547 12.16 8.533 26.027 8.533 41.6 0 8.32-1.067 16.213-2.987 23.893-2.133 7.68-5.333 14.933-9.6 21.76-4.48 6.827-10.24 12.8-17.28 18.347-7.040 5.333-15.787 9.813-25.813 13.44 8.533 3.84 16 8.533 22.4 14.080s11.733 11.52 16 17.707c4.267 6.4 7.467 12.8 9.6 19.627s3.2 13.653 3.2 20.267c0 15.573-2.56 29.227-7.68 40.96s-12.373 21.547-21.76 29.44c-9.387 7.893-20.48 13.867-33.707 17.92-13.653 4.267-28.16 6.187-43.947 6.187-15.36 0-29.653-2.347-42.667-6.827s-24.107-10.88-33.493-18.987c-9.387-8.107-16.64-17.707-21.973-28.8s-7.893-23.253-7.893-36.267h55.467c0 7.253 1.28 13.653 3.84 19.2 2.56 5.76 6.187 10.667 10.667 14.507 4.48 4.053 10.027 7.253 16.213 9.387s13.013 3.413 20.267 3.413c17.067 0 29.653-4.48 37.973-13.227s12.373-21.12 12.373-36.907c0-7.68-1.067-14.507-3.413-20.693s-5.76-11.52-10.453-16c-4.693-4.48-10.667-7.893-17.493-10.453-7.040-2.56-15.36-3.84-24.747-3.84h-32.853v-43.733h32.853c9.387 0 17.92-1.067 25.387-3.2s13.867-5.333 19.2-10.027c5.333-4.48 9.387-10.24 12.373-17.067 2.773-6.827 4.267-14.933 4.267-24.32 0-17.28-4.907-30.507-14.933-39.68-9.6-8.96-23.040-13.44-40.32-13.44zM723.84 553.174c-13.44 14.080-29.653 24.96-48.427 32.64-18.987 7.68-39.68 11.52-62.507 11.52h-100.907v-341.333h97.92c23.68 0 45.013 3.84 64.427 11.52s35.84 18.56 49.493 32.64c13.653 14.080 24.32 31.147 31.573 50.987 7.467 19.84 11.093 42.24 11.093 66.987v16.853c0 24.747-3.84 46.933-11.307 66.987s-17.92 37.12-31.36 51.2zM706.987 417.92c0-17.707-1.92-33.92-6.187-48-4.053-14.293-10.027-26.24-18.133-36.053s-18.133-17.28-30.293-22.613c-12.16-5.12-26.24-7.893-42.453-7.893h-38.613v246.187h41.6c30.72 0 53.973-9.813 70.187-29.227 16-19.627 24.107-47.787 24.107-84.907v-17.493zM512 938.667c-9.6 0-18.773-0.853-28.16-1.493l162.56-162.773 56.747 56.747c139.52-65.92 239.573-201.387 254.72-361.813h64c-21.76 262.827-241.493 469.333-509.867 469.333z" />
|
||||
<glyph unicode="" glyph-name="alarm" d="M938.667 694.614l-196.053 164.48-54.827-65.28 196.053-164.48 54.827 65.28zM336.213 794.027l-54.827 65.28-196.053-164.48 54.827-65.28 196.053 164.48zM533.333 597.334h-64v-256l202.453-121.813 32.213 52.693-170.667 101.12v224zM511.787 768c-212.267 0-383.787-171.947-383.787-384s171.52-384 383.787-384 384.213 171.947 384.213 384-171.947 384-384.213 384zM512 85.334c-164.907 0-298.667 133.76-298.667 298.667s133.76 298.667 298.667 298.667 298.667-133.76 298.667-298.667-133.547-298.667-298.667-298.667z" />
|
||||
<glyph unicode="" glyph-name="alarm-on" d="M938.667 694.614l-196.053 164.48-54.827-65.28 196.053-164.48 54.827 65.28zM336.213 794.027l-54.827 65.28-196.053-164.48 54.827-65.28 196.053 164.48zM511.787 768c-212.267 0-383.787-171.947-383.787-384s171.52-384 383.787-384 384.213 171.947 384.213 384-171.947 384-384.213 384zM512 85.334c-164.907 0-298.667 133.76-298.667 298.667s133.76 298.667 298.667 298.667 298.667-133.76 298.667-298.667-133.547-298.667-298.667-298.667zM449.493 318.934l-90.453 90.453-45.227-45.227 135.68-135.68 256.213 256.213-45.227 45.227-210.987-210.987z" />
|
||||
|
@ -277,9 +288,13 @@
|
|||
<glyph unicode="" glyph-name="IcoMoon" d="M259.544 448.002c0 65.416 53.030 118.446 118.446 118.446s118.446-53.030 118.446-118.446c0-65.416-53.030-118.446-118.446-118.446s-118.446 53.030-118.446 118.446zM512.004 960c-282.774 0-512.004-229.232-512.004-512s229.226-512 512.004-512c282.764 0 511.996 229.23 511.996 512 0 282.768-229.23 512-511.996 512zM379.396 0.718c-153.956 89.574-257.468 256.324-257.468 447.282s103.512 357.708 257.462 447.282c154.010-89.562 257.59-256.288 257.59-447.282 0-190.988-103.58-357.718-257.584-447.282z" />
|
||||
<glyph unicode="" glyph-name="adb" d="M640 554.667c24 0 42 18 42 42s-18 44-42 44-42-20-42-44 18-42 42-42zM384 554.667c24 0 42 18 42 42s-18 44-42 44-42-20-42-44 18-42 42-42zM688 752.667c74-54 122-142 122-240v-44h-596v44c0 98 48 186 122 240l-90 90 36 34 98-98c40 20 84 32 132 32s92-12 132-32l98 98 36-34zM214 256.667v170h596v-170c0-166-132-300-298-300s-298 134-298 300z" />
|
||||
<glyph unicode="" glyph-name="network-locked" d="M896 256.667v64c0 36-28 64-64 64s-64-28-64-64v-64h128zM938 256.667c24 0 44-20 44-44v-170c0-24-20-42-44-42h-212c-24 0-44 18-44 42v170c0 24 20 44 44 44v64c0 58 48 106 106 106s106-48 106-106v-64zM832 512.667c-106 0-192-86-192-192v-12c-26-24-42-58-42-96v-128h-556l812 812v-386c-8 0-14 2-22 2z" />
|
||||
<glyph unicode="" glyph-name="cake" d="M768 554.667c70 0 128-58 128-128v-66c0-46-38-84-84-84-22 0-42 8-58 24l-92 92-92-92c-32-32-86-32-118 0l-90 92-92-92c-16-16-36-24-58-24-46 0-84 38-84 84v66c0 70 58 128 128 128h214v86h84v-86h214zM708 256.667c28-28 64-44 104-44 32 0 60 10 84 26v-196c0-24-18-42-42-42h-684c-24 0-42 18-42 42v196c24-16 52-26 84-26 40 0 76 16 104 44l46 46 46-46c56-56 152-56 208 0l46 46zM512 682.667c-46 0-86 40-86 86 0 16 6 32 14 44l72 126 72-126c8-12 14-28 14-44 0-46-38-86-86-86z" />
|
||||
<glyph unicode="" glyph-name="add-shopping-cart" d="M306 308.667c0-6 4-10 10-10h494v-86h-512c-46 0-84 40-84 86 0 14 4 28 10 40l58 106-154 324h-86v84h140c27.003-56.33 53.665-113.001 80-170 34.063-71.271 67.603-143.063 102-214h300c54.786 99.881 110.533 198.8 164 300l74-42-164-298c-14-26-42-44-74-44h-318l-38-70zM726 170.667c46 0 84-40 84-86s-38-84-84-84-86 38-86 84 40 86 86 86zM298 170.667c46 0 86-40 86-86s-40-84-86-84-84 38-84 84 38 86 84 86zM470 554.667v128h-128v86h128v128h84v-128h128v-86h-128v-128h-84z" />
|
||||
<glyph unicode="" glyph-name="assignment" d="M726 554.667v86h-428v-86h428zM726 384.667v84h-428v-84h428zM598 212.667v86h-300v-86h300zM512 810.667c-24 0-42-18-42-42s18-44 42-44 42 20 42 44-18 42-42 42zM810 810.667c46 0 86-40 86-86v-596c0-46-40-86-86-86h-596c-46 0-86 40-86 86v596c0 46 40 86 86 86h178c18 50 64 86 120 86s102-36 120-86h178z" />
|
||||
<glyph unicode="" glyph-name="dashboard" d="M554 810.667h342v-256h-342v256zM554 42.667v426h342v-426h-342zM128 42.667v256h342v-256h-342zM128 384.667v426h342v-426h-342z" />
|
||||
<glyph unicode="" glyph-name="description" d="M554 554.667h236l-236 234v-234zM682 340.667v86h-340v-86h340zM682 170.667v86h-340v-86h340zM598 852.667l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84h342z" />
|
||||
<glyph unicode="" glyph-name="done" d="M384 246.667l452 454 60-60-512-512-238 238 58 60z" />
|
||||
<glyph unicode="" glyph-name="done_all" d="M18 366.667l60 60 238-238-60-60zM948 700.667l62-60-512-512-240 238 62 60 178-178zM768 640.667l-270-272-60 60 270 272z" />
|
||||
<glyph unicode="" glyph-name="note-add" d="M554 554.667h236l-236 234v-234zM682 256.667v84h-128v128h-84v-128h-128v-84h128v-128h84v128h128zM598 852.667l256-256v-512c0-46-40-84-86-84h-512c-46 0-86 38-86 84l2 684c0 46 38 84 84 84h342z" />
|
||||
<glyph unicode="" glyph-name="cell-setting" d="M810 64.667c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64zM968 106.667l46-34c4-4 4-10 2-14l-42-74c-2-4-10-8-14-6l-52 22c-10-8-24-14-36-20l-8-58c0-6-6-8-12-8h-84c-6 0-12 2-12 8l-8 58c-14 6-24 12-36 20l-52-22c-6-2-12 2-14 6l-42 74c-2 4-2 10 2 14l46 34c0 6-2 14-2 22s2 14 2 20l-46 36c-4 4-4 10-2 14l42 74c2 4 10 6 14 4l52-22c12 8 24 16 36 22l8 56c0 6 6 8 12 8h84c6 0 12-2 12-8l8-56c14-6 24-14 36-22l52 22c6 2 12 0 14-4l42-74c2-4 2-10-2-14l-46-36c2-6 2-12 2-20s-2-16-2-22zM810 448.667c-176 0-320-144-320-320 0-14 2-30 4-44h-494l854 854-2-494c-14 2-28 4-42 4z" />
|
||||
<glyph unicode="" glyph-name="qa" d="M726 426.667c0-24-20-42-44-42h-426l-170-172v598c0 24 18 42 42 42h554c24 0 44-18 44-42v-384zM896 682.667c24 0 42-18 42-42v-640l-170 170h-470c-24 0-42 18-42 42v86h554v384h86z" />
|
||||
|
@ -311,6 +326,7 @@
|
|||
<glyph unicode="" glyph-name="wifi-connect" horiz-adv-x="1280" d="M640 384c105.87 0 201.87-43.066 271.402-112.598l-90.468-90.468c-46.354 46.356-110.356 75.066-180.934 75.066s-134.578-28.71-180.934-75.066l-90.468 90.468c69.532 69.532 165.532 112.598 271.402 112.598zM187.452 452.548c120.88 120.88 281.598 187.452 452.548 187.452s331.668-66.572 452.55-187.452l-90.51-90.508c-96.706 96.704-225.28 149.96-362.040 149.96-136.762 0-265.334-53.256-362.038-149.962l-90.51 90.51zM988.784 825.562c106.702-45.132 202.516-109.728 284.782-191.996v0l-90.508-90.508c-145.056 145.056-337.92 224.942-543.058 224.942-205.14 0-398-79.886-543.058-224.942l-90.51 90.51c82.268 82.266 178.082 146.862 284.784 191.994 110.504 46.738 227.852 70.438 348.784 70.438s238.278-23.7 348.784-70.438zM576 64c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64z" />
|
||||
<glyph unicode="" glyph-name="feed" d="M384 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM664.348 729.474c99.852-54.158 167.652-159.898 167.652-281.474s-67.8-227.316-167.652-281.474c44.066 70.126 71.652 170.27 71.652 281.474s-27.586 211.348-71.652 281.474zM288 448c0-111.204 27.584-211.348 71.652-281.474-99.852 54.16-167.652 159.898-167.652 281.474s67.8 227.314 167.652 281.474c-44.068-70.126-71.652-170.27-71.652-281.474zM96 448c0-171.9 54.404-326.184 140.652-431.722-142.302 90.948-236.652 250.314-236.652 431.722s94.35 340.774 236.652 431.722c-86.248-105.538-140.652-259.822-140.652-431.722zM787.352 879.72c142.298-90.946 236.648-250.312 236.648-431.72s-94.35-340.774-236.648-431.72c86.244 105.536 140.648 259.82 140.648 431.72s-54.404 326.184-140.648 431.72z" />
|
||||
<glyph unicode="" glyph-name="mic" d="M480 256c88.366 0 160 71.634 160 160v384c0 88.366-71.634 160-160 160s-160-71.634-160-160v-384c0-88.366 71.636-160 160-160zM704 512v-96c0-123.71-100.29-224-224-224-123.712 0-224 100.29-224 224v96h-64v-96c0-148.238 112.004-270.3 256-286.22v-129.78h-128v-64h320v64h-128v129.78c143.994 15.92 256 137.982 256 286.22v96h-64z" />
|
||||
<glyph unicode="" glyph-name="record_voice_over" d="M856 852.667c166-172 166-430 0-596l-70 68c118 136 118 332 0 460zM716 710.667c86-94 86-224 0-310l-72 72c36 50 36 116 0 166zM384 298.667c114 0 342-56 342-170v-86h-684v86c0 114 228 170 342 170zM214 554.667c0 94 76 170 170 170s170-76 170-170-76-170-170-170-170 76-170 170z" />
|
||||
<glyph unicode="" glyph-name="books" horiz-adv-x="1152" d="M224 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM192 640h-128v64h128v-64zM544 832h-192c-17.6 0-32-14.4-32-32v-704c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v704c0 17.6-14.4 32-32 32zM512 640h-128v64h128v-64zM765.088 782.52l-171.464-86.394c-15.716-7.918-22.096-27.258-14.178-42.976l287.978-571.548c7.918-15.718 27.258-22.098 42.976-14.178l171.464 86.392c15.716 7.92 22.096 27.26 14.178 42.974l-287.978 571.55c-7.92 15.718-27.26 22.1-42.976 14.18zM928 96c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32s32-14.327 32-32z" />
|
||||
<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" />
|
||||
<glyph unicode="" glyph-name="file-empty" d="M917.806 730.924c-22.212 30.292-53.174 65.7-87.178 99.704s-69.412 64.964-99.704 87.178c-51.574 37.82-76.592 42.194-90.924 42.194h-496c-44.112 0-80-35.888-80-80v-864c0-44.112 35.888-80 80-80h736c44.112 0 80 35.888 80 80v624c0 14.332-4.372 39.35-42.194 90.924zM785.374 785.374c30.7-30.7 54.8-58.398 72.58-81.374h-153.954v153.946c22.984-17.78 50.678-41.878 81.374-72.572zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16 0 0 495.956 0.002 496 0v-224c0-17.672 14.326-32 32-32h224v-624z" />
|
||||
|
@ -528,6 +544,7 @@
|
|||
<glyph unicode="" glyph-name="ie" d="M734.202 331.17h236.050c1.82 16.37 2.548 33.098 2.548 50.196 0 80.224-21.534 155.468-59.124 220.266 38.88 103.308 37.492 190.988-14.556 243.39-49.496 49.28-182.29 41.28-332.412-25.198-11.104 0.84-22.318 1.272-33.638 1.272-206.048 0-378.926-141.794-426.708-332.85 64.638 82.754 132.638 142.754 223.478 186.448-8.26-7.74-56.454-55.652-64.56-63.764-239.548-239.478-315.090-552.306-233.806-633.604 61.786-61.774 173.758-51.342 302.376 11.648 59.806-30.458 127.5-47.63 199.218-47.63 193.134 0 356.804 124.316 416.090 297.448h-237.868c-32.734-60.382-96.748-101.48-170.218-101.48-73.468 0-137.484 41.098-170.216 101.48-14.55 27.274-22.914 58.554-22.914 91.656v0.722h386.26zM348.302 447.196c5.456 97.11 86.2 174.584 184.766 174.584s179.312-77.472 184.766-174.584h-369.532zM896.966 796.192c33.526-33.88 32.688-96.214 4.012-174.022-49.136 74.908-120.518 133.936-204.792 167.64 90.106 38.638 163.406 43.756 200.78 6.382zM93.482-7.256c-42.782 42.796-29.884 132.618 25.23 240.832 34.308-96.27 101.156-177.090 187.336-229.154-95.43-43.318-173.536-50.674-212.566-11.678z" />
|
||||
<glyph unicode="" glyph-name="opera" d="M510.046 960c-279.724 0-480.748-202.896-480.748-507.224 0-270.818 195.502-516.776 480.784-516.776 288.078 0 484.62 245.886 484.62 516.776 0 306.76-207.446 507.224-484.656 507.224zM688.358 461.458c-0.068-169.352-9.098-410.482-178.276-410.482v-0.034c-166.784 0-173.432 241.266-173.432 410.308 0 198.38 18.56 388.568 173.432 388.568 154.874 0 178.276-192.584 178.276-388.36z" />
|
||||
<glyph unicode="" glyph-name="safari" d="M512 896c-24.064 0-47.708-1.792-70.824-5.212-0.3 0.782-0.624 1.548-0.982 2.296 12.826 10.002 19.55 23.83 16.634 37.552-3.734 17.564-22.394 29.364-46.434 29.364-5.18 0-10.458-0.562-15.68-1.672-30.168-6.414-50.146-28.622-45.482-50.562 2.834-13.338 14.292-23.338 30.164-27.384-0.032-0.972-0.016-1.95 0.042-2.934-200.622-57.53-347.438-242.338-347.438-461.448 0-265.098 214.904-480 480-480 265.098 0 480 214.902 480 480 0 265.096-214.902 480-480 480zM364.882 911.092c-2.706 12.726 12.48 27.19 33.158 31.584 4.132 0.878 8.29 1.324 12.354 1.324 16.036 0 28.694-6.864 30.784-16.69 1.596-7.51-3.070-15.61-11.386-21.904-7.034 4.966-16.016 7.126-25.1 5.196-9.044-1.922-16.348-7.508-20.758-14.856-10.184 2.45-17.508 8.084-19.052 15.346zM769.386 158.614c-43.968-43.968-97.21-75.278-155.31-92.154l-42.396 68.768-10.746-79.958c-16.090-2.152-32.426-3.27-48.934-3.27-97.228 0-188.636 37.864-257.386 106.614-43.968 43.966-75.278 97.21-92.154 155.308l68.768 42.398-79.96 10.746c-2.15 16.090-3.268 32.426-3.268 48.934 0 97.228 37.862 188.636 106.614 257.386 43.968 43.968 97.212 75.278 155.31 92.156l42.396-68.77 10.748 79.96c16.088 2.15 32.424 3.268 48.932 3.268 97.228 0 188.636-37.862 257.386-106.614 43.968-43.968 75.278-97.212 92.154-155.31l-68.77-42.398 79.96-10.746c2.152-16.088 3.27-32.424 3.27-48.932 0-97.228-37.864-188.636-106.614-257.386zM760.902 664.902l-196.978-149.704c-14.644 7.658-30.876 12.062-47.416 12.726l-51.080 107.18-3.068-118.664c-13.284-6.536-25.104-15.664-34.876-26.95l-63.088 22.364 46.092-48.538c-6.334-13.518-9.866-28.030-10.434-42.824l-107.158-51.066 118.738-3.068c0.38-0.768 0.774-1.526 1.17-2.282l-149.704-196.98 196.978 149.704c14.644-7.656 30.874-12.060 47.416-12.724l51.080-107.182 3.066 118.664c13.286 6.538 25.106 15.664 34.878 26.952l63.090-22.368-46.094 48.54c6.336 13.52 9.868 28.030 10.436 42.824l107.156 51.066-118.736 3.070c-0.378 0.766-0.774 1.524-1.17 2.28l149.702 196.98zM512.102 515.466v0zM492.042 509.902c6.726 1.43 13.444 2.118 20.056 2.118 4.144 0 8.25-0.27 12.294-0.796l0.092-0.032-0.010 0.022c8.732-1.144 17.176-3.5 25.132-6.896l-71.546-54.376-54.38-71.552c-2.376 5.594-4.27 11.484-5.58 17.652-11.026 51.86 22.080 102.836 73.942 113.86zM562.12 334.116v0 0c-9.056-5.544-19.182-9.684-30.16-12.018-6.726-1.43-13.444-2.118-20.054-2.118-4.15 0-8.258 0.272-12.308 0.798l-0.068 0.010c-8.734 1.142-17.174 3.5-25.132 6.894l71.544 54.376 54.38 71.554c2.376-5.594 4.27-11.486 5.58-17.654 8.69-40.882-10.056-81.2-43.782-101.842z" />
|
||||
<glyph unicode="" glyph-name="ac_unit" d="M938 468.667v-84h-178l138-138-60-62-198 200h-86v-86l200-198-62-60-138 138v-178h-84v178l-138-138-62 60 200 198v86h-86l-198-200-60 62 138 138h-178v84h178l-138 138 60 62 198-200h86v86l-200 198 62 60 138-138v178h84v-178l138 138 62-60-200-198v-86h86l198 200 60-62-138-138h178z" />
|
||||
<glyph unicode="" glyph-name="organization" horiz-adv-x="896" d="M768 576h-640c-70.656 0-128-57.344-128-128v-64c0-47.25 25.844-88.062 64-110.25v-209.75h256v-128h256v128h256v209.75c38.125 22.188 64 62.938 64 110.25v64c0 70.656-57.375 128-128 128zM256 128h-128v256h-64v64c0 35.312 28.688 64 64 64h81.719c-11-18.875-17.719-40.562-17.719-64v-128c0-47.25 25.844-88.062 64-110.25v-81.75zM576 256v128h-64v-384h-128v384h-64v-128c-35.312 0-64 28.625-64 64v128c0 35.312 28.688 64 64 64h256c35.375 0 64-28.688 64-64v-128c0-35.375-28.625-64-64-64zM832 384h-64v-256h-128v81.75c38.125 22.188 64 62.938 64 110.25v128c0 23.438-6.75 45.125-17.75 64h81.75c35.375 0 64-28.688 64-64v-64zM303.688 642.625c35.187-40.5 86.468-66.625 144.312-66.625 57.875 0 109.125 26.125 144.312 66.625 21.813-39.563 63.376-66.625 111.688-66.625 70.625 0 128 57.344 128 128s-57.375 128-128 128c-25.625 0-49.375-7.688-69.375-20.688-19.75 85.126-95.563 148.688-186.625 148.688s-166.906-63.562-186.625-148.688c-20.031 13-43.781 20.688-69.375 20.688-70.656 0-128-57.344-128-128s57.344-128 128-128c48.312 0 89.844 27.062 111.688 66.625zM704 768c35.375 0 64-28.594 64-64s-28.625-64-64-64c-35.312 0-64 28.594-64 64s28.688 64 64 64zM448 896c70.625 0 128-57.344 128-128s-57.375-128-128-128c-70.656 0-128 57.344-128 128s57.344 128 128 128zM192 640c-35.312 0-64 28.594-64 64s28.688 64 64 64c35.406 0 64-28.594 64-64s-28.594-64-64-64z" />
|
||||
<glyph unicode="" glyph-name="mail-read" horiz-adv-x="896" d="M576 576h-320v-64h320v64zM384 704h-128v-64h128v64zM768 731.469v100.531h-140.812l-179.188 128-179.188-128h-140.812v-100.531l-128-91.469v-640h896v640l-128 91.469zM192 768h512v-244.812l-256-211.188-256 211.188v244.812zM64 512l252.031-191.625-252.031-192.375v384zM128 64l254 206.25 66-50.25 65.875 50.125 254.125-206.125h-640zM832 128l-252.375 192.062 252.375 191.938v-384z" />
|
||||
<glyph unicode="" glyph-name="broadcast" horiz-adv-x="896" d="M448 768c142 0 256-115 256-256 0-69-28-132-72-178l-16-93c91 56 152 156 152 271 0 177-143 320-320 320s-320-143-320-320c0-115 61-215 152-271l-16 93c-45 46-72 109-72 178 0 142 114 256 256 256zM384 448c-36 0-64-29-64-64v-128c0-36 30-64 64-64v-256h128v256c34 0 64 28 64 64v128c0 35-28 64-64 64s-64 0-64 0-28 0-64 0zM576 576c0 71-57 128-128 128s-128-57-128-128 57-128 128-128 128 57 128 128zM448 960c-247 0-448-201-448-448 0-197 128-363 305-423l-12 72c-135 60-229 194-229 351 0 212 172 384 384 384s384-172 384-384c0-157-94-291-229-351l-12-72c177 60 305 225 305 423 0 247-201 448-448 448z" />
|
||||
|
|
Przed Szerokość: | Wysokość: | Rozmiar: 451 KiB Po Szerokość: | Wysokość: | Rozmiar: 455 KiB |
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
2
index.js
2
index.js
|
@ -560,6 +560,8 @@ io.on("connection", function(socket) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
io.sockets.emit('grbl')
|
||||
}
|
||||
if (safetosend != undefined && safetosend == true) {
|
||||
io.sockets.emit('grbl')
|
||||
|
|
Ładowanie…
Reference in New Issue