forked from voxgig/model-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from plantquest/Desktop_105_106_107_Nov-v2_mer…
…ge_Nov Desktop_105_106_107_nov_v2_merge_nov
- Loading branch information
Showing
12 changed files
with
2,056 additions
and
43,753 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,223 @@ | ||
.vxg-icon{padding:20px}.vxg-app-bar{height:64px;background-color:#fff;margin-left:25px}.vxg-head-btn{height:100%;background-color:#fff!important;color:rgb(var(--vxg-ct0));text-transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin-left:10px}.vxg-head-btn .v-icon{color:rgb(var(--vxg-ci0))!important}.basic-footer[data-v-edc4307a]{padding:1rem;text-align:center;background-color:#f5f5f5;color:#333}.v-navigation-drawer{background:#141b2d}.v-navigation-drawer__content{overflow-y:hidden}nav.vxg-side,nav.vxg-side .v-sheet{background-color:#141b2d!important}nav.vxg-side .v-divider{border-color:rgb(var(--vxg-ct2))!important;margin:16px 8px;height:22px}.btn-style{background-color:#283348!important;width:141px;height:281px;margin:4px!important}.btn-style.selected-btn{background-color:rgb(var(--vxg-cb1))!important}.btn-style.selected-btn,.btn-style.selected-btn .v-icon{color:rgb(var(--vxg-ct1))!important}.vxg-toggle{background-color:rgb(var(--vxg-cb1))!important;padding:10px!important;padding-bottom:10px;padding-top:10px;margin-right:10px}a.vxg-router-link{display:block;margin:0 8px;padding:16px 8px;text-decoration:none!important;color:rgb(var(--vxg-ct1))!important;border-radius:8px}a.vxg-router-link .v-icon{color:rgb(var(--vxg-ct2))!important}a.vxg-router-link.router-link-active{background-color:rgb(var(--vxg-cb2))!important;color:rgb(var(--vxg-ct1))!important}a.vxg-router-link.router-link-active .v-icon{color:rgb(var(--vxg-ct1))!important}.vxg-side-open{width:48px;height:48px}.drawer-toggle{width:48px}.magnifierIcon{margin:3px 0 0 40px;font-size:large;color:#141b2d}img.catppuccin-search,img.clip-path-group,img.Layer_5{width:20px}.font-size-13{font-size:13px}.searchIcons hr{margin:0 5px!important}.searchIcons svg{width:20px;height:20px}.v-input__control{background:#fff;margin-top:auto;margin-left:4px;margin-right:4px}.comboxSearch .v-select__slot{margin:4px 0;margin-left:25px}.comboxSearch .v-input__slot{width:calc(100% - 30px)}.comboxSearch fieldset{border:none!important}.catppuccin-search{width:24px;height:24px}.comboxSearch .v-input__icon{position:absolute;margin-left:187px}.v-text-field{padding:0 34px}.vxg-form-field{text-align:right;padding:0 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}div.changes{width:100%;color:rgba(0,0,0,.26)!important;background-color:transparent!important}div.changes table{width:100%;background-color:#fff!important;border-bottom:0;border-left:0;border-right:1px solid rgba(0,0,0,.26);border-top:1px solid rgba(0,0,0,.26)}div.changes td,div.changes th{background-color:#fff!important;border-right:0;border-top:0;border-left:1px solid rgba(0,0,0,.26);border-bottom:1px solid rgba(0,0,0,.26);padding:4px} | ||
.vxg-icon { | ||
padding: 20px; | ||
} | ||
.vxg-app-bar { | ||
height: 64px; | ||
background-color: white; | ||
margin-left: 25px; | ||
} | ||
.vxg-head-btn { | ||
height: 100%; | ||
background-color: white !important; | ||
color: rgb(var(--vxg-ct0)); | ||
text-transform: none !important; | ||
-webkit-box-shadow: none !important; | ||
box-shadow: none !important; | ||
margin-left: 10px; | ||
} | ||
.vxg-head-btn .v-icon { | ||
color: rgb(var(--vxg-ci0)) !important; | ||
} | ||
.vxg-icon { | ||
padding: 20px; | ||
} | ||
.vxg-app-bar { | ||
height: 64px; | ||
background-color: white; | ||
margin-left: 25px; | ||
} | ||
.vxg-head-btn { | ||
height: 100%; | ||
background-color: white !important; | ||
color: rgb(var(--vxg-ct0)); | ||
text-transform: none !important; | ||
-webkit-box-shadow: none !important; | ||
box-shadow: none !important; | ||
margin-left: 10px; | ||
} | ||
.vxg-head-btn .v-icon { | ||
color: rgb(var(--vxg-ci0)) !important; | ||
} | ||
.basic-footer[data-v-d93f7088] { | ||
text-align: center; | ||
color: #333; | ||
position: absolute; | ||
bottom: 0; | ||
z-index: 9999; | ||
width: -webkit-max-content; | ||
width: -moz-max-content; | ||
width: max-content; | ||
height: 23px; | ||
right: 0; | ||
background: transparent; | ||
} | ||
|
||
.basic-nav-stages[data-v-9481564c] { | ||
.v-expansion-panel-content__wrap { | ||
background-color: #DCEEEF !important; | ||
border-radius: 10px; | ||
} | ||
.stage { | ||
width: 95%; | ||
height: 85px; | ||
margin: 9px 2px 0px 6px; | ||
} | ||
} | ||
|
||
|
||
|
||
.v-navigation-drawer { | ||
background: #141B2D; | ||
} | ||
.v-navigation-drawer__content { | ||
overflow-y: hidden; | ||
} | ||
nav.vxg-side { | ||
background-color: #141B2D !important; | ||
} | ||
nav.vxg-side .v-sheet { | ||
background-color: #141B2D !important; | ||
} | ||
nav.vxg-side .v-divider { | ||
border-color: rgb(var(--vxg-ct2)) !important; | ||
margin: 16px 8px; | ||
height: 22px; | ||
} | ||
.btn-style { | ||
background-color: #283348 !important; | ||
width: 141px; | ||
height: 281px; | ||
margin: 4px !important; | ||
} | ||
.btn-style.selected-btn { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.btn-style.selected-btn .v-icon { | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.vxg-toggle { | ||
background-color: rgb(var(--vxg-cb1)) !important; | ||
padding: 10px !important; | ||
padding-bottom: 10px; | ||
padding-top: 10px; | ||
margin-right: 10px; | ||
} | ||
a.vxg-router-link { | ||
display: block; | ||
margin: 0px 8px; | ||
padding: 16px 8px; | ||
text-decoration: none !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
border-radius: 8px; | ||
} | ||
a.vxg-router-link .v-icon { | ||
color: rgb(var(--vxg-ct2)) !important; | ||
} | ||
a.vxg-router-link.router-link-active { | ||
background-color: rgb(var(--vxg-cb2)) !important; | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
a.vxg-router-link.router-link-active .v-icon { | ||
color: rgb(var(--vxg-ct1)) !important; | ||
} | ||
.vxg-side-open { | ||
width: 48px; | ||
height: 48px; | ||
} | ||
.drawer-toggle { | ||
width: 48px; | ||
} | ||
.magnifierIcon { | ||
margin: 3px 0 0 40px; | ||
font-size: large; | ||
color: #141b2d; | ||
} | ||
img.clip-path-group { | ||
width: 20px; | ||
} | ||
img.Layer_5 { | ||
width: 20px; | ||
} | ||
img.catppuccin-search { | ||
width: 20px; | ||
} | ||
.font-size-13 { | ||
font-size: 13px; | ||
} | ||
.searchIcons hr { | ||
margin: 0 5px !important; | ||
} | ||
.searchIcons svg { | ||
width: 20px; | ||
height: 20px; | ||
} | ||
.v-input__control { | ||
background: white; | ||
margin-top: auto; | ||
margin-left: 4px; | ||
margin-right: 4px; | ||
} | ||
.comboxSearch .v-select__slot { | ||
margin-left: 25px; | ||
margin-bottom: 4px; | ||
} | ||
.comboxSearch .v-input__slot { | ||
width: calc(100% - 30px); | ||
} | ||
.comboxSearch fieldset { | ||
border: none !important; | ||
} | ||
.catppuccin-search { | ||
width: 24px; | ||
/* Adjust size as needed */ | ||
height: 24px; | ||
/* Adjust size as needed */ | ||
} | ||
.comboxSearch .v-input__icon { | ||
position: absolute; | ||
margin-left: 187px; | ||
} | ||
.v-text-field { | ||
padding: 0 34px; | ||
} | ||
.comboxSearch2 .v-input__control { | ||
margin-top: -6px; | ||
} | ||
.comboxSearch2 fieldset { | ||
color: transparent !important; | ||
} | ||
.comboxSearch2 .v-input__append-inner { | ||
visibility: hidden; | ||
} | ||
.comboxSearch2 .v-select__slot { | ||
margin-left: 25px; | ||
margin-bottom: 4px; | ||
} | ||
.vxg-form-field { | ||
text-align: right; | ||
padding: 0px 8px 0px 0px; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
div.changes { | ||
width: 100%; | ||
color: rgba(0, 0, 0, 0.26) !important; | ||
background-color: rgba(0, 0, 0, 0) !important; | ||
} | ||
div.changes table { | ||
width: 100%; | ||
background-color: #FFF !important; | ||
border-bottom: 0px; | ||
border-left: 0px; | ||
border-right: 1px solid rgba(0, 0, 0, 0.26); | ||
border-top: 1px solid rgba(0, 0, 0, 0.26); | ||
} | ||
div.changes th, div.changes td { | ||
background-color: #FFF !important; | ||
border-right: 0px; | ||
border-top: 0px; | ||
border-left: 1px solid rgba(0, 0, 0, 0.26); | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.26); | ||
padding: 4px; | ||
} |
Oops, something went wrong.