15/01/2024
This commit is contained in:
578
css/style.css
Normal file
578
css/style.css
Normal file
@@ -0,0 +1,578 @@
|
||||
::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#js-hura-edit-container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.hura-scroll::-webkit-scrollbar-track, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-track, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-track, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar-thumb, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-thumb, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-thumb, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-thumb {
|
||||
background: #D9D9D9;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar-thumb:hover, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar-thumb:hover, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar-thumb:hover, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
.hura-scroll::-webkit-scrollbar, .hura-edit-popup-container .hura-edit-content::-webkit-scrollbar, .hura-edit-popup-container .hura-edit-popup-group::-webkit-scrollbar, .hura-edit-body .hura-toolbar-right::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.hura-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hura-style-italic {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
.hura-style-under {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.hura-style-line-through {
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
|
||||
.hura-edit-body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
background: #444;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-top {
|
||||
width: 100%;
|
||||
background: #24375C;
|
||||
height: 40px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-right {
|
||||
background: #24375C;
|
||||
width: 320px;
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding: 0 10px 10px;
|
||||
color: #fff;
|
||||
}
|
||||
.hura-edit-body .hura-main-content {
|
||||
width: calc(100% - 320px);
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
transition: 0.3s all;
|
||||
margin: auto;
|
||||
border: 0;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
.hura-edit-body .hura-main-content::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder {
|
||||
width: calc(100% - 320px);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder a {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.hura-edit-body .hura-toolbar-holder a:hover * {
|
||||
fill: #4AC9FF;
|
||||
}
|
||||
.hura-edit-body .hura-btn-tab {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 16px;
|
||||
}
|
||||
.hura-edit-body .hura-panel-options {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
}
|
||||
.hura-edit-body .hura-panel-options .hura-group-title {
|
||||
padding: 0 10px;
|
||||
line-height: 40px;
|
||||
margin: 0;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
}
|
||||
.hura-edit-body .hura-option-list {
|
||||
border-top: 1px solid #374868;
|
||||
padding: 16px 10px;
|
||||
}
|
||||
.hura-edit-body .hura-option-list a {
|
||||
display: table;
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
color: #fff !important;
|
||||
}
|
||||
.hura-edit-body .hura-option-list a::before {
|
||||
content: "";
|
||||
border-radius: 2px;
|
||||
border: 1px solid #7D8FB1;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: #1E3053;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
.hura-edit-body .hura-option-list .current::before {
|
||||
background: #2989F9;
|
||||
border-color: transparent;
|
||||
}
|
||||
.hura-edit-body .hura-option-list .current::after {
|
||||
content: "";
|
||||
width: 11px;
|
||||
height: 8px;
|
||||
border: 2px solid #fff;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
transform: rotate(-45deg);
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.hura-toolbar-list {
|
||||
background: #2989F9;
|
||||
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
}
|
||||
.hura-toolbar-list a {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
outline: unset !important;
|
||||
}
|
||||
|
||||
.hura-toolbar-table {
|
||||
border: 1px solid #374868;
|
||||
padding: 18px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.hura-toolbar-table table {
|
||||
width: 100%;
|
||||
}
|
||||
.hura-toolbar-table table * {
|
||||
color: #fff;
|
||||
}
|
||||
.hura-toolbar-table td {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.hura-toolbar-table td:nth-child(1) {
|
||||
font-size: 13px;
|
||||
font-weight: 300;
|
||||
min-width: 75px;
|
||||
}
|
||||
.hura-toolbar-table select, .hura-toolbar-table input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
height: 36px;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.js-hura-edit {
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
.js-hura-edit:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
.js-hura-edit *:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
.js-hura-edit img:hover {
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
|
||||
.hura-selected {
|
||||
outline: 2px solid #2989F9;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hura-edit-popup-container table {
|
||||
width: 100%;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-bg {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
z-index: 999;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-popup-group {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
background: #fff;
|
||||
z-index: 1000;
|
||||
max-width: 930px;
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
overflow: auto;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 16px 20px 12px;
|
||||
border-bottom: 1px solid #F5F5F5;
|
||||
line-height: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn {
|
||||
border-top: 1px solid #F5F5F5;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 36px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn a {
|
||||
color: #2989F9;
|
||||
border-radius: 4px;
|
||||
padding: 0 24px;
|
||||
margin: 0 5px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-popup-btn a:last-child {
|
||||
color: #fff;
|
||||
background: #2989F9;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content {
|
||||
height: calc(100% - 130px);
|
||||
overflow: auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content thead {
|
||||
background: #F5F5F5;
|
||||
font-weight: 600;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border: 1px solid #ECECEC;
|
||||
padding: 8px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(1) {
|
||||
min-width: 50px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(2) {
|
||||
min-width: 65px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(3) {
|
||||
min-width: 150px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(5) input, .hura-edit-popup-container .hura-edit-content td:nth-child(6) input {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content td:nth-child(7) {
|
||||
min-width: 90px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content input, .hura-edit-popup-container .hura-edit-content select {
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #E7E7E7;
|
||||
background: #FFF;
|
||||
height: 36px;
|
||||
padding: 0 8px;
|
||||
max-width: 250px;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content select {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.hura-edit-popup-container .hura-edit-content img {
|
||||
display: block;
|
||||
margin: auto auto 4px;
|
||||
width: 42px;
|
||||
}
|
||||
|
||||
.hura-sectors-container {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title {
|
||||
background: #162541;
|
||||
border-bottom: 1px solid #374868;
|
||||
line-height: 20px;
|
||||
padding: 10px;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title svg {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.hura-sectors-container .hura-sectors-title p {
|
||||
margin: 0;
|
||||
}
|
||||
.hura-sectors-container .hura-properties-list {
|
||||
padding: 12px 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item {
|
||||
margin-bottom: 15px;
|
||||
width: calc(50% - 15px);
|
||||
}
|
||||
.hura-sectors-container .hura-style-item input, .hura-sectors-container .hura-style-item select {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
display: block;
|
||||
color: #FFF;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item input {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.hura-sectors-container .hura-style-item select {
|
||||
-webkit-appearance: none;
|
||||
background: #07132B url(../images/hura-icon-down.png) no-repeat right 10px center;
|
||||
}
|
||||
.hura-sectors-container .hura-style-title {
|
||||
font-size: 14px;
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.hura-sectors-container input[type=number]::-webkit-outer-spin-button,
|
||||
.hura-sectors-container input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
background: transparent url(../images/hura-icon-direction.png) no-repeat center center;
|
||||
width: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label {
|
||||
margin: 0;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input {
|
||||
-webkit-appearance: none;
|
||||
height: 36px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input:checked {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label input:checked ~ svg {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align label svg {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align button {
|
||||
margin: 0;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align button svg * {
|
||||
fill: #fff;
|
||||
}
|
||||
.hura-sectors-container .hura-text-align .current {
|
||||
background: #475E8A;
|
||||
}
|
||||
.hura-sectors-container .hura-color-holder input {
|
||||
background-position: right top, right top !important;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number {
|
||||
position: relative;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number input {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.hura-sectors-container .hura-input-number span {
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 27px;
|
||||
}
|
||||
.hura-sectors-container .hura-button {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
background: #334566;
|
||||
padding: 0 20px;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.hura-sectors-container .hura-button svg {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.hura-sectors-container .hura-rotation-button {
|
||||
text-align: center;
|
||||
padding: 10px 10px 18px;
|
||||
}
|
||||
.hura-sectors-container .hura-rotation-button button {
|
||||
color: #4AC9FF;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.hura-show-preview {
|
||||
display: block;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-right, .hura-show-preview .hura-toolbar-list, .hura-show-preview .hura-btn-tab {
|
||||
display: none;
|
||||
}
|
||||
.hura-show-preview .hura-main-content {
|
||||
transition: unset;
|
||||
width: 100% !important;
|
||||
height: 100%;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-top {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: auto;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-holder {
|
||||
width: auto;
|
||||
}
|
||||
.hura-show-preview .hura-toolbar-holder a {
|
||||
display: none;
|
||||
}
|
||||
.hura-show-preview .hura-selected, .hura-show-preview .js-hura-edit, .hura-show-preview .js-hura-edit *:hover {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.hura-rotation-list {
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
.hura-rotation-list p {
|
||||
margin: 0;
|
||||
}
|
||||
.hura-rotation-list summary {
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
}
|
||||
.hura-rotation-list summary::marker {
|
||||
content: none;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation {
|
||||
border: 1px solid #374868;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-detail {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box img {
|
||||
margin-top: 7px;
|
||||
max-height: 58px;
|
||||
}
|
||||
.hura-rotation-list .hura-rotation-box p {
|
||||
width: 100%;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
1
css/style.css.map
Normal file
1
css/style.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["style.scss","style.css"],"names":[],"mappings":"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","file":"style.css"}
|
||||
579
css/style.scss
Normal file
579
css/style.scss
Normal file
@@ -0,0 +1,579 @@
|
||||
::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
iframe{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
display: block;
|
||||
}
|
||||
#js-hura-edit-container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.hura-scroll {
|
||||
&::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: #D9D9D9;
|
||||
border-radius: 5px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
.hura-hide{
|
||||
display: none;
|
||||
}
|
||||
.hura-style-italic {
|
||||
font-style: italic !important;
|
||||
}
|
||||
.hura-style-under {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.hura-style-line-through {
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
.hura-edit-body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
background: #444;
|
||||
.hura-toolbar-top {
|
||||
width: 100%;
|
||||
background: #24375C;
|
||||
height: 40px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.hura-toolbar-right {
|
||||
@extend .hura-scroll;
|
||||
background: #24375C;
|
||||
width: 320px;
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding: 0 10px 10px;
|
||||
color: #fff;
|
||||
}
|
||||
.hura-main-content {
|
||||
width: calc(100% - 320px);
|
||||
height: calc(100% - 40px);
|
||||
overflow: auto;
|
||||
transition: .3s all;
|
||||
margin: auto;
|
||||
border: 0;
|
||||
&::-webkit-scrollbar-track {
|
||||
background: #343434;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: #5d5d5d;
|
||||
border-radius: 0;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb:hover {
|
||||
background: #5d5d5d;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
.hura-toolbar-holder {
|
||||
width: calc(100% - 320px);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
a{
|
||||
margin: 0 10px;
|
||||
&:hover{
|
||||
*{
|
||||
fill: #4AC9FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-btn-tab {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 16px;
|
||||
}
|
||||
.hura-panel-options {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
.hura-group-title {
|
||||
padding: 0 10px;
|
||||
line-height: 40px;
|
||||
margin: 0;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.hura-option-list {
|
||||
border-top: 1px solid #374868;
|
||||
padding: 16px 10px;
|
||||
a {
|
||||
display: table;
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
color: #fff !important;
|
||||
&::before {
|
||||
content: '';
|
||||
border-radius: 2px;
|
||||
border: 1px solid #7D8FB1;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: #1E3053;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
.current {
|
||||
&::before {
|
||||
background: #2989F9;
|
||||
border-color: transparent;
|
||||
}
|
||||
&::after{
|
||||
content: "";
|
||||
width: 11px;
|
||||
height: 8px;
|
||||
border: 2px solid #fff;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
transform: rotate(-45deg);
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-toolbar-list {
|
||||
background: #2989F9;
|
||||
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 9;
|
||||
a {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
outline: unset !important;
|
||||
}
|
||||
}
|
||||
.hura-toolbar-table {
|
||||
border: 1px solid #374868;
|
||||
padding: 18px 10px;
|
||||
margin-bottom: 10px;
|
||||
table{
|
||||
width: 100%;
|
||||
*{
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
td{
|
||||
padding: 6px 0;
|
||||
&:nth-child(1){
|
||||
font-size: 13px;
|
||||
font-weight: 300;
|
||||
min-width: 75px;
|
||||
}
|
||||
}
|
||||
select, input{
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
height: 36px;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
.js-hura-edit{
|
||||
outline: 2px solid transparent;
|
||||
&:hover{
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
*:hover{
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
img{
|
||||
&:hover{
|
||||
outline: 2px solid #2989F9;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-selected {
|
||||
outline: 2px solid #2989F9;
|
||||
position: relative;
|
||||
}
|
||||
.hura-edit-popup-container {
|
||||
table{
|
||||
width: 100%;
|
||||
}
|
||||
.hura-popup-bg {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.50);
|
||||
z-index: 999;
|
||||
}
|
||||
.hura-edit-popup-group{
|
||||
@extend .hura-scroll;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
background: #fff;
|
||||
z-index: 1000;
|
||||
max-width: 930px;
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
overflow: auto;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.hura-popup-title{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 16px 20px 12px;
|
||||
border-bottom: 1px solid #F5F5F5;
|
||||
line-height: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.hura-popup-btn {
|
||||
border-top: 1px solid #F5F5F5;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 36px;
|
||||
margin-top: 10px;
|
||||
a{
|
||||
color: #2989F9;
|
||||
border-radius: 4px;
|
||||
padding: 0 24px;
|
||||
margin: 0 5px;
|
||||
font-size: 14px;
|
||||
&:last-child{
|
||||
color: #fff;
|
||||
background: #2989F9;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-edit-content {
|
||||
@extend .hura-scroll;
|
||||
height: calc(100% - 130px);
|
||||
overflow: auto;
|
||||
padding: 0 20px;
|
||||
thead {
|
||||
background: #F5F5F5;
|
||||
font-weight: 600;
|
||||
}
|
||||
td {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border: 1px solid #ECECEC;
|
||||
padding: 8px;
|
||||
&:nth-child(1){
|
||||
min-width: 50px;
|
||||
}
|
||||
&:nth-child(2){
|
||||
min-width: 65px;
|
||||
}
|
||||
&:nth-child(3){
|
||||
min-width: 150px;
|
||||
}
|
||||
&:nth-child(5), &:nth-child(6){
|
||||
input {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
&:nth-child(7){
|
||||
min-width: 90px;
|
||||
|
||||
}
|
||||
}
|
||||
input, select {
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #E7E7E7;
|
||||
background: #FFF;
|
||||
height: 36px;
|
||||
padding: 0 8px;
|
||||
max-width: 250px;
|
||||
}
|
||||
select{
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
img{
|
||||
display: block;
|
||||
margin: auto auto 4px;
|
||||
width: 42px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-sectors-container {
|
||||
border: 1px solid #374868;
|
||||
background: #1E3053;
|
||||
.hura-sectors-title {
|
||||
background: #162541;
|
||||
border-bottom: 1px solid #374868;
|
||||
line-height: 20px;
|
||||
padding: 10px;
|
||||
color: #7D8FB1;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
svg {
|
||||
margin-right: 10px;
|
||||
}
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.hura-properties-list {
|
||||
padding: 12px 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.hura-style-item {
|
||||
margin-bottom: 15px;
|
||||
width: calc(50% - 15px);
|
||||
input, select {
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
display: block;
|
||||
color: #FFF;
|
||||
border-radius: 4px;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
padding: 0 5px;
|
||||
}
|
||||
input{
|
||||
padding: 0 10px;
|
||||
}
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
background: #07132B url(../images/hura-icon-down.png) no-repeat right 10px center;
|
||||
}
|
||||
}
|
||||
.hura-style-title {
|
||||
font-size: 14px;
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
background: transparent url(../images/hura-icon-direction.png) no-repeat center center;
|
||||
width: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 10px;
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
.hura-text-align {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
label {
|
||||
margin: 0;
|
||||
width: calc(100% / 4);
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
input {
|
||||
-webkit-appearance: none;
|
||||
height: 36px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
&:checked{
|
||||
background: #475E8A;
|
||||
~svg {
|
||||
background: #475E8A;
|
||||
}
|
||||
}
|
||||
}
|
||||
svg {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
button {
|
||||
margin: 0;
|
||||
width: calc(100% / 4);
|
||||
text-align: center;
|
||||
background: #07132B;
|
||||
border: 0;
|
||||
border-right: 1px solid #000;
|
||||
position: relative;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
svg{
|
||||
*{
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.current {
|
||||
background: #475E8A;
|
||||
}
|
||||
}
|
||||
.hura-color-holder{
|
||||
input {
|
||||
background-position: right top, right top !important;
|
||||
}
|
||||
}
|
||||
.hura-input-number {
|
||||
position: relative;
|
||||
input {
|
||||
padding-right: 45px;
|
||||
}
|
||||
span {
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 27px;
|
||||
}
|
||||
}
|
||||
.hura-button {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
border: 0;
|
||||
background: #334566;
|
||||
padding: 0 20px;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
svg{
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
.hura-rotation-button {
|
||||
text-align: center;
|
||||
padding: 10px 10px 18px;
|
||||
button {
|
||||
color: #4AC9FF;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.hura-show-preview{
|
||||
display: block;
|
||||
.hura-toolbar-right, .hura-toolbar-list, .hura-btn-tab {
|
||||
display: none;
|
||||
}
|
||||
.hura-main-content {
|
||||
transition: unset;
|
||||
width: 100% !important;
|
||||
height: 100%;
|
||||
}
|
||||
.hura-toolbar-top {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: auto;
|
||||
}
|
||||
.hura-toolbar-holder{
|
||||
width: auto;
|
||||
a{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.hura-selected, .js-hura-edit, .js-hura-edit *:hover {
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
.hura-rotation-list {
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 10px 10px 0;
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
summary {
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
&::marker{
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
.hura-rotation {
|
||||
border: 1px solid #374868;
|
||||
}
|
||||
.hura-rotation-detail {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.hura-rotation-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 13px;
|
||||
img{
|
||||
margin-top: 7px;
|
||||
max-height: 58px;
|
||||
}
|
||||
p{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user