chore: prepare docker webgis deployment
This commit is contained in:
+5
-5
@@ -334,7 +334,7 @@
|
||||
.radio-option input:checked+label {
|
||||
border-color: var(--c-accent);
|
||||
color: var(--c-accent-h);
|
||||
background: rgba(46, 160, 67, .1);
|
||||
background: rgba(13, 116, 144, .1);
|
||||
}
|
||||
|
||||
.btn-save {
|
||||
@@ -591,7 +591,7 @@
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 8px;
|
||||
background: rgba(248, 81, 73, .15);
|
||||
background: rgba(239, 68, 68, .15);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -745,10 +745,10 @@
|
||||
<header class="app-header">
|
||||
<div class="app-logo">
|
||||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="30" height="30" rx="7" fill="rgba(46,160,67,.15)" />
|
||||
<rect width="30" height="30" rx="7" fill="rgba(13,116,144,.15)" />
|
||||
<path
|
||||
d="M15 5C11.134 5 8 8.134 8 12C8 17.25 15 25 15 25C15 25 22 17.25 22 12C22 8.134 18.866 5 15 5ZM15 15C13.343 15 12 13.657 12 12C12 10.343 13.343 9 15 9C16.657 9 18 10.343 18 12C18 13.657 16.657 15 15 15Z"
|
||||
fill="#3fb950" />
|
||||
fill="#0d7490" />
|
||||
</svg>
|
||||
<div>
|
||||
<div class="app-logo-title">WebGIS POI</div>
|
||||
@@ -1036,7 +1036,7 @@
|
||||
<div class="form-popup">
|
||||
<div class="form-popup-header">
|
||||
<div class="form-popup-icon">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#3fb950" stroke-width="2.5">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0d7490" stroke-width="2.5">
|
||||
<circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="16"/>
|
||||
<line x1="8" y1="12" x2="16" y2="12"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user