Browse Source

컬러변경

pull/2/head
김지은 1 year ago
parent
commit
d3a63aea9a
  1. 4
      src/@core/components/widgets/stats/ChartOptions.js
  2. 2
      src/@core/scss/base/pages/app-email.scss
  3. 2
      src/@core/scss/base/pages/app-todo.scss
  4. 2
      src/@core/scss/base/plugins/forms/form-file-uploader.scss
  5. 110
      src/assets/css/custom.css
  6. 2
      src/assets/images/airplan_pp.svg
  7. 14
      src/assets/images/complete_img.svg
  8. 2
      src/assets/images/new_drone_icon_pp.svg
  9. 10
      src/assets/images/pages/coming-soon-dark.svg
  10. 10
      src/assets/images/pages/coming-soon.svg
  11. 6
      src/assets/images/pages/error-dark.svg
  12. 6
      src/assets/images/pages/error.svg
  13. 16
      src/assets/images/pages/forgot-password-v2-dark.svg
  14. 16
      src/assets/images/pages/forgot-password-v2.svg
  15. 8
      src/assets/images/pages/login-v2-dark.svg
  16. 8
      src/assets/images/pages/login-v2.svg
  17. 16
      src/assets/images/pages/not-authorized-dark.svg
  18. 16
      src/assets/images/pages/not-authorized.svg
  19. 18
      src/assets/images/pages/register-v2-dark.svg
  20. 18
      src/assets/images/pages/register-v2.svg
  21. 6
      src/assets/images/pages/reset-password-v2-dark.svg
  22. 6
      src/assets/images/pages/reset-password-v2.svg
  23. 6
      src/assets/images/pages/under-maintenance-dark.svg
  24. 6
      src/assets/images/pages/under-maintenance.svg
  25. 2
      src/components/analysis/simulation/AnalysisSimulationMenu.js
  26. 2
      src/components/basis/flight/plan/FlightPlanAreaMapBox.js
  27. 2
      src/components/map/mapbox/MapBoxMap.js
  28. 2
      src/components/map/naver/NaverMap.js
  29. 8
      src/components/map/naver/draw/FlightPlanDraw.js
  30. 8
      src/components/map/naver/draw/FlightPlanDraw_Test.js
  31. 6
      src/components/map/naver/dron/DronPlan.js
  32. 2
      src/components/map/naver/dron/NewDronPlan.js
  33. 6
      src/utility/Utils.js
  34. 2
      src/views/charts/apex/ApexHeatmapChart.js
  35. 10
      src/views/control/main/ControlMain.js

4
src/@core/components/widgets/stats/ChartOptions.js

@ -11,7 +11,7 @@ export const areaChartOptions = {
grid: {
show: false
},
colors: ['#7367F0'],
colors: ['#8a1c05'],
dataLabels: {
enabled: false
},
@ -66,7 +66,7 @@ export const lineChartOptions = {
grid: {
show: false
},
colors: ['#7367F0'],
colors: ['#8a1c05'],
dataLabels: {
enabled: false
},

2
src/@core/scss/base/pages/app-email.scss

@ -58,7 +58,7 @@ $email_details_header_height: 5rem;
color: $primary;
}
&.active {
border-color: #7367f0;
border-color: #8a1c05;
}
}
}

2
src/@core/scss/base/pages/app-todo.scss

@ -49,7 +49,7 @@
color: $primary;
}
&.active {
border-color: #7367f0;
border-color: #8a1c05;
}
}
}

2
src/@core/scss/base/plugins/forms/form-file-uploader.scss

@ -14,7 +14,7 @@
left: 0;
width: 100%;
height: 100%;
color: #7367f0;
color: #8a1c05;
display: flex;
justify-content: center;
align-items: center;

110
src/assets/css/custom.css

@ -76,10 +76,10 @@ button{border:0;background:transparent;}
/*레이아웃*/
.pal-container{background:#ddd;height:100vh;position:relative;}
.map{width:calc(100% - 80px);position:absolute;right:0;}
.left-layer{width:350px;height:100vh;background:#ddd;position:absolute;left:80px;color:#fff;z-index: 999;padding:14px;overflow: auto;}
.right-layer{width:350px;height:100vh;background:#ddd;position:absolute;right:-350px;color:#fff;z-index: 999;padding:14px;transition: 0.5s ease;-webkit-transition: 0.5s ease;overflow:auto;}
.left-layer{width:350px;height:100vh;background:#fff;position:absolute;left:80px;color:#fff;z-index: 999;padding:14px;overflow: auto;}
.right-layer{width:350px;height:100vh;background:#fff;position:absolute;right:-350px;color:#fff;z-index: 999;padding:14px;transition: 0.5s ease;-webkit-transition: 0.5s ease;overflow:auto;}
.right-layer.active{right:0px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.right-layer-btn{width:40px;height:40px;position:absolute;right:0px;top:50%;transform: translateY(-50%);border:0;background:#7367f0;border-top-left-radius:5px;border-bottom-left-radius:5px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.right-layer-btn{width:40px;height:40px;position:absolute;right:0px;top:50%;transform: translateY(-50%);border:0;background:#8a1c05;border-top-left-radius:5px;border-bottom-left-radius:5px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.right-layer-btn svg{color:#fff;}
.right-menu.active .right-layer-btn{right:350px;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.layer-content + .layer-content{margin-top:14px;}
@ -98,13 +98,19 @@ button{border:0;background:transparent;}
.layer-ti .badge{font-weight:500;font-size:13px;}
/*레이어 상세정보-검색*/
.layer-search .input-group .form-control{height:35px;font-size: 0.875rem;color:#b5b5b7;background:#283046;border:1px solid #404656;border-right:0;}
.layer-search .input-group .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;border-right:0px;}
.layer-search .input-group .form-control::placeholder{color:#777;}
.layer-search .btn{height:35px;border-top-left-radius:0;border-bottom-left-radius:0;position:relative;background:#283046;border-color:#404656;}
.layer-search .btn:active{background:#7367f0;border:1px solid #7367f0;}
.layer-search .input-group .form-control{height:35px;font-size: 0.875rem;color:#b5b5b7;border-right:0;}
.layer-search .input-group .form-control:focus{border-color:#8a1c05;border-right:1px solid #8a1c05;border-right:0px;}
.layer-search .input-group .form-control::placeholder{color:#555;}
.layer-search .btn{height:35px;border-top-left-radius:0;border-bottom-left-radius:0;position:relative;}
.layer-search .btn:active{background:#8a1c05;border:1px solid #8a1c05;}
.layer-search .btn svg{position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.dark-layout .layer-search .input-group .form-control{color:#b5b5b7;background:#283046;border:1px solid #404656;border-right:0;}
.dark-layout .layer-search .input-group .form-control:focus{border-color:#8a1c05;border-right:1px solid #8a1c05;}
.dark-layout .layer-search .input-group .form-control::placeholder{color:#777;}
.dark-layout .layer-search .btn{background:#283046;border-color:#404656;}
/*레이어 상세정보-필터*/
.layer-filter{background:#283046;border:1px solid #404656;border-radius: 5px;}
.layer-filter-ti{display:flex;align-items: center;}
@ -122,7 +128,7 @@ button{border:0;background:transparent;}
.square_check > div{text-align:center;border-top:1px solid #404656;}
.square_check .btn{border:1px solid #404656;border-left:0px;border-radius:0px;font-size: 13px;color:#bbb;font-weight:300;}
.square_check .btn:first-child{border-left:1px solid #404656;}
.square_check .btn.btn-checked{background:#7367f0;color:#fff;font-weight:400;}
.square_check .btn.btn-checked{background:#8a1c05;color:#fff;font-weight:400;}
.square_check .btn-group, .btn-group-vertical{display:flex;flex-wrap: wrap;}
.square_check .btn-group.box_3n .btn{width:33.333%;padding: 14px 0;}
.box_3n label:nth-child(n+1):nth-child(-n+99999){border-top:0px;}
@ -143,8 +149,9 @@ button{border:0;background:transparent;}
}
/*레이어 상세정보-리스트*/
.drone-list .layer-content-list{cursor: pointer;}
.layer-content-list{background:#283046;border-radius: 5px;padding:10px;color:#bbb;border: 1px solid #404656;}
.layer-content-list.on{border:2px solid #7367f0;}
.layer-content-list{background:#fff;border-radius: 5px;padding:10px;color:#555;border: 1px solid #ddd;}
.dark-layout .layer-content-list{background:#283046;color:#bbb;border: 1px solid #404656;}
.layer-content-list.on{border:2px solid #8a1c05;}
.layer-content-list + .layer-content-list{margin-top:14px;}
.layer-content-list dl dt{display:flex;}
.layer-content-list dl dt + dt{margin-top:14px;}
@ -162,9 +169,9 @@ button{border:0;background:transparent;}
.layer-content-box dl dt{display:flex;}
.layer-content-box dl dt + dt{margin-top:14px;}
.layer-content-box dl dt div{flex:auto;font-size: 0.875rem;}
.layer-content-box dl dt .list-left-txt{text-align: left;font-weight:500;min-width: 70px;}
.layer-content-box dl dt .list-left-txt{text-align: left;font-weight:500;min-width: 70px;color: #777;}
.layer-content-box dl dt .list-right-txt{text-align: right;}
.dark-layout .layer-content-box dl dt .list-left-txt{color:#bbb}
/* 스크롤바 설정*/
*::-webkit-scrollbar{width: 6px;height:6px;}
@ -192,7 +199,7 @@ button{border:0;background:transparent;}
/*tab-menu*/
.tab-menu ul{display:flex;}
.tab-menu ul li{flex:1;text-align: center;padding:10px 0;font-weight:500;cursor: pointer;}
.tab-menu ul li.active{border-bottom:2px solid #7367f0;}
.tab-menu ul li.active{border-bottom:2px solid #8a1c05;}
.tab-content{display:none;}
.tab-content.active{display:block;}
@ -219,22 +226,24 @@ button{border:0;background:transparent;}
.layer-switch-list .dot-icon.color-skyblue{background:#009cad;}
.layer-switch-list svg{margin-right:8px;}
.layer-switch-list .custom-switch .custom-control-label:after{top:2px;}
.map-btn{border:1px solid #ddd;border-radius:0.358rem}
.map-btn .btn-group, .btn-group-vertical{width:100%;}
.map-btn button:hover{box-shadow:none!important;}
.map-btn button{color:#555!important;background:#fff!important;border-color:#ddd!important;}
.map-btn button:focus{color:#7367f0;background:#7367f0!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.map-btn button{color:#555!important;background:#fff!important;}
.map-btn button:focus{color:#8a1c05;background:#8a1c05!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.dark-layout .map-btn button{color:#bbb!important;background:#283046!important;border-color:rgba(34, 41, 47, 0.08) !important;}
.dark-layout .map-btn button:focus{color:#7367f0;background:#7367f0!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.map-btn .btn-primary{background:#7367f0!important;color:#fff!important;}
.dark-layout .map-btn button:focus{color:#8a1c05;background:#8a1c05!important;color:#fff!important;border-color:rgba(34, 41, 47, 0.08) !important}
.map-btn .btn-primary{background:#8a1c05!important;color:#fff!important;}
/* .map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-child,
.map-btn .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-of-type{border-left-color:transparent!important;}
.map-btn .btn-group [class*='btn-']:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']){border-left-color:#9489ff!important;} */
/*left메뉴*/
h1.logo{width:50px;height:50px;margin:0px auto 60px auto;text-align:center;}
h1.logo img{width:100%;}
h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;font-size:0.9375rem;}
.left-menu{width:80px;height:100vh;background:#ddd;padding-top:20px;position:fixed;}
.dark-layout .left-menu{background:#283046;}
h1.logo span{display:block;color:#8a1c05;font-weight:bold;letter-spacing:2px;font-size:0.9375rem;}
.dark-layout h1.logo span{color:#f4f4f4;}
.left-menu{width:80px;height:100vh;background:#fff;padding-top:20px;position:fixed;border-right:1px solid #ddd;}
.dark-layout .left-menu{background:#283046;border-right:0;}
.left-menu-nav, .left-menu-footer{color:#bbb;}
.left-menu-nav li, .left-menu-footer li{margin-top:20px;text-align:center;}
.left-menu-footer{position:absolute;bottom:20px;left:50%;transform: translateX(-50%);}
@ -244,14 +253,17 @@ h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;fon
.socket_off{display:block;width:32px;height:32px;border-radius:100%;background:#ed1125;position: relative;}
.socket_off svg{color:#fff;margin-top:4px;}
.socket_off::after{content:'';display:block;width:10px;height:10px;border:2px solid #ddd;border-radius:100%;background:#ed1125;position: absolute;right:0;bottom:0px;}
.logout-btn{cursor: pointer;color:#f4f4f4;}
.logout-btn{cursor: pointer;color:#555;}
.socket_on svg{animation: rotate-icon 5s linear infinite;transform-origin: 50% 50%;}
@keyframes rotate-icon{100% {transform: rotate(360deg);}}
.left-menu-nav li{margin-top:40px;}
.left-menu-nav li button{color:#f4f4f4;}
.left-menu-nav li button svg{color:#f4f4f4;}
.left-menu-nav li button svg path{fill:#f4f4f4;}
.left-menu-nav li button{color:#8a1c05;}
.left-menu-nav li button svg{color:#8a1c05;}
.left-menu-nav li button svg path{fill:#8a1c05;}
.dark-layout .left-menu-nav li button{color:#f4f4f4;}
.dark-layout .left-menu-nav li button svg{color:#f4f4f4;}
.dark-layout .left-menu-nav li button svg path{fill:#f4f4f4;}
.dark-layou .logout-btn{color:#f4f4f4;}
/* fligth path draw */
.left-menu-nav li .check{background-color: #283046; font-size:0.9rem; color: white; width:70px; border: 0px;}
.left-menu-nav.test{position: relative; z-index: 1; cursor: pointer; float: left; display: block; margin: 0px; padding: 0px; width: 28px; height: 28px; list-style: none; box-sizing: content-box !important; background: rgb(255, 255, 255);}
@ -288,7 +300,7 @@ h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;fon
.login-form{width:100%;flex-direction: column;}
.login-form form{width:100%;max-width:480px;}
.login-form .form-control{background:#fff}
.login-form .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;}
.login-form .form-control:focus{border-color:#8a1c05;border-right:1px solid #8a1c05;}
/* .login-form .form-label-group > label{color:#bbb;}
.login-form .form-control-position svg{color:#bbb;}
.login-form .form-control::placeholder{color:#bbb;}
@ -305,7 +317,7 @@ h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;fon
.dark-layout .login-form{background:#283046;}
.dark-layout .login-form form{width:100%;padding:0 120px;}
.dark-layout .login-form .form-control{background:transparent;border:1px solid #404656;}
.dark-layout .login-form .form-control:focus{border-color:#7367f0;border-right:1px solid #7367f0;}
.dark-layout .login-form .form-control:focus{border-color:#8a1c05;border-right:1px solid #8a1c05;}
.dark-layout .login-form .form-label-group > label{color:#bbb;}
.dark-layout .login-form .form-control-position svg{color:#bbb;}
.dark-layout .login-form .form-control::placeholder{color:#bbb;}
@ -394,12 +406,12 @@ h1.logo span{display:block;color:#f4f4f4;font-weight:bold;letter-spacing:2px;fon
.search-list{display:flex;align-items: center;padding:0 20px;width:100%;}
.search-list .calendar-flat{border-radius: 0.357rem;height: 2.142rem;padding: 0 20px;}
.search-list .calendar-flat input{padding:0px;text-align:center;}
.search-list .calendar-flat:hover{border:1px solid #7367f0;}
.search-list .calendar-flat:hover{border:1px solid #8a1c05;}
.dark-layout .search-list .calendar-flat{border:1px solid #404656;}
.search-list-cont{width:100%;}
.search-list-cont-btn .btn{border-radius:0px;border-color: #404656!important;color:#bbb;}
/* .search-list-cont-btn .btn:focus{background-color: #7367f0!important;color:#fff!important;} */
.search-list-cont-btn .btn.active{background-color: #7367f0!important;color:#fff!important;}
/* .search-list-cont-btn .btn:focus{background-color: #8a1c05!important;color:#fff!important;} */
.search-list-cont-btn .btn.active{background-color: #8a1c05!important;color:#fff!important;}
.search-list-cont .custom-control-label{color:#555;font-size: 0.875rem;}
.dark-layout .search-list-cont .custom-control-label{color:#bbb;}
.cont-ti{padding-bottom:10px!important;}
@ -539,7 +551,7 @@ input:-internal-autofill-selected {
.search-info .final span{font-weight:500;font-size: 0.875rem;}
.mb-10p{margin-bottom:10px;}
/*서브 레프트메뉴*/
.pal-main-menu-content .pal-navigation-main > li:first-child a{cursor: default;padding-left:8px;/*border-bottom:2px solid #7367f0;*/}
.pal-main-menu-content .pal-navigation-main > li:first-child a{cursor: default;padding-left:8px;/*border-bottom:2px solid #8a1c05;*/}
.pal-navigation-main > li:first-child a > span{font-size:1.125rem;font-weight:500;}
.pal-navigation-main li:first-child a > *{transition: none!important;}
.pal-navigation-main li:first-child a:hover > *{transition: none!important;transform: none!important;}
@ -586,7 +598,7 @@ input:-internal-autofill-selected {
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell{font-size: 0.875rem;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow .rdt_TableCell .badge.btn{font-size:85%!important;}
.pal-dateTable a{color:#bbb;text-decoration: underline;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.primary{background: #7367f0 !important;color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.primary{background: #8a1c05 !important;color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.secondary{background: #82868b !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.success{background: #28c76f !important;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.danger{background: #ea5455 !important;}
@ -604,14 +616,14 @@ input:-internal-autofill-selected {
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.dark .rdt_TableCell, .rdt_TableRow.dark .rdt_TableCell a{color:#fff;}
.react-dataTable.pal-dateTable .rdt_TableBody .rdt_TableRow.yellow .rdt_TableCell, .rdt_TableRow.yellow .rdt_TableCell a{color:#000;}
.rdt_TableRow.primary .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.secondary .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.success .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.danger .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.warning .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.info .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.dark .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.yellow .rdt_TableCell a:hover{color:#7367f0;}
.rdt_TableRow.primary .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.secondary .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.success .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.danger .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.warning .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.info .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.dark .rdt_TableCell a:hover{color:#8a1c05;}
.rdt_TableRow.yellow .rdt_TableCell a:hover{color:#8a1c05;}
@media only screen and (min-width: 768px) and (max-width: 1024px){
@ -703,7 +715,7 @@ background-size: 75% auto;
/*데이터피커 (달력) 기본 css*/
.calendar-flat{border:1px solid #ddd;;border-radius: 0.357rem;height: 2.142rem;padding: 0 20px;}
.calendar-flat input{padding:0px;font-size: 0.875rem;}
.calendar-flat:hover{border:1px solid #7367f0;}
.calendar-flat:hover{border:1px solid #8a1c05;}
.dark-layout .calendar-flat{border:1px solid #404656;background: #283046}
/*시뮬레이터*/
@ -713,7 +725,7 @@ background-size: 75% auto;
.simulation-wrap.full{width:calc(100% - 80px);transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.simulation-cont{display:flex;width:100%;justify-content:space-between;align-items: center;}
.simulation-slider{width:100%;}
.simulation-ti{display:flex;background: #7367f0;color: #fff; padding: 10px 20px;}
.simulation-ti{display:flex;background: #8a1c05;color: #fff; padding: 10px 20px;}
.simulation-ti div{font-size:1rem;font-weight:500;}
.simulation-ti-btn{padding:0;background-color: transparent!important;border:none;margin-right:1rem;}
.simulation-ti-btn:focus{background-color: transparent!important;border:none;}
@ -738,7 +750,7 @@ background-size: 75% auto;
.simulation-cont-box .drone-location{justify-content: space-between;align-items: center;text-align:center;}
.drone-location{ flex: 1;text-align: center;}
.drone-location .border-primary{flex: 1;border-radius:6px;}
.drone-location .border-primary .ti{padding:4px 10px;font-size: 0.875rem;background:#7367f0;color:#fff;}
.drone-location .border-primary .ti{padding:4px 10px;font-size: 0.875rem;background:#8a1c05;color:#fff;}
.drone-location .border-primary .txt{padding:4px 10px;}
.drone-location .border-secondary{flex: 1;border-radius:6px;}
.drone-location .border-secondary .ti{padding:4px 10px;font-size: 0.875rem;background:#82868b;color:#fff;}
@ -762,7 +774,7 @@ background-size: 75% auto;
.simulation-cont-box-img .badge{min-width:180px;display:flex;justify-content:space-between;}
.simulation-cont-box-img .badge + .badge{margin-top:10px;}
.simulation-icon svg{fill:#5d6373}
.date-num-focus{background:#7367f0;border-radius: 6px;color:#fff;}
.date-num-focus{background:#8a1c05;border-radius: 6px;color:#fff;}
.simulation-date-num.date-num-focus div:first-child{background: #ff9f43;color:#fff;}
.scroll-container {padding-bottom:10px;}
@ -792,18 +804,18 @@ background-size: 75% auto;
.datepicker-custom .react-datepicker__month-read-view--down-arrow,
.datepicker-custom .react-datepicker__month-year-read-view--down-arrow,
.datepicker-custom .react-datepicker__navigation-icon::before{border-width: 1px 1px 0 0;top: 12px;}
.datepicker-custom .react-datepicker__navigation:hover *::before {border-color: #7367f0;}
.datepicker-custom .react-datepicker__navigation:hover *::before {border-color: #8a1c05;}
.datepicker-custom .react-datepicker__day--keyboard-selected,
.datepicker-custom .react-datepicker__month-text--keyboard-selected,
.datepicker-custom .react-datepicker__quarter-text--keyboard-selected,
.datepicker-custom .react-datepicker__year-text--keyboard-selected{background:#7367f0;}
.datepicker-custom .react-datepicker__year-text--keyboard-selected{background:#8a1c05;}
.datepicker-custom .react-datepicker__month-text.react-datepicker__month--selected:hover,
.datepicker-custom .react-datepicker__month-text.react-datepicker__month--in-range:hover,
.datepicker-custom .react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.datepicker-custom .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.datepicker-custom .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.datepicker-custom .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.datepicker-custom .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {background-color:#7367f0;color:#b4b7bd;}
.datepicker-custom .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {background-color:#8a1c05;color:#b4b7bd;}
.datepicker-custom .react-datepicker__month-text:hover,
.datepicker-custom .react-datepicker__quarter-text:hover {background-color: rgba(57,57,57,0.3);}
.datepicker-custom .react-datepicker__month .react-datepicker__month-text,
@ -876,7 +888,7 @@ background-size: 75% auto;
.data-box-header{display:flex;;align-items:center;justify-content: space-between;}
.data-box-header svg{color:#fff;}
.data-list-box{display:flex;margin:10px 0 4px 0;}
.data-list{background: #7367f0;border-radius: 5px;border: 1px solid #7367f0;display:flex;align-items: center;padding:0.4rem;}
.data-list{background: #8a1c05;border-radius: 5px;border: 1px solid #8a1c05;display:flex;align-items: center;padding:0.4rem;}
.data-list + .data-list{margin-left:10px;}
.data-list span{font-size:0.8rem;color: #ddd;font-weight:400;}
.data-list span + span{margin-left:4px;}

2
src/assets/images/airplan_pp.svg

@ -2,7 +2,7 @@
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="20px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve" style="fill: #7367f0; transform: rotate(-45deg)">
y="0px" width="20px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve" style="fill: #8a1c05; transform: rotate(-45deg)">
<path id="_x31_" d="M5.679,23.505l-4.944-1.974c-0.296-0.117-0.373-0.484-0.146-0.7l0.454-0.43c0.431-0.41,1.018-0.639,1.628-0.637
l4.522,0.016c0.358,0.001,0.697-0.155,0.917-0.422l1.517-1.834c1.083-1.31,2.247-2.556,3.487-3.732l0.946-0.898
C11.347,10.912,3.868,8.571,1.449,7.845c-0.332-0.1-0.419-0.507-0.154-0.722l0.513-0.417c0.791-0.642,1.829-0.94,2.861-0.821

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

14
src/assets/images/complete_img.svg

@ -4,11 +4,11 @@
<defs>
<path d="M6,0 L352,0 C355.313708,-6.08718376e-16 358,2.6862915 358,6 L358,200 L358,200 L0,200 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 Z" id="path-1"></path>
<linearGradient x1="68.6694733%" y1="-53.106962%" x2="68.6694733%" y2="100%" id="linearGradient-3">
<stop stop-color="#7367F0" offset="0%"></stop>
<stop stop-color="#8a1c05" offset="0%"></stop>
<stop stop-color="#8CA5FF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="68.6694733%" y1="-53.106962%" x2="68.6694733%" y2="100%" id="linearGradient-4">
<stop stop-color="#7367F0" offset="0%"></stop>
<stop stop-color="#8a1c05" offset="0%"></stop>
<stop stop-color="#8CA5FF" offset="100%"></stop>
</linearGradient>
<path d="M7.9517939,0.0643082741 L25.6904111,0.0643082741 C26.3660502,0.0643082741 26.913764,0.60314908 26.913764,1.2678429 L26.913764,4.57756312 C31.3993913,10.1439108 33.642205,15.7102584 33.642205,21.276606 C33.642205,26.6715109 31.7269463,32.0664157 27.896429,37.4613205 C27.6675817,37.7836241 27.2931485,37.975649 26.8935237,37.975649 L6.748676,37.975649 C6.34905097,37.975649 5.97461756,37.7836214 5.74577265,37.4613159 C1.91525755,32.0664126 0,26.6715093 0,21.276606 C0,15.8152838 2.15897762,10.3539616 6.47693287,4.8926394 L6.72844099,4.57756312 L6.72844099,1.2678429 C6.72844099,0.60314908 7.27615474,0.0643082741 7.9517939,0.0643082741 Z" id="path-5"></path>
@ -79,7 +79,7 @@
<path d="M3.71570193,1.90615522 L22.5620764,9.4668398 C23.4742246,9.83277039 24.0816795,10.7057639 24.1077854,11.6882292 L24.8185919,38.4386482 C24.8547388,39.7989976 23.7812606,40.9310816 22.4209111,40.9672285 C22.1373268,40.9747639 21.854571,40.933271 21.5851076,40.8445789 L2.18972545,34.4607179 C1.18404926,34.1297062 0.502254402,33.1932451 0.496120544,32.1345121 L0.334321725,4.20726961 C0.326437776,2.84646282 1.42319844,1.73691975 2.78400522,1.72903581 C3.10311001,1.72718705 3.41953569,1.78734088 3.71570193,1.90615522 Z" id="Rectangle" fill="#7596FF" fill-rule="nonzero"></path>
<path d="M4.48219877,2.18570437 L23.3253335,8.67607053 C24.3195595,9.01852366 24.9868955,9.95419536 24.9868955,11.0057463 L24.9868955,37.9875475 C24.9868955,39.3483771 23.8837251,40.4515475 22.5228955,40.4515475 C22.2498208,40.4515475 21.9786455,40.4061541 21.7204574,40.3172233 L2.87732263,33.8268571 C1.88309669,33.484404 1.2157607,32.5487323 1.2157607,31.4971813 L1.2157607,4.51538013 C1.2157607,3.15455051 2.31893108,2.05138013 3.6797607,2.05138013 C3.95283539,2.05138013 4.22401068,2.09677356 4.48219877,2.18570437 Z" id="Rectangle" fill="url(#linearGradient-3)"></path>
<polygon id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" points="2.39909772 3.14034756 23.8306285 10.2349244 23.8306285 39.3258335 2.69068742 31.9104437"></polygon>
<path d="M9.99029695,2.41375834 L17.6860176,5.24974005 C18.2911522,5.4727407 18.7032467,6.0372456 18.7312563,6.68155349 L18.8397388,9.17698649 C18.858928,9.61839739 18.5166497,9.99178754 18.0752388,10.0109767 C17.9692532,10.0155842 17.8634096,9.99906598 17.7638679,9.96238343 L10.0681472,7.12640173 C9.46301257,6.90340108 9.05091813,6.33889617 9.02290851,5.69458829 L8.91442603,3.19915528 C8.89523683,2.75774439 9.23751515,2.38435424 9.67892604,2.36516504 C9.78491163,2.36055759 9.89075518,2.3770758 9.99029695,2.41375834 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero"></path>
<path d="M9.99029695,2.41375834 L17.6860176,5.24974005 C18.2911522,5.4727407 18.7032467,6.0372456 18.7312563,6.68155349 L18.8397388,9.17698649 C18.858928,9.61839739 18.5166497,9.99178754 18.0752388,10.0109767 C17.9692532,10.0155842 17.8634096,9.99906598 17.7638679,9.96238343 L10.0681472,7.12640173 C9.46301257,6.90340108 9.05091813,6.33889617 9.02290851,5.69458829 L8.91442603,3.19915528 C8.89523683,2.75774439 9.23751515,2.38435424 9.67892604,2.36516504 C9.78491163,2.36055759 9.89075518,2.3770758 9.99029695,2.41375834 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero"></path>
<path d="M15.9851517,14.567309 C16.3208748,14.567309 16.5930321,14.8386515 16.5930321,15.1733696 C16.5930321,15.4841792 16.3583658,15.7403436 16.0560434,15.7753528 L15.9851517,15.7794302 L6.45604097,12.6050678 C6.12031792,12.6050678 5.84816062,12.3337252 5.84816062,11.9990072 C5.84816062,11.6881976 6.08282687,11.4320331 6.38514928,11.397024 L6.45604097,11.3929466 L15.9851517,14.567309 Z" id="Path" fill="#A7C3FF"></path>
<path d="M15.9851517,20.627915 C16.3208748,20.627915 16.5930321,20.8992576 16.5930321,21.2339756 C16.5930321,21.5447852 16.3583658,21.8009497 16.0560434,21.8359588 L15.9851517,21.8400362 L6.45604097,18.6656738 C6.12031792,18.6656738 5.84816062,18.3943313 5.84816062,18.0596132 C5.84816062,17.7488036 6.08282687,17.4926392 6.38514928,17.45763 L6.45604097,17.4535526 L15.9851517,20.627915 Z" id="Path" fill="#A7C3FF"></path>
<path d="M15.9851517,26.6885211 C16.3208748,26.6885211 16.5930321,26.9598637 16.5930321,27.2945817 C16.5930321,27.6053913 16.3583658,27.8615557 16.0560434,27.8965649 L15.9851517,27.9006423 L6.45604097,24.7262799 C6.12031792,24.7262799 5.84816062,24.4549373 5.84816062,24.1202193 C5.84816062,23.8094097 6.08282687,23.5532453 6.38514928,23.5182361 L6.45604097,23.5141587 L15.9851517,26.6885211 Z" id="Path" fill="#A7C3FF"></path>
@ -105,13 +105,13 @@
</g>
<g id="Cup" transform="translate(152.000000, 93.000000) scale(-1, 1) translate(-152.000000, -93.000000) translate(142.000000, 87.000000)">
<path d="M5.19568465,1.43081857 L1.34615385,1.43081857 C0.602693606,1.43081857 0,2.01844484 0,2.74331857 L0,4.54109944 C0,6.25886013 1.42822582,7.65138031 3.19003166,7.65138031 L5.19568465,7.65138031 C5.51431047,7.65138031 5.77260773,7.39954048 5.77260773,7.08888031 C5.77260773,6.77822014 5.51431047,6.52638031 5.19568465,6.52638031 L3.19003166,6.52638031 C2.06547746,6.52638031 1.15384615,5.63753979 1.15384615,4.54109944 L1.15384615,2.74331857 C1.15384615,2.63976518 1.23994524,2.55581857 1.34615385,2.55581857 L5.19568465,2.55581857 C5.51431047,2.55581857 5.77260773,2.30397874 5.77260773,1.99331857 C5.77260773,1.6826584 5.51431047,1.43081857 5.19568465,1.43081857 Z" id="Path" fill="#8C81FF"></path>
<path d="M17.9788065,0 C18.8284754,0 19.5172681,0.671572875 19.5172681,1.5 L19.5172681,5.25 C19.5172681,7.94994814 17.4269002,10.1738705 14.7380399,10.4671887 L14.7373925,11.25 L8.00307021,11.25 L8.00270748,10.4501133 C5.38160823,10.0962583 3.36342192,7.9029233 3.36342192,5.25 L3.36342192,1.5 C3.36342192,0.671572875 4.05221461,0 4.90188346,0 L17.9788065,0 Z" id="Path" fill="#7367F0"></path>
<path d="M17.9788065,0 C18.8284754,0 19.5172681,0.671572875 19.5172681,1.5 L19.5172681,5.25 C19.5172681,7.94994814 17.4269002,10.1738705 14.7380399,10.4671887 L14.7373925,11.25 L8.00307021,11.25 L8.00270748,10.4501133 C5.38160823,10.0962583 3.36342192,7.9029233 3.36342192,5.25 L3.36342192,1.5 C3.36342192,0.671572875 4.05221461,0 4.90188346,0 L17.9788065,0 Z" id="Path" fill="#8a1c05"></path>
<path d="M3.45192308,10.5 L18.8557692,10.5 C19.062876,10.5 19.2307692,10.6678932 19.2307692,10.875 C19.2307692,11.0859183 19.067031,11.260612 18.8565543,11.2742533 L13.1958688,11.6411283 L13.1958688,11.6411283 L9.15740727,11.6411283 L3.45114965,11.2740722 C3.24069398,11.2605346 3.07692308,11.0858906 3.07692308,10.875 C3.07692308,10.6678932 3.2448163,10.5 3.45192308,10.5 Z" id="Rectangle" fill="#8C81FF"></path>
</g>
<g id="FacingBack-Laptop3" transform="translate(51.000000, 65.000000)">
<path d="M5.02733468,31.5850752 L78.9150653,31.5850752 C79.4927677,31.5850752 79.961088,32.0533955 79.961088,32.6310979 C79.961088,33.2088002 79.4927677,33.6771206 78.9150653,33.6771206 L5.02733468,33.6771206 C4.4496323,33.6771206 3.981312,33.2088002 3.981312,32.6310979 C3.981312,32.0533955 4.4496323,31.5850752 5.02733468,31.5850752 Z" id="Rectangle" fill="#8C81FF"></path>
<path d="M55.0781141,31.5850752 L78.9150653,31.5850752 C79.4927677,31.5850752 79.961088,32.0533955 79.961088,32.6310979 C79.961088,33.2088002 79.4927677,33.6771206 78.9150653,33.6771206 L55.0781141,33.6771206 C54.5004117,33.6771206 54.0320914,33.2088002 54.0320914,32.6310979 C54.0320914,32.0533955 54.5004117,31.5850752 55.0781141,31.5850752 Z" id="Rectangle" fill="#7367F0"></path>
<path d="M4.09537739,0 L48.43326,0 C50.2430453,-7.76541381e-16 51.7715044,1.34357648 52.0035468,3.13842446 L55.1677767,27.6137427 C55.4226979,29.5855577 54.0308804,31.390684 52.0590654,31.6456051 C51.9060029,31.6653934 51.7518263,31.6753183 51.5974899,31.6753183 L7.25960729,31.6753183 C5.44982197,31.6753183 3.92136287,30.3317418 3.68932047,28.5368938 L0.525090568,4.06157554 C0.270169435,2.08976058 1.66198688,0.284634308 3.63380185,0.0297131743 C3.78686438,0.00992487057 3.94104102,2.8351131e-17 4.09537739,0 Z" id="Rectangle" fill="#7367F0"></path>
<path d="M55.0781141,31.5850752 L78.9150653,31.5850752 C79.4927677,31.5850752 79.961088,32.0533955 79.961088,32.6310979 C79.961088,33.2088002 79.4927677,33.6771206 78.9150653,33.6771206 L55.0781141,33.6771206 C54.5004117,33.6771206 54.0320914,33.2088002 54.0320914,32.6310979 C54.0320914,32.0533955 54.5004117,31.5850752 55.0781141,31.5850752 Z" id="Rectangle" fill="#8a1c05"></path>
<path d="M4.09537739,0 L48.43326,0 C50.2430453,-7.76541381e-16 51.7715044,1.34357648 52.0035468,3.13842446 L55.1677767,27.6137427 C55.4226979,29.5855577 54.0308804,31.390684 52.0590654,31.6456051 C51.9060029,31.6653934 51.7518263,31.6753183 51.5974899,31.6753183 L7.25960729,31.6753183 C5.44982197,31.6753183 3.92136287,30.3317418 3.68932047,28.5368938 L0.525090568,4.06157554 C0.270169435,2.08976058 1.66198688,0.284634308 3.63380185,0.0297131743 C3.78686438,0.00992487057 3.94104102,2.8351131e-17 4.09537739,0 Z" id="Rectangle" fill="#8a1c05"></path>
<path d="M4.09537739,0 L46.7952345,0 C48.6050198,9.99815459e-16 50.1334789,1.34357648 50.3655213,3.13842446 L53.5297512,27.6137427 C53.7846723,29.5855577 52.3928549,31.390684 50.4210399,31.6456051 C50.2679774,31.6653934 50.1138008,31.6753183 49.9594644,31.6753183 L7.25960729,31.6753183 C5.44982197,31.6753183 3.92136287,30.3317418 3.68932047,28.5368938 L0.525090568,4.06157554 C0.270169435,2.08976058 1.66198688,0.284634308 3.63380185,0.0297131743 C3.78686438,0.00992487057 3.94104102,1.36061876e-15 4.09537739,0 Z" id="Rectangle" fill="url(#linearGradient-4)"></path>
<ellipse id="Oval" fill="#FFFFFF" transform="translate(26.186068, 16.341677) rotate(-37.000000) translate(-26.186068, -16.341677) " cx="26.1860681" cy="16.3416773" rx="3.24871138" ry="3.53587345"></ellipse>
</g>
@ -128,7 +128,7 @@
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<use id="Rectangle" fill="#7367F0" xlink:href="#path-5"></use>
<use id="Rectangle" fill="#8a1c05" xlink:href="#path-5"></use>
<path d="M-4.28173518,-0.977871883 L11.6218526,-0.977871883 C4.00803723,16.4583352 19.0267352,26.7841096 11.6218526,44.1546766 L-4.28173518,44.1546766 L-4.28173518,-0.977871883 Z" id="Rectangle" fill="#857AF9" mask="url(#mask-6)"></path>
</g>
</g>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

2
src/assets/images/new_drone_icon_pp.svg

@ -2,7 +2,7 @@
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="50px" height="30px" viewBox="0 0 30 15" enable-background="new 0 0 30 15" xml:space="preserve" style="fill: #7367f0;">
y="0px" width="50px" height="30px" viewBox="0 0 30 15" enable-background="new 0 0 30 15" xml:space="preserve" style="fill: #8a1c05;">
<g>
<g>
<path d="M14.938,7.417c-0.443,0-0.825,0.133-1.143,0.396c-0.314,0.262-0.476,0.578-0.476,0.946c0,0.371,0.16,0.688,0.476,0.951

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

10
src/assets/images/pages/coming-soon-dark.svg

@ -3,8 +3,8 @@
<g id="Shape">
<path id="Triangle" opacity="0.05" fill-rule="evenodd" clip-rule="evenodd" d="M620.145 49.168C621.722 46.7387 625.278 46.7387 626.855 49.168L699.989 161.822C701.717 164.483 699.807 168 696.634 168H550.366C547.193 168 545.283 164.483 547.011 161.822L620.145 49.168Z" fill="#EA5455"/>
<path id="Triangle_2" opacity="0.05" fill-rule="evenodd" clip-rule="evenodd" d="M94.1396 244.204C95.7153 241.764 99.2847 241.764 100.86 244.204L191.016 383.83C192.735 386.492 190.824 390 187.656 390H7.34417C4.17589 390 2.26518 386.492 3.98379 383.83L94.1396 244.204Z" fill="#EA5455"/>
<path id="Triangle_3" opacity="0.25" fill-rule="evenodd" clip-rule="evenodd" d="M442.638 220.218C444.213 217.774 447.787 217.774 449.362 220.218L596.027 447.833C597.742 450.495 595.831 454 592.664 454H299.336C296.169 454 294.258 450.495 295.973 447.833L442.638 220.218Z" fill="#7367F0"/>
<path id="Triangle_4" opacity="0.25" fill-rule="evenodd" clip-rule="evenodd" d="M585.558 39.8163C587.107 37.1994 590.893 37.1994 592.442 39.8163L643.427 125.963C645.005 128.629 643.083 132 639.985 132H538.015C534.917 132 532.995 128.629 534.573 125.963L585.558 39.8163Z" fill="#7367F0"/>
<path id="Triangle_3" opacity="0.25" fill-rule="evenodd" clip-rule="evenodd" d="M442.638 220.218C444.213 217.774 447.787 217.774 449.362 220.218L596.027 447.833C597.742 450.495 595.831 454 592.664 454H299.336C296.169 454 294.258 450.495 295.973 447.833L442.638 220.218Z" fill="#8a1c05"/>
<path id="Triangle_4" opacity="0.25" fill-rule="evenodd" clip-rule="evenodd" d="M585.558 39.8163C587.107 37.1994 590.893 37.1994 592.442 39.8163L643.427 125.963C645.005 128.629 643.083 132 639.985 132H538.015C534.917 132 532.995 128.629 534.573 125.963L585.558 39.8163Z" fill="#8a1c05"/>
<path id="Triangle_5" opacity="0.05" fill-rule="evenodd" clip-rule="evenodd" d="M174.13 5.26732C175.704 2.808 179.296 2.808 180.87 5.26732L217.062 61.8445C218.765 64.507 216.853 68 213.693 68H141.307C138.147 68 136.235 64.507 137.938 61.8445L174.13 5.26732Z" fill="#EA5455"/>
</g>
<g id="Finance Presentation">
@ -12,7 +12,7 @@
<path id="Rectangle" fill-rule="evenodd" clip-rule="evenodd" d="M95 107.137C95 93.2542 106.254 82 120.137 82H582.669C596.552 82 607.806 93.2542 607.806 107.137V392.647C607.806 406.53 596.552 417.784 582.669 417.784H120.137C106.254 417.784 95 406.53 95 392.647V107.137Z" fill="#313A53"/>
<g id="ElementCard11">
<g id="Rectangle_2" filter="url(#filter0_d)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M238.033 141.361C238.033 137.227 241.384 133.876 245.518 133.876H433.887C438.02 133.876 441.371 137.227 441.371 141.361V266.167C441.371 270.301 438.02 273.652 433.887 273.652H245.518C241.384 273.652 238.033 270.301 238.033 266.167V141.361Z" fill="#7367F0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M238.033 141.361C238.033 137.227 241.384 133.876 245.518 133.876H433.887C438.02 133.876 441.371 137.227 441.371 141.361V266.167C441.371 270.301 438.02 273.652 433.887 273.652H245.518C241.384 273.652 238.033 270.301 238.033 266.167V141.361Z" fill="#8a1c05"/>
</g>
<g id="Group 12">
<path id="Path" opacity="0.39488" fill-rule="evenodd" clip-rule="evenodd" d="M291.856 185.909C292.683 185.909 293.353 186.579 293.353 187.406V217.678C293.353 218.505 292.683 219.175 291.856 219.175H284.982C284.156 219.175 283.485 218.505 283.485 217.678V187.406C283.485 186.579 284.156 185.909 284.982 185.909H291.856Z" fill="white"/>
@ -45,7 +45,7 @@
<ellipse cx="541.737" cy="167.866" rx="18.4384" ry="18.8254" fill="white"/>
</g>
<g id="Group 70">
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M542.085 167.241C544.689 167.241 546.801 165.132 546.801 162.53C546.801 159.929 544.689 157.819 542.085 157.819C539.48 157.819 537.368 159.929 537.368 162.53C537.368 165.132 539.48 167.241 542.085 167.241ZM541.532 168.575C537.64 168.575 534.485 171.73 534.485 175.622C534.485 176.066 534.846 176.427 535.291 176.427H548.878C549.323 176.427 549.684 176.066 549.684 175.622C549.684 171.73 546.529 168.575 542.637 168.575H541.532Z" fill="#7367F0"/>
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M542.085 167.241C544.689 167.241 546.801 165.132 546.801 162.53C546.801 159.929 544.689 157.819 542.085 157.819C539.48 157.819 537.368 159.929 537.368 162.53C537.368 165.132 539.48 167.241 542.085 167.241ZM541.532 168.575C537.64 168.575 534.485 171.73 534.485 175.622C534.485 176.066 534.846 176.427 535.291 176.427H548.878C549.323 176.427 549.684 176.066 549.684 175.622C549.684 171.73 546.529 168.575 542.637 168.575H541.532Z" fill="#8a1c05"/>
</g>
</g>
</g>
@ -117,7 +117,7 @@
</g>
</g>
<g id="Body">
<path id="Path_30" fill-rule="evenodd" clip-rule="evenodd" d="M156.936 224.175L170.6 233.08L176.762 225.89C176.762 225.89 189.742 229.926 192.15 234.645C195.625 241.455 191.047 296.013 193.042 299.305C197.295 306.32 191.641 311.136 172.921 312.906C154.202 314.675 137.594 313.226 140.608 303.864C143.622 294.501 131.992 233.399 142.245 230.033C145.449 228.982 156.936 224.175 156.936 224.175Z" fill="#7367F0"/>
<path id="Path_30" fill-rule="evenodd" clip-rule="evenodd" d="M156.936 224.175L170.6 233.08L176.762 225.89C176.762 225.89 189.742 229.926 192.15 234.645C195.625 241.455 191.047 296.013 193.042 299.305C197.295 306.32 191.641 311.136 172.921 312.906C154.202 314.675 137.594 313.226 140.608 303.864C143.622 294.501 131.992 233.399 142.245 230.033C145.449 228.982 156.936 224.175 156.936 224.175Z" fill="#8a1c05"/>
<path id="Path_31" fill-rule="evenodd" clip-rule="evenodd" d="M147.715 241.019C148.542 242.487 148.115 247.572 146.435 256.273C145.003 263.687 146.64 271.356 150.963 277.543L151.206 277.885C152.667 279.912 154.015 282.581 155.248 285.891C158.274 294.011 151.296 300.78 156.643 313.483L155.996 313.452C145.505 312.907 138.57 310.195 140.608 303.864C143.079 296.187 135.706 253.729 138.622 236.83C143.67 237.824 146.7 239.221 147.715 241.019Z" fill="black" fill-opacity="0.159856"/>
<path id="Path_32" fill-rule="evenodd" clip-rule="evenodd" d="M156.936 224.175L169.158 232.17C167.367 234.259 166.406 236.69 166.043 239.365C161.346 235.68 156.463 230.531 154.95 224.994L156.936 224.175Z" fill="#5E54C7"/>
<path id="Path_33" fill-rule="evenodd" clip-rule="evenodd" d="M171.566 231.962C173.633 233.364 175.282 235.846 176.624 238.669C178.233 235.425 178.849 231.142 178.849 226.574L176.831 225.773L171.566 231.962Z" fill="#5E54C7"/>

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

10
src/assets/images/pages/coming-soon.svg

@ -62,8 +62,8 @@
<g id="Shape">
<path d="M626.85501,49.1679661 L699.989249,161.821949 C701.192153,163.67487 700.665211,166.152106 698.81229,167.35501 C698.163857,167.775968 697.40733,168 696.634239,168 L550.365761,168 C548.156622,168 546.365761,166.209139 546.365761,164 C546.365761,163.226908 546.589793,162.470382 547.010751,161.821949 L620.14499,49.1679661 C621.347894,47.3150451 623.82513,46.7881025 625.678051,47.9910069 C626.148559,48.2964578 626.549559,48.6974579 626.85501,49.1679661 Z" id="Triangle" fill="#EA5455" opacity="0.05"></path>
<path d="M100.860369,244.204263 L191.016205,383.830225 C192.214539,385.686106 191.681491,388.162035 189.825611,389.360369 C189.178962,389.777907 188.425573,390 187.655836,390 L7.34416361,390 C5.13502462,390 3.34416361,388.209139 3.34416361,386 C3.34416361,385.230264 3.56625631,384.476875 3.98379483,383.830225 L94.1396312,244.204263 C95.3379646,242.348383 97.8138941,241.815336 99.6697745,243.013669 C100.146618,243.321565 100.552473,243.72742 100.860369,244.204263 Z" id="Triangle" fill="#EA5455" opacity="0.05"></path>
<path d="M449.362426,220.218311 L596.026552,447.833416 C597.223124,449.690432 596.687727,452.165855 594.83071,453.362426 C594.184751,453.778651 593.43257,454 592.664126,454 L299.335874,454 C297.126735,454 295.335874,452.209139 295.335874,450 C295.335874,449.231555 295.557223,448.479375 295.973448,447.833416 L442.637574,220.218311 C443.834145,218.361294 446.309568,217.825898 448.166584,219.022469 C448.645872,219.331299 449.053597,219.739024 449.362426,220.218311 Z" id="Triangle" fill="#7367F0" opacity="0.25"></path>
<path d="M592.442307,39.8163114 L643.426914,125.962716 C644.552074,127.86385 643.923024,130.317146 642.021891,131.442307 C641.405032,131.807386 640.701404,132 639.984607,132 L538.015393,132 C535.806254,132 534.015393,130.209139 534.015393,128 C534.015393,127.283203 534.208007,126.579575 534.573086,125.962716 L585.557693,39.8163114 C586.682854,37.9151779 589.13615,37.2861276 591.037284,38.4112882 C591.616346,38.7539985 592.099596,39.2372492 592.442307,39.8163114 Z" id="Triangle" fill="#7367F0" opacity="0.25"></path>
<path d="M449.362426,220.218311 L596.026552,447.833416 C597.223124,449.690432 596.687727,452.165855 594.83071,453.362426 C594.184751,453.778651 593.43257,454 592.664126,454 L299.335874,454 C297.126735,454 295.335874,452.209139 295.335874,450 C295.335874,449.231555 295.557223,448.479375 295.973448,447.833416 L442.637574,220.218311 C443.834145,218.361294 446.309568,217.825898 448.166584,219.022469 C448.645872,219.331299 449.053597,219.739024 449.362426,220.218311 Z" id="Triangle" fill="#8a1c05" opacity="0.25"></path>
<path d="M592.442307,39.8163114 L643.426914,125.962716 C644.552074,127.86385 643.923024,130.317146 642.021891,131.442307 C641.405032,131.807386 640.701404,132 639.984607,132 L538.015393,132 C535.806254,132 534.015393,130.209139 534.015393,128 C534.015393,127.283203 534.208007,126.579575 534.573086,125.962716 L585.557693,39.8163114 C586.682854,37.9151779 589.13615,37.2861276 591.037284,38.4112882 C591.616346,38.7539985 592.099596,39.2372492 592.442307,39.8163114 Z" id="Triangle" fill="#8a1c05" opacity="0.25"></path>
<path d="M180.869535,5.26731985 L217.062283,61.8444883 C218.252739,63.7054314 217.709202,66.1790793 215.848259,67.3695355 C215.204705,67.7812209 214.456715,68 213.692747,68 L141.307253,68 C139.098114,68 137.307253,66.209139 137.307253,64 C137.307253,63.2360321 137.526032,62.4880425 137.937717,61.8444883 L174.130465,5.26731985 C175.320921,3.40637678 177.794569,2.86283981 179.655512,4.05329603 C180.143288,4.36532913 180.557502,4.77954397 180.869535,5.26731985 Z" id="Triangle" fill="#EA5455" opacity="0.05"></path>
</g>
<g id="Finance-Presentation" transform="translate(95.000000, 82.000000)">
@ -72,7 +72,7 @@
<g id="ElementCard11" transform="translate(143.032710, 51.876485)">
<g id="Rectangle">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#7367F0" fill-rule="evenodd" xlink:href="#path-1"></use>
<use fill="#8a1c05" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<g id="Group-12" transform="translate(29.902626, 40.021096)" fill="#FFFFFF">
<path d="M25.4172322,13.5081601 L25.4172322,43.7804617 C25.4172322,44.6071657 24.7470562,45.2773417 23.9203522,45.2773417 L17.0462456,45.2773417 C16.2195416,45.2773417 15.5493656,44.6071657 15.5493656,43.7804617 L15.5493656,13.5081601 C15.5493656,12.6814561 16.2195416,12.0112801 17.0462456,12.0112801 L23.9203522,12.0112801 C24.7470562,12.0112801 25.4172322,12.6814561 25.4172322,13.5081601 Z" id="Path" opacity="0.394880022"></path>
@ -106,7 +106,7 @@
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-5"></use>
</g>
<g id="Group-70" transform="translate(11.186916, 8.779097)" fill="#7367F0">
<g id="Group-70" transform="translate(11.186916, 8.779097)" fill="#8a1c05">
<path d="M11.2724566,10.7557768 C13.440641,10.7557768 15.1983018,12.5134376 15.1983018,14.6816221 L15.1983018,17.2957365 C15.1983018,18.0201854 14.6110199,18.6074673 13.886571,18.6074673 L1.31173083,18.6074673 C0.587281895,18.6074673 1.52475904e-12,18.0201854 1.52467032e-12,17.2957365 L1.52467032e-12,14.6816221 C1.52440479e-12,12.5134376 1.75766078,10.7557768 3.92584523,10.7557768 L11.2724566,10.7557768 Z M7.5991509,6.21554009e-13 C10.2041203,6.21554009e-13 12.3158653,2.10919294 12.3158653,4.71101428 C12.3158653,7.31283562 10.2041203,9.42202855 7.5991509,9.42202855 C4.9941815,9.42202855 2.88243655,7.31283562 2.88243655,4.71101428 C2.88243655,2.10919294 4.9941815,6.21554009e-13 7.5991509,6.21554009e-13 Z" id="Combined-Shape"></path>
</g>
</g>
@ -181,7 +181,7 @@
</g>
</g>
<g id="Body" transform="translate(16.855263, 39.174479)">
<path d="M19.0802702,1.81780517e-13 L32.7446133,8.90521947 L38.9058283,1.715857 C38.9058283,1.715857 51.8862205,5.75189387 54.2941152,10.4706553 C57.7688962,17.2801981 53.1907794,71.8380252 55.1865891,75.1302769 C59.4392769,82.1457031 53.7850201,86.9614851 35.0655076,88.7309612 C16.3459952,90.5004373 -0.261337201,89.0514112 2.75224973,79.6894134 C5.76661596,70.326632 -5.86401861,9.22464515 4.38972315,5.85871876 C7.59366565,4.80698224 19.0802702,1.81780517e-13 19.0802702,1.81780517e-13 Z" id="Path" fill="#7367F0"></path>
<path d="M19.0802702,1.81780517e-13 L32.7446133,8.90521947 L38.9058283,1.715857 C38.9058283,1.715857 51.8862205,5.75189387 54.2941152,10.4706553 C57.7688962,17.2801981 53.1907794,71.8380252 55.1865891,75.1302769 C59.4392769,82.1457031 53.7850201,86.9614851 35.0655076,88.7309612 C16.3459952,90.5004373 -0.261337201,89.0514112 2.75224973,79.6894134 C5.76661596,70.326632 -5.86401861,9.22464515 4.38972315,5.85871876 C7.59366565,4.80698224 19.0802702,1.81780517e-13 19.0802702,1.81780517e-13 Z" id="Path" fill="#8a1c05"></path>
<path d="M9.85879845,16.8448286 C10.6863018,18.3124528 10.259727,23.3971275 8.57907413,32.0988527 C7.14723433,39.5123267 8.78437799,47.1812924 13.1069325,53.3681697 L13.3498347,53.7103493 C14.8116342,55.7372827 16.1592463,58.406089 17.3926708,61.7167682 C20.4178339,69.8367171 13.4402665,76.605519 18.7874329,89.3081764 L18.1407039,89.2775222 C7.64929052,88.7328002 0.714312332,86.0204621 2.75224973,79.6894134 C5.22376158,72.0127665 -2.14988623,29.5542343 0.765874161,12.6553101 C5.8137816,13.6498939 8.84462411,15.0461327 9.85879845,16.8448286 Z" id="Path" fill-opacity="0.159855769" fill="#000000"></path>
<path d="M19.0802702,0 L31.3026316,7.99557547 C29.5108985,10.0844107 28.5500796,12.5149842 28.1872972,15.1901042 C23.4901365,11.5054458 18.6073332,6.35670119 17.0944198,0.819916061 L19.0802702,0 Z" id="Path" fill="#5E54C7"></path>
<path d="M33.7105263,7.78738055 C35.7773251,9.18957434 37.4259597,11.6719664 38.768143,14.4944926 C40.3770913,11.2508351 40.9933267,6.96708557 40.9933267,2.39949313 L38.9749985,1.59895833 L33.7105263,7.78738055 Z" id="Path" fill="#5E54C7"></path>

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

6
src/assets/images/pages/error-dark.svg

@ -2,10 +2,10 @@
<g id="Illustration">
<g id="Shape">
<g id="Oval" opacity="0.1" filter="url(#filter0_f)">
<ellipse cx="107.745" cy="244.5" rx="101.745" ry="102.5" fill="#7367F0"/>
<ellipse cx="107.745" cy="244.5" rx="101.745" ry="102.5" fill="#8a1c05"/>
</g>
<path id="Oval_2" opacity="0.05" fill-rule="evenodd" clip-rule="evenodd" d="M336.032 157.826C336.032 104.326 379.404 60.9563 432.906 60.9563C486.408 60.9563 529.78 104.326 529.78 157.826C529.78 211.326 486.408 254.696 432.906 254.696C379.404 254.696 336.032 211.326 336.032 157.826ZM488.389 157.386C488.389 126.988 463.745 102.346 433.347 102.346C402.948 102.346 378.304 126.988 378.304 157.386C378.304 187.784 402.948 212.426 433.347 212.426C463.745 212.426 488.389 187.784 488.389 157.386Z" fill="#00CFE8"/>
<ellipse id="Oval_3" opacity="0.1" cx="275.822" cy="48.5" rx="33.4161" ry="33.5" stroke="#7367F0" stroke-width="30"/>
<ellipse id="Oval_3" opacity="0.1" cx="275.822" cy="48.5" rx="33.4161" ry="33.5" stroke="#8a1c05" stroke-width="30"/>
<path id="Path" opacity="0.1" d="M433.272 60.9563C486.572 60.9563 529.78 104.326 529.78 157.826C529.78 211.326 486.572 254.696 433.272 254.696C401.162 254.696 371.688 238.816 353.798 212.796C347.287 203.326 349.657 190.352 359.091 183.817C368.431 177.348 381.193 179.615 387.764 188.849L387.961 189.131C398.182 203.997 414.951 213.032 433.272 213.032C463.647 213.032 488.271 188.315 488.271 157.826C488.271 127.642 464.137 103.116 434.181 102.628L433.272 102.621C421.809 102.621 412.517 93.2939 412.517 81.7886C412.517 70.2832 421.809 60.9563 433.272 60.9563Z" fill="#00CFE8"/>
</g>
<g id="Mobile Banking App">
@ -168,7 +168,7 @@
</g>
</g>
<g id="Body_2">
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M453.585 332.284C453.585 332.284 444.6 362.387 444.334 368.085C444.068 373.784 451.683 390.533 450.386 394.766C447.397 404.548 409.233 408.761 407.775 395.601C407.095 389.463 408.51 383.955 406.879 376.723C405.254 369.492 398.723 358.745 402.428 348.642C406.132 338.538 405.139 329.191 407.789 327.424C410.439 325.657 416.632 323.781 416.632 323.781C419.644 328.216 429.812 328.151 434.664 323.468C434.664 323.468 446.718 325.808 453.585 332.284Z" fill="#7367F0"/>
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M453.585 332.284C453.585 332.284 444.6 362.387 444.334 368.085C444.068 373.784 451.683 390.533 450.386 394.766C447.397 404.548 409.233 408.761 407.775 395.601C407.095 389.463 408.51 383.955 406.879 376.723C405.254 369.492 398.723 358.745 402.428 348.642C406.132 338.538 405.139 329.191 407.789 327.424C410.439 325.657 416.632 323.781 416.632 323.781C419.644 328.216 429.812 328.151 434.664 323.468C434.664 323.468 446.718 325.808 453.585 332.284Z" fill="#8a1c05"/>
<path id="Path_47" fill-rule="evenodd" clip-rule="evenodd" d="M445.534 337.16C439.545 346.67 439.563 363.228 436.346 365.396C433.13 367.565 420.61 365.437 420.61 367.154C420.61 368.871 437.911 384.61 435.071 392.133C433.584 396.073 433.987 399.597 436.281 402.707L437.03 402.543C443.847 401.002 449.327 398.234 450.386 394.766C451.683 390.533 443.19 373.784 443.456 368.085C443.682 363.248 450.823 340.826 452.977 334.159C451.223 331.064 448.743 332.064 445.534 337.16Z" fill="black" fill-opacity="0.199355"/>
</g>
<g id="RArm">

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

6
src/assets/images/pages/error.svg

@ -83,9 +83,9 @@
<g id="Error" transform="translate(-436.000000, -279.000000)">
<g id="Illustration" transform="translate(442.000000, 294.000000)">
<g id="Shape">
<ellipse id="Oval" fill="#7367F0" opacity="0.099999994" filter="url(#filter-1)" cx="101.744606" cy="229.5" rx="101.744606" ry="102.5"></ellipse>
<ellipse id="Oval" fill="#8a1c05" opacity="0.099999994" filter="url(#filter-1)" cx="101.744606" cy="229.5" rx="101.744606" ry="102.5"></ellipse>
<path d="M426.905882,45.9562334 C373.403877,45.9562334 330.031933,89.3264216 330.031933,142.82626 C330.031933,196.326098 373.403877,239.696286 426.905882,239.696286 C480.407887,239.696286 523.779832,196.326098 523.779832,142.82626 C523.779832,89.3264216 480.407887,45.9562334 426.905882,45.9562334 Z M427.346218,87.3461538 C457.745085,87.3461538 482.388235,111.988306 482.388235,142.385942 C482.388235,172.783577 457.745085,197.425729 427.346218,197.425729 C396.947352,197.425729 372.304202,172.783577 372.304202,142.385942 C372.304202,111.988306 396.947352,87.3461538 427.346218,87.3461538 Z" id="Oval" fill="#00CFE8" fill-rule="nonzero" opacity="0.05"></path>
<ellipse id="Oval" stroke="#7367F0" stroke-width="30" opacity="0.099999994" cx="269.822706" cy="33.5" rx="33.4161207" ry="33.5"></ellipse>
<ellipse id="Oval" stroke="#8a1c05" stroke-width="30" opacity="0.099999994" cx="269.822706" cy="33.5" rx="33.4161207" ry="33.5"></ellipse>
<path d="M427.271384,45.9562334 C480.571528,45.9562334 523.779832,89.3264216 523.779832,142.82626 C523.779832,196.326098 480.571528,239.696286 427.271384,239.696286 C395.161492,239.696286 365.687399,223.816071 347.797366,197.79554 C341.28687,188.326214 343.656823,175.352236 353.090803,168.817348 C362.430443,162.347809 375.192173,164.614607 381.763601,173.848667 L381.96083,174.130618 C392.182099,188.997155 408.950558,198.031759 427.271384,198.031759 C457.646735,198.031759 482.270822,173.315415 482.270822,142.82626 C482.270822,112.641996 458.136754,88.1156651 428.180901,87.6281569 L427.271384,87.620761 C415.808988,87.620761 406.51688,78.2938388 406.51688,66.7884972 C406.51688,55.2831556 415.808988,45.9562334 427.271384,45.9562334 Z" id="Path" fill="#00CFE8" fill-rule="nonzero" opacity="0.1"></path>
</g>
<g id="Mobile-Banking-App" transform="translate(16.000000, 122.000000)">
@ -257,7 +257,7 @@
</g>
</g>
<g id="Body" transform="translate(20.771497, 45.468402)">
<path d="M0,8.81560135 C0,8.81560135 8.98480399,38.9184837 9.2508946,44.6167316 C9.5169852,50.315546 1.90226474,67.0641689 3.19874874,71.297493 C6.18802191,81.08008 44.3522082,85.2924442 45.8103024,72.1324883 C46.4903109,65.9951059 45.0751649,60.4867401 46.7056775,53.255024 C48.3305287,46.0233078 54.8617482,35.2768766 51.1573339,25.1733513 C47.4529196,15.069826 48.4454743,5.7224941 45.7958913,3.9557476 C43.1463083,2.1890011 36.9526249,0.312698364 36.9526249,0.312698364 C33.9407057,4.7476902 23.7726477,4.68311119 18.9207404,-4.99600361e-14 C18.9207404,-4.99600361e-14 6.86740217,2.33957291 0,8.81560135 Z" id="Path" fill="#7367F0"></path>
<path d="M0,8.81560135 C0,8.81560135 8.98480399,38.9184837 9.2508946,44.6167316 C9.5169852,50.315546 1.90226474,67.0641689 3.19874874,71.297493 C6.18802191,81.08008 44.3522082,85.2924442 45.8103024,72.1324883 C46.4903109,65.9951059 45.0751649,60.4867401 46.7056775,53.255024 C48.3305287,46.0233078 54.8617482,35.2768766 51.1573339,25.1733513 C47.4529196,15.069826 48.4454743,5.7224941 45.7958913,3.9557476 C43.1463083,2.1890011 36.9526249,0.312698364 36.9526249,0.312698364 C33.9407057,4.7476902 23.7726477,4.68311119 18.9207404,-4.99600361e-14 C18.9207404,-4.99600361e-14 6.86740217,2.33957291 0,8.81560135 Z" id="Path" fill="#8a1c05"></path>
<path d="M8.05149407,13.6910849 C14.0405445,23.2011772 14.0225389,39.7591397 17.2390903,41.927664 C20.4556417,44.0961883 32.9747649,41.9681432 32.9747649,43.6854765 C32.9747649,45.4028098 15.6741242,61.1411965 18.5142686,68.6648818 C20.0014208,72.6044229 19.5980204,76.1288255 17.3040675,79.2380896 L16.5552862,79.0748241 C9.73869301,77.5333912 4.25845666,74.7654547 3.19874874,71.297493 C1.90226474,67.0641689 10.3953758,50.315546 10.1292852,44.6167316 C9.90340928,39.7796678 2.76207203,17.3571632 0.608670792,10.6901567 C2.36188024,7.5952271 4.84239668,8.59531687 8.05149407,13.6910849 Z" id="Path" fill-opacity="0.199355332" fill="#000000"></path>
</g>
<g id="RArm" transform="translate(0.000000, 51.767578)">

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

16
src/assets/images/pages/forgot-password-v2-dark.svg

@ -1,14 +1,14 @@
<svg width="650" height="575" viewBox="0 0 650 575" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Illustration">
<g id="Shape">
<path id="Oval" opacity="0.0528274" fill-rule="evenodd" clip-rule="evenodd" d="M650 173.93C650 77.8709 571.829 0 475.402 0C378.974 0 300.804 77.8709 300.804 173.93C300.804 269.988 378.974 347.859 475.402 347.859C571.829 347.859 650 269.988 650 173.93ZM366.074 173.93C366.074 113.781 415.022 65.0204 475.402 65.0204C535.782 65.0204 584.729 113.781 584.729 173.93C584.729 234.078 535.782 282.839 475.402 282.839C415.022 282.839 366.074 234.078 366.074 173.93Z" fill="#7367F0"/>
<path id="Oval" opacity="0.0528274" fill-rule="evenodd" clip-rule="evenodd" d="M650 173.93C650 77.8709 571.829 0 475.402 0C378.974 0 300.804 77.8709 300.804 173.93C300.804 269.988 378.974 347.859 475.402 347.859C571.829 347.859 650 269.988 650 173.93ZM366.074 173.93C366.074 113.781 415.022 65.0204 475.402 65.0204C535.782 65.0204 584.729 113.781 584.729 173.93C584.729 234.078 535.782 282.839 475.402 282.839C415.022 282.839 366.074 234.078 366.074 173.93Z" fill="#8a1c05"/>
<g id="Oval_2" opacity="0.14102" filter="url(#filter0_f)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.993 275.795C104.993 248.563 82.8328 226.488 55.4966 226.488C28.1604 226.488 6 248.563 6 275.795C6 303.027 28.1604 325.102 55.4966 325.102C82.8328 325.102 104.993 303.027 104.993 275.795ZM38.6351 275.795C38.6351 266.518 46.1843 258.998 55.4966 258.998C64.809 258.998 72.3581 266.518 72.3581 275.795C72.3581 285.072 64.809 292.592 55.4966 292.592C46.1843 292.592 38.6351 285.072 38.6351 275.795Z" fill="#8BF78F"/>
</g>
<ellipse id="Oval_3" cx="208.338" cy="433.469" rx="97.9054" ry="97.5306" fill="#7367F0" fill-opacity="0.0612161"/>
<ellipse id="Oval_3" cx="208.338" cy="433.469" rx="97.9054" ry="97.5306" fill="#8a1c05" fill-opacity="0.0612161"/>
<ellipse id="Oval_4" opacity="0.14102" cx="175.702" cy="92.1121" rx="34.8108" ry="34.6776" fill="#CEF5FF"/>
<g id="Oval_5" filter="url(#filter1_f)">
<ellipse cx="585.818" cy="433.469" rx="34.8108" ry="34.6776" fill="#7367F0" fill-opacity="0.135927"/>
<ellipse cx="585.818" cy="433.469" rx="34.8108" ry="34.6776" fill="#8a1c05" fill-opacity="0.135927"/>
</g>
</g>
<g id="File Organizer">
@ -20,7 +20,7 @@
<path id="Rectangle_3" fill-rule="evenodd" clip-rule="evenodd" d="M216.477 146.66C216.477 136.431 224.769 128.138 234.999 128.138H265.888C266.701 128.138 267.366 128.784 267.39 129.597V129.597C267.559 135.419 272.328 140.051 278.153 140.051H358.284C364.108 140.051 368.877 135.419 369.047 129.597V129.597C369.07 128.784 369.736 128.138 370.548 128.138H401.438C411.667 128.138 419.96 136.431 419.96 146.66V542.105C419.96 552.334 411.667 560.627 401.438 560.627H234.999C224.769 560.627 216.477 552.334 216.477 542.105V146.66Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<ellipse id="Oval_6" opacity="0.0987723" cx="293.623" cy="391.368" rx="17.453" ry="17.3276" fill="#7367F0"/>
<ellipse id="Oval_6" opacity="0.0987723" cx="293.623" cy="391.368" rx="17.453" ry="17.3276" fill="#8a1c05"/>
<path id="Oval_7" opacity="0.14102" fill-rule="evenodd" clip-rule="evenodd" d="M398.068 374.04C444.606 374.04 482.333 411.496 482.333 457.7C482.333 503.904 444.606 541.359 398.068 541.359C351.53 541.359 313.803 503.904 313.803 457.7C313.803 411.496 351.53 374.04 398.068 374.04ZM398.068 410.59C371.862 410.59 350.618 431.682 350.618 457.7C350.618 483.717 371.862 504.809 398.068 504.809C424.274 504.809 445.518 483.717 445.518 457.7C445.518 431.682 424.274 410.59 398.068 410.59Z" fill="#C8F5D0"/>
<path id="Rectangle_4" fill-rule="evenodd" clip-rule="evenodd" d="M241.264 208.075C241.264 204.934 243.809 202.389 246.949 202.389H391.019C394.159 202.389 396.704 204.934 396.704 208.075V208.075C396.704 211.215 394.159 213.76 391.019 213.76H246.949C243.809 213.76 241.264 211.215 241.264 208.075V208.075Z" fill="#68DE9E" fill-opacity="0.642073"/>
</g>
@ -48,7 +48,7 @@
</g>
</g>
</g>
<path id="Path_3" opacity="0.33996" d="M194.358 229.463H184.666C183.009 229.463 181.666 228.12 181.666 226.463V216.468L194.358 229.463Z" fill="#7367F0"/>
<path id="Path_3" opacity="0.33996" d="M194.358 229.463H184.666C183.009 229.463 181.666 228.12 181.666 226.463V216.468L194.358 229.463Z" fill="#8a1c05"/>
</g>
<g id="Group">
<path id="Rectangle_9" fill-rule="evenodd" clip-rule="evenodd" d="M164.907 382.748C164.907 379.434 167.594 376.748 170.907 376.748H233.082C236.396 376.748 239.082 379.434 239.082 382.748V432.477C239.082 435.791 236.396 438.477 233.082 438.477H170.907C167.594 438.477 164.907 435.791 164.907 432.477V382.748Z" fill="#6FD9E6"/>
@ -79,14 +79,14 @@
<g id="Rectangle_12" filter="url(#filter2_d)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M327.477 164.778C327.455 159.239 331.939 154.738 337.477 154.738H447.72C453.227 154.738 457.698 159.191 457.72 164.698L458.295 309.31C458.317 314.848 453.833 319.35 448.295 319.35H338.052C332.545 319.35 328.074 314.897 328.052 309.39L327.477 164.778Z" fill="#313A53"/>
</g>
<path id="Rectangle_13" opacity="0.33996" d="M368.889 259.786C368.889 257.992 370.343 256.537 372.138 256.537H413.635C415.43 256.537 416.884 257.992 416.884 259.786V259.786C416.884 261.581 415.43 263.035 413.635 263.035H372.138C370.343 263.035 368.889 261.581 368.889 259.786V259.786Z" fill="#7367F0"/>
<path id="Rectangle_14" opacity="0.33996" d="M357.98 277.114C357.98 275.32 359.435 273.865 361.229 273.865H424.543C426.338 273.865 427.792 275.32 427.792 277.114V277.114C427.792 278.908 426.338 280.363 424.543 280.363H361.229C359.435 280.363 357.98 278.908 357.98 277.114V277.114Z" fill="#7367F0"/>
<path id="Rectangle_13" opacity="0.33996" d="M368.889 259.786C368.889 257.992 370.343 256.537 372.138 256.537H413.635C415.43 256.537 416.884 257.992 416.884 259.786V259.786C416.884 261.581 415.43 263.035 413.635 263.035H372.138C370.343 263.035 368.889 261.581 368.889 259.786V259.786Z" fill="#8a1c05"/>
<path id="Rectangle_14" opacity="0.33996" d="M357.98 277.114C357.98 275.32 359.435 273.865 361.229 273.865H424.543C426.338 273.865 427.792 275.32 427.792 277.114V277.114C427.792 278.908 426.338 280.363 424.543 280.363H361.229C359.435 280.363 357.98 278.908 357.98 277.114V277.114Z" fill="#8a1c05"/>
<g id="Icon8">
<g id="Oval_11" filter="url(#filter3_dd)">
<ellipse cx="392.968" cy="207.357" rx="25.1704" ry="25.5449" fill="white"/>
</g>
<g id="Group 70">
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M393.443 206.51C396.999 206.51 399.882 203.648 399.882 200.117C399.882 196.587 396.999 193.725 393.443 193.725C389.887 193.725 387.004 196.587 387.004 200.117C387.004 203.648 389.887 206.51 393.443 206.51ZM392.631 208.32C387.35 208.32 383.069 212.601 383.069 217.881C383.069 218.485 383.559 218.974 384.162 218.974H402.724C403.327 218.974 403.817 218.485 403.817 217.881C403.817 212.601 399.536 208.32 394.255 208.32H392.631Z" fill="#7367F0"/>
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M393.443 206.51C396.999 206.51 399.882 203.648 399.882 200.117C399.882 196.587 396.999 193.725 393.443 193.725C389.887 193.725 387.004 196.587 387.004 200.117C387.004 203.648 389.887 206.51 393.443 206.51ZM392.631 208.32C387.35 208.32 383.069 212.601 383.069 217.881C383.069 218.485 383.559 218.974 384.162 218.974H402.724C403.327 218.974 403.817 218.485 403.817 217.881C403.817 212.601 399.536 208.32 394.255 208.32H392.631Z" fill="#8a1c05"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

16
src/assets/images/pages/forgot-password-v2.svg

@ -71,11 +71,11 @@
<g id="Forgot-Password" transform="translate(-150.000000, -252.000000)">
<g id="Illustration" transform="translate(156.000000, 252.000000)">
<g id="Shape">
<path d="M469.402027,0 C565.829825,0 644,77.8709307 644,173.929592 C644,269.988253 565.829825,347.859184 469.402027,347.859184 C372.974229,347.859184 294.804054,269.988253 294.804054,173.929592 C294.804054,77.8709307 372.974229,0 469.402027,0 Z M469.402027,65.0204082 C409.022004,65.0204082 360.074324,113.780711 360.074324,173.929592 C360.074324,234.078473 409.022004,282.838776 469.402027,282.838776 C529.78205,282.838776 578.72973,234.078473 578.72973,173.929592 C578.72973,113.780711 529.78205,65.0204082 469.402027,65.0204082 Z" id="Oval" fill="#7367F0" fill-rule="nonzero" opacity="0.052827381"></path>
<path d="M469.402027,0 C565.829825,0 644,77.8709307 644,173.929592 C644,269.988253 565.829825,347.859184 469.402027,347.859184 C372.974229,347.859184 294.804054,269.988253 294.804054,173.929592 C294.804054,77.8709307 372.974229,0 469.402027,0 Z M469.402027,65.0204082 C409.022004,65.0204082 360.074324,113.780711 360.074324,173.929592 C360.074324,234.078473 409.022004,282.838776 469.402027,282.838776 C529.78205,282.838776 578.72973,234.078473 578.72973,173.929592 C578.72973,113.780711 529.78205,65.0204082 469.402027,65.0204082 Z" id="Oval" fill="#8a1c05" fill-rule="nonzero" opacity="0.052827381"></path>
<path d="M49.4966216,226.487755 C76.8328509,226.487755 98.9932432,248.563315 98.9932432,275.794898 C98.9932432,303.026481 76.8328509,325.102041 49.4966216,325.102041 C22.1603923,325.102041 0,303.026481 0,275.794898 C0,248.563315 22.1603923,226.487755 49.4966216,226.487755 Z M49.4966216,258.997959 C40.1842798,258.997959 32.6351351,266.518205 32.6351351,275.794898 C32.6351351,285.071591 40.1842798,292.591837 49.4966216,292.591837 C58.8089635,292.591837 66.3581081,285.071591 66.3581081,275.794898 C66.3581081,266.518205 58.8089635,258.997959 49.4966216,258.997959 Z" id="Oval" fill="#8BF78F" fill-rule="nonzero" opacity="0.141020275" filter="url(#filter-1)"></path>
<ellipse id="Oval" fill-opacity="0.0612161276" fill="#7367F0" cx="202.337838" cy="433.469388" rx="97.9054054" ry="97.5306122"></ellipse>
<ellipse id="Oval" fill-opacity="0.0612161276" fill="#8a1c05" cx="202.337838" cy="433.469388" rx="97.9054054" ry="97.5306122"></ellipse>
<ellipse id="Oval" fill="#CEF5FF" opacity="0.141020275" cx="169.702703" cy="92.1122449" rx="34.8108108" ry="34.677551"></ellipse>
<ellipse id="Oval" fill-opacity="0.135926573" fill="#7367F0" filter="url(#filter-2)" cx="579.817568" cy="433.469388" rx="34.8108108" ry="34.677551"></ellipse>
<ellipse id="Oval" fill-opacity="0.135926573" fill="#8a1c05" filter="url(#filter-2)" cx="579.817568" cy="433.469388" rx="34.8108108" ry="34.677551"></ellipse>
</g>
<g id="File-Organizer" transform="translate(136.000000, 119.000000)">
<g id="Phone3" transform="translate(66.539488, 0.000000)">
@ -85,7 +85,7 @@
<use xlink:href="#path-3"></use>
</mask>
<use id="Rectangle" fill="#FFFFFF" xlink:href="#path-3"></use>
<ellipse id="Oval" fill="#7367F0" opacity="0.0987723214" mask="url(#mask-4)" cx="77.1459911" cy="263.229482" rx="17.4529804" ry="17.3275613"></ellipse>
<ellipse id="Oval" fill="#8a1c05" opacity="0.0987723214" mask="url(#mask-4)" cx="77.1459911" cy="263.229482" rx="17.4529804" ry="17.3275613"></ellipse>
<path d="M181.591171,245.901921 C228.129539,245.901921 265.856342,283.357614 265.856342,329.561553 C265.856342,375.765492 228.129539,413.221185 181.591171,413.221185 C135.052802,413.221185 97.3259997,375.765492 97.3259997,329.561553 C97.3259997,283.357614 135.052802,245.901921 181.591171,245.901921 Z M181.591171,282.452245 C155.385099,282.452245 134.14088,303.543801 134.14088,329.561553 C134.14088,355.579305 155.385099,376.67086 181.591171,376.67086 C207.797242,376.67086 229.041461,355.579305 229.041461,329.561553 C229.041461,303.543801 207.797242,282.452245 181.591171,282.452245 Z" id="Oval" fill="#C8F5D0" opacity="0.141020275" mask="url(#mask-4)"></path>
<path d="M30.472656,74.2507662 L174.54205,74.2507662 C177.682124,74.2507662 180.227657,76.7962988 180.227657,79.9363723 C180.227657,83.0764458 177.682124,85.6219784 174.54205,85.6219784 L30.472656,85.6219784 C27.3325825,85.6219784 24.78705,83.0764458 24.78705,79.9363723 C24.78705,76.7962988 27.3325825,74.2507662 30.472656,74.2507662 Z" id="Rectangle" fill-opacity="0.642072771" fill="#68DE9E" mask="url(#mask-4)"></path>
</g>
@ -110,7 +110,7 @@
</g>
</g>
</g>
<path d="M52.3589412,12.995671 L42.6665005,12.995671 C41.0096462,12.995671 39.6665005,11.6525252 39.6665005,9.995671 L39.6665005,0 L39.6665005,0 L52.3589412,12.995671 Z" id="Path" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M52.3589412,12.995671 L42.6665005,12.995671 C41.0096462,12.995671 39.6665005,11.6525252 39.6665005,9.995671 L39.6665005,0 L39.6665005,0 L52.3589412,12.995671 Z" id="Path" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
</g>
<g id="Group" transform="translate(22.907037, 257.747475)">
<path d="M6,0 L68.1751666,0 C71.4888751,7.33259634e-15 74.1751666,2.6862915 74.1751666,6 L74.1751666,55.7294372 C74.1751666,59.0431457 71.4888751,61.7294372 68.1751666,61.7294372 L6,61.7294372 C2.6862915,61.7294372 4.82055882e-15,59.0431457 0,55.7294372 L0,6 C-4.05812251e-16,2.6862915 2.6862915,-2.79460044e-16 6,0 Z" id="Rectangle" fill="#6FD9E6"></path>
@ -140,14 +140,14 @@
<use fill="black" fill-opacity="1" filter="url(#filter-14)" xlink:href="#path-13"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-13"></use>
</g>
<path d="M44.6997462,101.799423 L86.1976067,101.799423 C87.9919344,101.799423 89.4465245,103.254013 89.4465245,105.048341 C89.4465245,106.842668 87.9919344,108.297258 86.1976067,108.297258 L44.6997462,108.297258 C42.9054184,108.297258 41.4508284,106.842668 41.4508284,105.048341 C41.4508284,103.254013 42.9054184,101.799423 44.6997462,101.799423 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M33.7916334,119.126984 L97.1057195,119.126984 C98.9000472,119.126984 100.354637,120.581574 100.354637,122.375902 C100.354637,124.17023 98.9000472,125.62482 97.1057195,125.62482 L33.7916334,125.62482 C31.9973057,125.62482 30.5427157,124.17023 30.5427157,122.375902 C30.5427157,120.581574 31.9973057,119.126984 33.7916334,119.126984 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M44.6997462,101.799423 L86.1976067,101.799423 C87.9919344,101.799423 89.4465245,103.254013 89.4465245,105.048341 C89.4465245,106.842668 87.9919344,108.297258 86.1976067,108.297258 L44.6997462,108.297258 C42.9054184,108.297258 41.4508284,106.842668 41.4508284,105.048341 C41.4508284,103.254013 42.9054184,101.799423 44.6997462,101.799423 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M33.7916334,119.126984 L97.1057195,119.126984 C98.9000472,119.126984 100.354637,120.581574 100.354637,122.375902 C100.354637,124.17023 98.9000472,125.62482 97.1057195,125.62482 L33.7916334,125.62482 C31.9973057,125.62482 30.5427157,124.17023 30.5427157,122.375902 C30.5427157,120.581574 31.9973057,119.126984 33.7916334,119.126984 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
<g id="Icon8" transform="translate(40.360017, 27.074315)">
<g id="Oval">
<use fill="black" fill-opacity="1" filter="url(#filter-16)" xlink:href="#path-15"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-15"></use>
</g>
<g id="Group-70" transform="translate(15.271358, 11.912698)" fill="#7367F0">
<g id="Group-70" transform="translate(15.271358, 11.912698)" fill="#8a1c05">
<path d="M15.4202043,14.5949316 C18.362298,14.5949316 20.7473362,16.9799698 20.7473362,19.9220635 L20.7473362,23.9374646 C20.7473362,24.6619136 20.1600543,25.2491955 19.4356054,25.2491955 L1.31173083,25.2491955 C0.587281895,25.2491955 4.12501135e-12,24.6619136 4.12470058e-12,23.9374646 L4.12470058e-12,19.9220635 C4.12434028e-12,16.9799698 2.38503822,14.5949316 5.32713196,14.5949316 L15.4202043,14.5949316 Z M10.3736681,9.84101689e-13 C13.9297349,9.84101689e-13 16.8124966,2.86204586 16.8124966,6.39255835 C16.8124966,9.92307084 13.9297349,12.7851167 10.3736681,12.7851167 C6.81760134,12.7851167 3.93483963,9.92307084 3.93483963,6.39255835 C3.93483963,2.86204586 6.81760134,9.84101689e-13 10.3736681,9.84101689e-13 Z" id="Combined-Shape"></path>
</g>
</g>

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

8
src/assets/images/pages/login-v2-dark.svg

@ -2,8 +2,8 @@
<g id="Illustration">
<g id="Shape">
<g id="Group 59">
<path id="Path" opacity="0.0845424" d="M674.32 166.249C683.698 153.731 701.453 151.18 713.979 160.552C726.379 169.83 729.005 187.315 719.957 199.81L719.679 200.187L645.379 299.374C635.916 312.007 618.34 315.21 605.04 306.802L604.639 306.544L557.865 275.948L510.705 344.593C501.937 357.356 484.564 360.694 471.702 352.171L471.313 351.909C458.543 343.146 455.204 325.783 463.732 312.928L463.994 312.54L525.793 222.586C534.999 209.185 553.141 205.492 566.841 214.144L567.255 214.41L614.898 245.575L674.32 166.249Z" fill="#7367F0"/>
<path id="Path_2" opacity="0.0845424" d="M431.118 5.29424C433.496 1.83984 438.232 0.961284 441.696 3.33194C445.115 5.67139 446.018 10.3009 443.756 13.7421L443.664 13.8791L425.148 40.779C422.433 44.5698 417.181 45.4829 413.345 42.8606L413.208 42.7654L402.574 35.1946L391.048 53.4538C388.839 56.9536 384.234 58.0368 380.696 55.9185L380.557 55.8332C377.047 53.6305 375.96 49.0392 378.085 45.5109L378.17 45.3722L393.455 21.158C395.973 17.169 401.257 15.9705 405.258 18.4812L405.467 18.6168L405.673 18.7584L416.53 26.4883L431.118 5.29424Z" fill="#7367F0"/>
<path id="Path" opacity="0.0845424" d="M674.32 166.249C683.698 153.731 701.453 151.18 713.979 160.552C726.379 169.83 729.005 187.315 719.957 199.81L719.679 200.187L645.379 299.374C635.916 312.007 618.34 315.21 605.04 306.802L604.639 306.544L557.865 275.948L510.705 344.593C501.937 357.356 484.564 360.694 471.702 352.171L471.313 351.909C458.543 343.146 455.204 325.783 463.732 312.928L463.994 312.54L525.793 222.586C534.999 209.185 553.141 205.492 566.841 214.144L567.255 214.41L614.898 245.575L674.32 166.249Z" fill="#8a1c05"/>
<path id="Path_2" opacity="0.0845424" d="M431.118 5.29424C433.496 1.83984 438.232 0.961284 441.696 3.33194C445.115 5.67139 446.018 10.3009 443.756 13.7421L443.664 13.8791L425.148 40.779C422.433 44.5698 417.181 45.4829 413.345 42.8606L413.208 42.7654L402.574 35.1946L391.048 53.4538C388.839 56.9536 384.234 58.0368 380.696 55.9185L380.557 55.8332C377.047 53.6305 375.96 49.0392 378.085 45.5109L378.17 45.3722L393.455 21.158C395.973 17.169 401.257 15.9705 405.258 18.4812L405.467 18.6168L405.673 18.7584L416.53 26.4883L431.118 5.29424Z" fill="#8a1c05"/>
<path id="+" opacity="0.070266" fill-rule="evenodd" clip-rule="evenodd" d="M633.404 131.308C634.784 131.308 635.904 130.189 635.904 128.808V110.831H653.893C655.273 110.831 656.393 109.712 656.393 108.331V99.6761C656.393 98.2954 655.273 97.1761 653.893 97.1761H635.904V79.0664C635.904 77.6857 634.784 76.5664 633.404 76.5664H624.608C623.227 76.5664 622.108 77.6857 622.108 79.0664V97.1761H604.119C602.738 97.1761 601.619 98.2954 601.619 99.6761V108.331C601.619 109.712 602.738 110.831 604.119 110.831H622.108V128.808C622.108 130.189 623.227 131.308 624.608 131.308H633.404Z" fill="#00CFE8"/>
<path id="Oval" opacity="0.0739397" fill-rule="evenodd" clip-rule="evenodd" d="M92.602 22C143.193 22 184.206 62.9886 184.206 113.551C184.206 164.113 143.193 205.101 92.602 205.101C42.0105 205.101 0.998047 164.113 0.998047 113.551C0.998047 62.9886 42.0105 22 92.602 22ZM92.602 67.3034C67.0455 67.3034 46.3278 88.0089 46.3278 113.551C46.3278 139.092 67.0455 159.798 92.602 159.798C118.159 159.798 138.876 139.092 138.876 113.551C138.876 88.0089 118.159 67.3034 92.602 67.3034Z" fill="#00CFE8"/>
</g>
@ -126,7 +126,7 @@
<path id="Path_45" fill-rule="evenodd" clip-rule="evenodd" d="M494.141 382.966C494.141 382.966 492.007 390.206 491.509 389.787C491.01 389.368 491.89 381.074 491.89 381.074L494.141 382.966Z" fill="black" fill-opacity="0.302803"/>
</g>
<g id="Body">
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M565.42 351.62C565.42 351.62 555.221 385.791 554.918 392.259C554.616 398.728 563.26 417.74 561.789 422.545C558.395 433.65 515.072 438.431 513.417 423.493C512.645 416.526 514.251 410.273 512.4 402.064C510.556 393.855 503.142 381.657 507.347 370.188C511.552 358.719 510.425 348.109 513.433 346.103C516.441 344.098 523.472 341.968 523.472 341.968C526.891 347.002 538.434 346.929 543.941 341.613C543.941 341.613 557.624 344.269 565.42 351.62Z" fill="#7367F0"/>
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M565.42 351.62C565.42 351.62 555.221 385.791 554.918 392.259C554.616 398.728 563.26 417.74 561.789 422.545C558.395 433.65 515.072 438.431 513.417 423.493C512.645 416.526 514.251 410.273 512.4 402.064C510.556 393.855 503.142 381.657 507.347 370.188C511.552 358.719 510.425 348.109 513.433 346.103C516.441 344.098 523.472 341.968 523.472 341.968C526.891 347.002 538.434 346.929 543.941 341.613C543.941 341.613 557.624 344.269 565.42 351.62Z" fill="#8a1c05"/>
<path id="Path_47" fill-rule="evenodd" clip-rule="evenodd" d="M556.28 357.154C549.481 367.949 549.501 386.745 545.85 389.206C542.199 391.668 527.987 389.252 527.987 391.202C527.987 393.151 547.626 411.016 544.402 419.557C542.714 424.029 543.172 428.029 545.776 431.559L546.626 431.373C554.364 429.624 560.585 426.482 561.788 422.545C563.26 417.74 553.619 398.728 553.921 392.259C554.177 386.768 562.284 361.315 564.729 353.747C562.738 350.234 559.922 351.37 556.28 357.154Z" fill="black" fill-opacity="0.199355"/>
</g>
<g id="RArm">
@ -174,7 +174,7 @@
</g>
</g>
<g id="Body_2">
<path id="Path_68" fill-rule="evenodd" clip-rule="evenodd" d="M209.089 243L224.192 252.796L231.002 244.887C231.002 244.887 245.348 249.327 248.01 254.518C251.85 262.008 246.79 322.022 248.996 325.643C253.697 333.36 247.447 338.658 226.757 340.604C206.067 342.55 187.712 340.957 191.042 330.658C194.374 320.359 181.519 253.147 192.852 249.445C196.393 248.288 209.089 243 209.089 243Z" fill="#7367F0"/>
<path id="Path_68" fill-rule="evenodd" clip-rule="evenodd" d="M209.089 243L224.192 252.796L231.002 244.887C231.002 244.887 245.348 249.327 248.01 254.518C251.85 262.008 246.79 322.022 248.996 325.643C253.697 333.36 247.447 338.658 226.757 340.604C206.067 342.55 187.712 340.957 191.042 330.658C194.374 320.359 181.519 253.147 192.852 249.445C196.393 248.288 209.089 243 209.089 243Z" fill="#8a1c05"/>
<path id="Path_69" fill-rule="evenodd" clip-rule="evenodd" d="M198.897 261.529C199.812 263.144 199.34 268.737 197.483 278.309C195.9 286.464 197.71 294.899 202.487 301.705L202.756 302.081C204.371 304.311 205.861 307.247 207.224 310.889C210.568 319.82 202.856 327.266 208.766 341.239L208.051 341.205C196.455 340.606 188.79 337.623 191.042 330.658C193.774 322.214 185.624 275.51 188.847 256.921C194.426 258.015 197.776 259.551 198.897 261.529Z" fill="black" fill-opacity="0.159856"/>
<path id="Path_70" fill-rule="evenodd" clip-rule="evenodd" d="M209.089 243L222.598 251.795C220.618 254.093 219.556 256.766 219.155 259.709C213.963 255.656 208.567 249.992 206.895 243.902L209.089 243Z" fill="#5E54C7"/>
<path id="Path_71" fill-rule="evenodd" clip-rule="evenodd" d="M225.26 251.566C227.544 253.108 229.366 255.839 230.85 258.944C232.628 255.376 233.309 250.664 233.309 245.639L231.078 244.759L225.26 251.566Z" fill="#5E54C7"/>

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

8
src/assets/images/pages/login-v2.svg

@ -151,8 +151,8 @@
<g id="Illustration" transform="translate(113.500000, 271.500000)">
<g id="Shape" transform="translate(0.500000, 0.500000)">
<g id="Group-59" transform="translate(0.000000, 0.818995)">
<path d="M673.320496,164.42973 C682.697842,151.911489 700.453642,149.360857 712.979187,158.732736 C725.379475,168.010895 728.00481,185.49599 718.957248,197.991201 L718.679504,198.368303 L644.379725,297.554422 C634.916309,310.187563 617.340382,313.390522 604.040557,304.982961 L603.638854,304.724631 L556.864897,274.128494 L509.705425,342.774231 C500.937414,355.536823 483.564296,358.874417 470.701797,350.351376 L470.313418,350.089469 C457.54338,341.32657 454.203839,323.963582 462.731853,311.108582 L462.993913,310.72043 L524.792998,220.766562 C533.999402,207.36585 552.141193,203.672841 565.84142,212.325168 L566.255205,212.591141 L613.898286,243.755416 L673.320496,164.42973 Z" id="Path" fill="#7367F0" fill-rule="nonzero" opacity="0.0845424107"></path>
<path d="M430.118007,3.47524559 C432.495605,0.0208430156 437.231582,-0.857710836 440.696106,1.51294064 C444.115045,3.85239933 445.018124,8.48187172 442.756323,11.9231258 L442.664161,12.060134 L424.147685,38.9600355 C421.433138,42.7508086 416.180742,43.663949 412.344581,41.0416044 L412.208184,40.9464449 L401.573583,33.3756019 L390.048198,51.6348483 C387.83905,55.1345722 383.234303,56.2178186 379.695669,54.0995121 L379.556547,54.0142301 C376.046569,51.8115364 374.960148,47.2202425 377.084662,43.6919474 L377.170193,43.5532325 L392.455068,19.3389947 C394.97306,15.3500003 400.257491,14.151554 404.258175,16.6621902 L404.467404,16.7977781 L404.672581,16.9393898 L415.53035,24.6692771 L430.118007,3.47524559 Z" id="Path" fill="#7367F0" fill-rule="nonzero" opacity="0.0845424107"></path>
<path d="M673.320496,164.42973 C682.697842,151.911489 700.453642,149.360857 712.979187,158.732736 C725.379475,168.010895 728.00481,185.49599 718.957248,197.991201 L718.679504,198.368303 L644.379725,297.554422 C634.916309,310.187563 617.340382,313.390522 604.040557,304.982961 L603.638854,304.724631 L556.864897,274.128494 L509.705425,342.774231 C500.937414,355.536823 483.564296,358.874417 470.701797,350.351376 L470.313418,350.089469 C457.54338,341.32657 454.203839,323.963582 462.731853,311.108582 L462.993913,310.72043 L524.792998,220.766562 C533.999402,207.36585 552.141193,203.672841 565.84142,212.325168 L566.255205,212.591141 L613.898286,243.755416 L673.320496,164.42973 Z" id="Path" fill="#8a1c05" fill-rule="nonzero" opacity="0.0845424107"></path>
<path d="M430.118007,3.47524559 C432.495605,0.0208430156 437.231582,-0.857710836 440.696106,1.51294064 C444.115045,3.85239933 445.018124,8.48187172 442.756323,11.9231258 L442.664161,12.060134 L424.147685,38.9600355 C421.433138,42.7508086 416.180742,43.663949 412.344581,41.0416044 L412.208184,40.9464449 L401.573583,33.3756019 L390.048198,51.6348483 C387.83905,55.1345722 383.234303,56.2178186 379.695669,54.0995121 L379.556547,54.0142301 C376.046569,51.8115364 374.960148,47.2202425 377.084662,43.6919474 L377.170193,43.5532325 L392.455068,19.3389947 C394.97306,15.3500003 400.257491,14.151554 404.258175,16.6621902 L404.467404,16.7977781 L404.672581,16.9393898 L415.53035,24.6692771 L430.118007,3.47524559 Z" id="Path" fill="#8a1c05" fill-rule="nonzero" opacity="0.0845424107"></path>
<path d="M634.903005,126.988904 L634.903005,109.011803 L634.903005,109.011803 L652.892053,109.011803 C654.272765,109.011803 655.392053,107.892514 655.392053,106.511803 L655.392053,97.8570026 C655.392053,96.4762907 654.272765,95.3570026 652.892053,95.3570026 L634.903005,95.3570026 L634.903005,95.3570026 L634.903005,77.2473306 C634.903005,75.8666188 633.783717,74.7473306 632.403005,74.7473306 L623.607591,74.7473306 C622.226879,74.7473306 621.107591,75.8666188 621.107591,77.2473306 L621.107591,95.3570026 L621.107591,95.3570026 L603.118543,95.3570026 C601.737831,95.3570026 600.618543,96.4762907 600.618543,97.8570026 L600.618543,106.511803 C600.618543,107.892514 601.737831,109.011803 603.118543,109.011803 L621.107591,109.011803 L621.107591,109.011803 L621.107591,126.988904 C621.107591,128.369616 622.226879,129.488904 623.607591,129.488904 L632.403005,129.488904 C633.783717,129.488904 634.903005,128.369616 634.903005,126.988904 Z" id="+" fill="#00CFE8" opacity="0.070265997"></path>
<path d="M91.602649,20.1810047 C142.194127,20.1810047 183.206623,61.1695874 183.206623,111.731567 C183.206623,162.293546 142.194127,203.282128 91.602649,203.282128 C41.0111714,203.282128 -0.00132450331,162.293546 -0.00132450331,111.731567 C-0.00132450331,61.1695874 41.0111714,20.1810047 91.602649,20.1810047 Z M91.602649,65.4843755 C66.0461294,65.4843755 45.3284768,86.1899482 45.3284768,111.731567 C45.3284768,137.273185 66.0461294,157.978758 91.602649,157.978758 C117.159169,157.978758 137.876821,137.273185 137.876821,111.731567 C137.876821,86.1899482 117.159169,65.4843755 91.602649,65.4843755 Z" id="Oval" fill="#00CFE8" opacity="0.0739397321"></path>
</g>
@ -277,7 +277,7 @@
<path d="M30.524277,36.7771505 C31.9465183,41.6037469 32.8238746,43.877314 33.1563461,43.5978517 C33.4888175,43.3183895 33.361806,40.4141123 32.7753116,34.8850203 L30.524277,36.7771505 Z" id="Path" fill-opacity="0.302802666" fill="#000000"></path>
</g>
<g id="Body" transform="translate(23.579496, 51.612781)">
<path d="M0,10.0068988 C0,10.0068988 10.1994164,44.1777383 10.5014785,50.6460197 C10.8035406,57.1149441 2.15942275,76.1268945 3.63117218,80.9322893 C7.02455079,92.0368476 50.3479697,96.8184502 52.0031766,81.8801218 C52.7751121,74.9133635 51.1686594,68.6606239 53.0195932,60.4516488 C54.8641001,52.2426737 62.2782438,40.0440221 58.0730475,28.5751555 C53.8678513,17.1062889 54.9945847,6.49580412 51.9868173,4.49030809 C48.9790499,2.48481206 41.9480723,0.3549549 41.9480723,0.3549549 C38.5289863,5.38926996 26.9863575,5.31596405 21.4785441,-5.67113923e-14 C21.4785441,-5.67113923e-14 7.7957732,2.65573141 0,10.0068988 Z" id="Path" fill="#7367F0"></path>
<path d="M0,10.0068988 C0,10.0068988 10.1994164,44.1777383 10.5014785,50.6460197 C10.8035406,57.1149441 2.15942275,76.1268945 3.63117218,80.9322893 C7.02455079,92.0368476 50.3479697,96.8184502 52.0031766,81.8801218 C52.7751121,74.9133635 51.1686594,68.6606239 53.0195932,60.4516488 C54.8641001,52.2426737 62.2782438,40.0440221 58.0730475,28.5751555 C53.8678513,17.1062889 54.9945847,6.49580412 51.9868173,4.49030809 C48.9790499,2.48481206 41.9480723,0.3549549 41.9480723,0.3549549 C38.5289863,5.38926996 26.9863575,5.31596405 21.4785441,-5.67113923e-14 C21.4785441,-5.67113923e-14 7.7957732,2.65573141 0,10.0068988 Z" id="Path" fill="#8a1c05"></path>
<path d="M9.13993678,15.5412316 C15.9386181,26.3364714 15.9181784,45.1319964 19.5695599,47.5935645 C23.2209414,50.0551327 37.4324646,47.6395139 37.4324646,49.5889193 C37.4324646,51.5383247 17.7930336,69.4035203 21.0171234,77.9439199 C22.7053166,82.4158315 22.2473825,86.4165047 19.643321,89.9459395 L18.7933156,89.7606111 C11.05522,88.0108765 4.83413692,84.8688946 3.63117218,80.9322893 C2.15942275,76.1268945 11.8006767,57.1149441 11.4986145,50.6460197 C11.2422035,45.1552986 3.13546325,19.7027258 0.690954066,12.1347725 C2.68117146,8.62160914 5.49701697,9.75684617 9.13993678,15.5412316 Z" id="Path" fill-opacity="0.199355332" fill="#000000"></path>
</g>
<g id="RArm" transform="translate(0.000000, 58.763197)">
@ -325,7 +325,7 @@
</g>
</g>
<g id="Body" transform="translate(19.000000, 43.000000)">
<path d="M21.0887197,1.99958568e-13 L36.1914147,9.79574142 L43.0011786,1.8874427 C43.0011786,1.8874427 57.3479279,6.32708326 60.0092853,11.5177208 C63.8498326,19.0082179 58.7898088,79.0218277 60.9957037,82.6433045 C65.6960429,90.3602735 59.4466012,95.6576336 38.7566137,97.6040573 C18.0666262,99.5504811 -0.28884638,97.9565524 3.04196022,87.6583547 C6.37362817,77.3592953 -6.48128373,10.1471097 4.85179928,6.44459063 C8.39299888,5.28768047 21.0887197,1.99958568e-13 21.0887197,1.99958568e-13 Z" id="Path" fill="#7367F0"></path>
<path d="M21.0887197,1.99958568e-13 L36.1914147,9.79574142 L43.0011786,1.8874427 C43.0011786,1.8874427 57.3479279,6.32708326 60.0092853,11.5177208 C63.8498326,19.0082179 58.7898088,79.0218277 60.9957037,82.6433045 C65.6960429,90.3602735 59.4466012,95.6576336 38.7566137,97.6040573 C18.0666262,99.5504811 -0.28884638,97.9565524 3.04196022,87.6583547 C6.37362817,77.3592953 -6.48128373,10.1471097 4.85179928,6.44459063 C8.39299888,5.28768047 21.0887197,1.99958568e-13 21.0887197,1.99958568e-13 Z" id="Path" fill="#8a1c05"></path>
<path d="M10.8965667,18.5293115 C11.8111756,20.1436981 11.3396982,25.7368403 9.48213456,35.308738 C7.89957478,43.4635594 9.70904936,51.8994216 14.4866096,58.7049866 L14.7550805,59.0813842 C16.3707536,61.311011 17.8602196,64.2466979 19.2234783,67.888445 C22.5670796,76.8203888 14.8550314,84.2660709 20.7650575,98.2389941 L20.0502516,98.2052744 C8.45447899,97.6060802 0.789503104,94.6225083 3.04196022,87.6583547 C5.77363123,79.2140432 -2.37619004,32.5096577 0.846492493,13.9208411 C6.42575861,15.0148833 9.77563718,16.550746 10.8965667,18.5293115 Z" id="Path" fill-opacity="0.159855769" fill="#000000"></path>
<path d="M21.0887197,0 L34.5976454,8.79513302 C32.6173088,11.0928518 31.5553511,13.7664826 31.1543811,16.7091146 C25.9627825,12.6559903 20.5659999,6.99237131 18.8938324,0.901907668 L21.0887197,0 Z" id="Path" fill="#5E54C7"></path>
<path d="M37.2590028,8.5661186 C39.5433593,10.1085318 41.3655344,12.839163 42.8490002,15.9439418 C44.6273114,12.3759186 45.3084138,7.66379413 45.3084138,2.63944245 L43.07763,1.75885417 L37.2590028,8.5661186 Z" id="Path" fill="#5E54C7"></path>

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

16
src/assets/images/pages/not-authorized-dark.svg

@ -1,14 +1,14 @@
<svg width="548" height="484" viewBox="0 0 548 484" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Illustration">
<g id="Shape">
<path id="Oval" opacity="0.0528274" fill-rule="evenodd" clip-rule="evenodd" d="M548 146.415C548 65.5524 482.211 0 401.056 0C319.901 0 254.111 65.5524 254.111 146.415C254.111 227.278 319.901 292.831 401.056 292.831C482.211 292.831 548 227.278 548 146.415ZM309.044 146.415C309.044 95.7815 350.239 54.7347 401.056 54.7347C451.872 54.7347 493.067 95.7815 493.067 146.415C493.067 197.049 451.872 238.096 401.056 238.096C350.239 238.096 309.044 197.049 309.044 146.415Z" fill="#7367F0"/>
<path id="Oval" opacity="0.0528274" fill-rule="evenodd" clip-rule="evenodd" d="M548 146.415C548 65.5524 482.211 0 401.056 0C319.901 0 254.111 65.5524 254.111 146.415C254.111 227.278 319.901 292.831 401.056 292.831C482.211 292.831 548 227.278 548 146.415ZM309.044 146.415C309.044 95.7815 350.239 54.7347 401.056 54.7347C451.872 54.7347 493.067 95.7815 493.067 146.415C493.067 197.049 451.872 238.096 401.056 238.096C350.239 238.096 309.044 197.049 309.044 146.415Z" fill="#8a1c05"/>
<g id="Oval_2" opacity="0.14102" filter="url(#filter0_f)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.3142 232.166C89.3142 209.243 70.6637 190.659 47.6571 190.659C24.6505 190.659 6 209.243 6 232.166C6 255.09 24.6505 273.673 47.6571 273.673C70.6637 273.673 89.3142 255.09 89.3142 232.166ZM33.4662 232.166C33.4662 224.357 39.8197 218.027 47.6571 218.027C55.4945 218.027 61.848 224.357 61.848 232.166C61.848 239.976 55.4945 246.306 47.6571 246.306C39.8197 246.306 33.4662 239.976 33.4662 232.166Z" fill="#8BF78F"/>
</g>
<ellipse id="Oval_3" cx="176.29" cy="364.898" rx="82.3987" ry="82.102" fill="#7367F0" fill-opacity="0.0612161"/>
<ellipse id="Oval_3" cx="176.29" cy="364.898" rx="82.3987" ry="82.102" fill="#8a1c05" fill-opacity="0.0612161"/>
<ellipse id="Oval_4" opacity="0.14102" cx="148.825" cy="77.5407" rx="29.2973" ry="29.1918" fill="#CEF5FF"/>
<g id="Oval_5" filter="url(#filter1_f)">
<ellipse cx="493.983" cy="364.898" rx="29.2973" ry="29.1918" fill="#7367F0" fill-opacity="0.135927"/>
<ellipse cx="493.983" cy="364.898" rx="29.2973" ry="29.1918" fill="#8a1c05" fill-opacity="0.135927"/>
</g>
</g>
<g id="File Organizer">
@ -20,7 +20,7 @@
<path id="Rectangle_3" fill-rule="evenodd" clip-rule="evenodd" d="M182.737 127.195C182.737 116.966 191.03 108.673 201.259 108.673H224.364C225.046 108.673 225.605 109.216 225.625 109.898V109.898C225.768 114.787 229.772 118.676 234.663 118.676H302.219C307.11 118.676 311.114 114.787 311.257 109.898V109.898C311.277 109.216 311.835 108.673 312.518 108.673H335.622C345.852 108.673 354.144 116.966 354.144 127.195V453.306C354.144 463.535 345.852 471.828 335.622 471.828H201.259C191.03 471.828 182.737 463.535 182.737 453.306V127.195Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<ellipse id="Oval_6" opacity="0.0987723" cx="247.722" cy="329.703" rx="14.7018" ry="14.5497" fill="#7367F0"/>
<ellipse id="Oval_6" opacity="0.0987723" cx="247.722" cy="329.703" rx="14.7018" ry="14.5497" fill="#8a1c05"/>
<path id="Oval_7" opacity="0.14102" fill-rule="evenodd" clip-rule="evenodd" d="M335.704 315.153C374.906 315.153 406.686 346.604 406.686 385.401C406.686 424.198 374.906 455.649 335.704 455.649C296.501 455.649 264.722 424.198 264.722 385.401C264.722 346.604 296.501 315.153 335.704 315.153ZM335.704 345.844C313.629 345.844 295.733 363.555 295.733 385.401C295.733 407.248 313.629 424.958 335.704 424.958C357.779 424.958 375.674 407.248 375.674 385.401C375.674 363.555 357.779 345.844 335.704 345.844Z" fill="#C8F5D0"/>
<path id="Rectangle_4" fill-rule="evenodd" clip-rule="evenodd" d="M203.617 175.795C203.617 173.158 205.755 171.021 208.391 171.021H329.781C332.417 171.021 334.555 173.158 334.555 175.795V175.795C334.555 178.431 332.417 180.569 329.781 180.569H208.391C205.755 180.569 203.617 178.431 203.617 175.795V175.795Z" fill="#68DE9E" fill-opacity="0.642073"/>
</g>
@ -48,7 +48,7 @@
</g>
</g>
</g>
<path id="Path_3" opacity="0.33996" d="M164.106 193.754H156.414C154.757 193.754 153.414 192.411 153.414 190.754V182.842L164.106 193.754Z" fill="#7367F0"/>
<path id="Path_3" opacity="0.33996" d="M164.106 193.754H156.414C154.757 193.754 153.414 192.411 153.414 190.754V182.842L164.106 193.754Z" fill="#8a1c05"/>
</g>
<g id="Group">
<path id="Rectangle_9" fill-rule="evenodd" clip-rule="evenodd" d="M139.296 323.427C139.296 320.113 141.982 317.427 145.296 317.427H195.778C199.092 317.427 201.778 320.113 201.778 323.427V363.26C201.778 366.574 199.092 369.26 195.778 369.26H145.296C141.982 369.26 139.296 366.574 139.296 363.26V323.427Z" fill="#6FD9E6"/>
@ -79,14 +79,14 @@
<g id="Rectangle_12" filter="url(#filter2_d)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M276.246 141.049C276.224 135.51 280.708 131.009 286.246 131.009L375.958 131.009C381.465 131.009 385.936 135.462 385.958 140.969L386.429 259.191C386.451 264.729 381.968 269.231 376.429 269.231H286.718C281.21 269.231 276.74 264.778 276.718 259.271L276.246 141.049Z" fill="#313A53"/>
</g>
<path id="Rectangle_13" opacity="0.33996" d="M311.123 219.216C311.123 217.71 312.344 216.488 313.851 216.488H348.825C350.332 216.488 351.553 217.71 351.553 219.216V219.216C351.553 220.723 350.332 221.944 348.825 221.944H313.851C312.344 221.944 311.123 220.723 311.123 219.216V219.216Z" fill="#7367F0"/>
<path id="Rectangle_14" opacity="0.33996" d="M301.935 233.766C301.935 232.259 303.156 231.038 304.663 231.038H358.014C359.52 231.038 360.742 232.259 360.742 233.766V233.766C360.742 235.273 359.52 236.494 358.014 236.494H304.663C303.156 236.494 301.935 235.273 301.935 233.766V233.766Z" fill="#7367F0"/>
<path id="Rectangle_13" opacity="0.33996" d="M311.123 219.216C311.123 217.71 312.344 216.488 313.851 216.488H348.825C350.332 216.488 351.553 217.71 351.553 219.216V219.216C351.553 220.723 350.332 221.944 348.825 221.944H313.851C312.344 221.944 311.123 220.723 311.123 219.216V219.216Z" fill="#8a1c05"/>
<path id="Rectangle_14" opacity="0.33996" d="M301.935 233.766C301.935 232.259 303.156 231.038 304.663 231.038H358.014C359.52 231.038 360.742 232.259 360.742 233.766V233.766C360.742 235.273 359.52 236.494 358.014 236.494H304.663C303.156 236.494 301.935 235.273 301.935 233.766V233.766Z" fill="#8a1c05"/>
<g id="Icon8">
<g id="Oval_11" filter="url(#filter3_dd)">
<ellipse cx="331.407" cy="175.192" rx="21.2027" ry="21.4497" fill="white"/>
</g>
<g id="Group 70">
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M331.807 174.481C334.802 174.481 337.231 172.078 337.231 169.113C337.231 166.149 334.802 163.746 331.807 163.746C328.811 163.746 326.383 166.149 326.383 169.113C326.383 172.078 328.811 174.481 331.807 174.481ZM331.097 176.001C326.663 176.001 323.068 179.595 323.068 184.029C323.068 184.536 323.479 184.947 323.986 184.947H339.628C340.134 184.947 340.545 184.536 340.545 184.029C340.545 179.595 336.951 176.001 332.517 176.001H331.097Z" fill="#7367F0"/>
<path id="Combined Shape" fill-rule="evenodd" clip-rule="evenodd" d="M331.807 174.481C334.802 174.481 337.231 172.078 337.231 169.113C337.231 166.149 334.802 163.746 331.807 163.746C328.811 163.746 326.383 166.149 326.383 169.113C326.383 172.078 328.811 174.481 331.807 174.481ZM331.097 176.001C326.663 176.001 323.068 179.595 323.068 184.029C323.068 184.536 323.479 184.947 323.986 184.947H339.628C340.134 184.947 340.545 184.536 340.545 184.029C340.545 179.595 336.951 176.001 332.517 176.001H331.097Z" fill="#8a1c05"/>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

16
src/assets/images/pages/not-authorized.svg

@ -71,11 +71,11 @@
<g id="Not-Authorized" transform="translate(-444.000000, -309.000000)">
<g id="Illustration" transform="translate(450.000000, 309.000000)">
<g id="Shape">
<path d="M393.597973,0 C474.45358,0 540,65.2590662 540,145.760204 C540,226.261342 474.45358,291.520408 393.597973,291.520408 C312.742366,291.520408 247.195946,226.261342 247.195946,145.760204 C247.195946,65.2590662 312.742366,0 393.597973,0 Z M393.597973,54.4897959 C342.968761,54.4897959 301.925676,95.3529495 301.925676,145.760204 C301.925676,196.167459 342.968761,237.030612 393.597973,237.030612 C444.227185,237.030612 485.27027,196.167459 485.27027,145.760204 C485.27027,95.3529495 444.227185,54.4897959 393.597973,54.4897959 Z" id="Oval" fill="#7367F0" fill-rule="nonzero" opacity="0.052827381"></path>
<path d="M393.597973,0 C474.45358,0 540,65.2590662 540,145.760204 C540,226.261342 474.45358,291.520408 393.597973,291.520408 C312.742366,291.520408 247.195946,226.261342 247.195946,145.760204 C247.195946,65.2590662 312.742366,0 393.597973,0 Z M393.597973,54.4897959 C342.968761,54.4897959 301.925676,95.3529495 301.925676,145.760204 C301.925676,196.167459 342.968761,237.030612 393.597973,237.030612 C444.227185,237.030612 485.27027,196.167459 485.27027,145.760204 C485.27027,95.3529495 444.227185,54.4897959 393.597973,54.4897959 Z" id="Oval" fill="#8a1c05" fill-rule="nonzero" opacity="0.052827381"></path>
<path d="M41.5033784,189.806122 C64.4250613,189.806122 83.0067568,208.306356 83.0067568,231.127551 C83.0067568,253.948746 64.4250613,272.44898 41.5033784,272.44898 C18.5816954,272.44898 0,253.948746 0,231.127551 C0,208.306356 18.5816954,189.806122 41.5033784,189.806122 Z M41.5033784,217.05102 C33.694893,217.05102 27.3648649,223.353298 27.3648649,231.127551 C27.3648649,238.901804 33.694893,245.204082 41.5033784,245.204082 C49.3118638,245.204082 55.6418919,238.901804 55.6418919,231.127551 C55.6418919,223.353298 49.3118638,217.05102 41.5033784,217.05102 Z" id="Oval" fill="#8BF78F" fill-rule="nonzero" opacity="0.141020275" filter="url(#filter-1)"></path>
<ellipse id="Oval" fill-opacity="0.0612161276" fill="#7367F0" cx="169.662162" cy="363.265306" rx="82.0945946" ry="81.7346939"></ellipse>
<ellipse id="Oval" fill-opacity="0.0612161276" fill="#8a1c05" cx="169.662162" cy="363.265306" rx="82.0945946" ry="81.7346939"></ellipse>
<ellipse id="Oval" fill="#CEF5FF" opacity="0.141020275" cx="142.297297" cy="77.1938776" rx="29.1891892" ry="29.0612245"></ellipse>
<ellipse id="Oval" fill-opacity="0.135926573" fill="#7367F0" filter="url(#filter-2)" cx="486.182432" cy="363.265306" rx="29.1891892" ry="29.0612245"></ellipse>
<ellipse id="Oval" fill-opacity="0.135926573" fill="#8a1c05" filter="url(#filter-2)" cx="486.182432" cy="363.265306" rx="29.1891892" ry="29.0612245"></ellipse>
</g>
<g id="File-Organizer" transform="translate(113.000000, 100.000000)">
<g id="Phone3" transform="translate(55.886614, 0.000000)">
@ -85,7 +85,7 @@
<use xlink:href="#path-3"></use>
</mask>
<use id="Rectangle" fill="#FFFFFF" xlink:href="#path-3"></use>
<ellipse id="Oval" fill="#7367F0" opacity="0.0987723214" mask="url(#mask-4)" cx="64.795032" cy="220.451439" rx="14.658784" ry="14.5116185"></ellipse>
<ellipse id="Oval" fill="#8a1c05" opacity="0.0987723214" mask="url(#mask-4)" cx="64.795032" cy="220.451439" rx="14.658784" ry="14.5116185"></ellipse>
<path d="M152.518693,205.93982 C191.606337,205.93982 223.293134,237.308501 223.293134,276.003729 C223.293134,314.698957 191.606337,346.067637 152.518693,346.067637 C113.431048,346.067637 81.744251,314.698957 81.744251,276.003729 C81.744251,237.308501 113.431048,205.93982 152.518693,205.93982 Z M152.518693,236.550266 C130.508174,236.550266 112.665124,254.214183 112.665124,276.003729 C112.665124,297.793275 130.508174,315.457192 152.518693,315.457192 C174.529211,315.457192 192.372262,297.793275 192.372262,276.003729 C192.372262,254.214183 174.529211,236.550266 152.518693,236.550266 Z" id="Oval" fill="#C8F5D0" opacity="0.141020275" mask="url(#mask-4)"></path>
<path d="M25.5803047,62.1840994 L146.61185,62.1840994 C149.241623,62.1840994 151.373475,64.3159514 151.373475,66.9457242 C151.373475,69.575497 149.241623,71.707349 146.61185,71.707349 L25.5803047,71.707349 C22.950532,71.707349 20.8186799,69.575497 20.8186799,66.9457242 C20.8186799,64.3159514 22.950532,62.1840994 25.5803047,62.1840994 Z" id="Rectangle" fill-opacity="0.642072771" fill="#68DE9E" mask="url(#mask-4)"></path>
</g>
@ -110,7 +110,7 @@
</g>
</g>
</g>
<path d="M43.9763521,10.8837139 L36.3159524,10.8837139 C34.6590981,10.8837139 33.3159524,9.54056815 33.3159524,7.8837139 L33.3159524,0 L33.3159524,0 L43.9763521,10.8837139 Z" id="Path" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M43.9763521,10.8837139 L36.3159524,10.8837139 C34.6590981,10.8837139 33.3159524,9.54056815 33.3159524,7.8837139 L33.3159524,0 L33.3159524,0 L43.9763521,10.8837139 Z" id="Path" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
</g>
<g id="Group" transform="translate(19.239654, 215.860326)">
<path d="M6,0 L56.2998321,0 C59.6135406,-4.44006117e-15 62.2998321,2.6862915 62.2998321,6 L62.2998321,45.697641 C62.2998321,49.0113495 59.6135406,51.697641 56.2998321,51.697641 L6,51.697641 C2.6862915,51.697641 1.29399067e-15,49.0113495 0,45.697641 L0,6 C4.82366169e-16,2.6862915 2.6862915,-2.79460044e-16 6,0 Z" id="Rectangle" fill="#6FD9E6"></path>
@ -140,14 +140,14 @@
<use fill="black" fill-opacity="1" filter="url(#filter-14)" xlink:href="#path-13"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-13"></use>
</g>
<path d="M37.5355405,85.2557589 L72.4053396,85.2557589 C73.9080669,85.2557589 75.1262681,86.4739601 75.1262681,87.9766874 C75.1262681,89.4794147 73.9080669,90.6976158 72.4053396,90.6976158 L37.5355405,90.6976158 C36.0328132,90.6976158 34.814612,89.4794147 34.814612,87.9766874 C34.814612,86.4739601 36.0328132,85.2557589 37.5355405,85.2557589 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M28.3738005,99.7673774 L81.5670796,99.7673774 C83.0698069,99.7673774 84.2880081,100.985579 84.2880081,102.488306 C84.2880081,103.991033 83.0698069,105.209234 81.5670796,105.209234 L28.3738005,105.209234 C26.8710732,105.209234 25.652872,103.991033 25.652872,102.488306 C25.652872,100.985579 26.8710732,99.7673774 28.3738005,99.7673774 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M37.5355405,85.2557589 L72.4053396,85.2557589 C73.9080669,85.2557589 75.1262681,86.4739601 75.1262681,87.9766874 C75.1262681,89.4794147 73.9080669,90.6976158 72.4053396,90.6976158 L37.5355405,90.6976158 C36.0328132,90.6976158 34.814612,89.4794147 34.814612,87.9766874 C34.814612,86.4739601 36.0328132,85.2557589 37.5355405,85.2557589 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
<path d="M28.3738005,99.7673774 L81.5670796,99.7673774 C83.0698069,99.7673774 84.2880081,100.985579 84.2880081,102.488306 C84.2880081,103.991033 83.0698069,105.209234 81.5670796,105.209234 L28.3738005,105.209234 C26.8710732,105.209234 25.652872,103.991033 25.652872,102.488306 C25.652872,100.985579 26.8710732,99.7673774 28.3738005,99.7673774 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero" opacity="0.339960007"></path>
<g id="Icon8" transform="translate(33.898438, 22.674404)">
<g id="Oval">
<use fill="black" fill-opacity="1" filter="url(#filter-16)" xlink:href="#path-15"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-15"></use>
</g>
<g id="Group-70" transform="translate(12.826436, 9.976738)" fill="#7367F0">
<g id="Group-70" transform="translate(12.826436, 9.976738)" fill="#8a1c05">
<path d="M12.9643112,12.2230749 C15.4282783,12.2230749 17.4257184,14.2205149 17.4257184,16.6844821 L17.4257184,19.8341584 C17.4257184,20.5586074 16.8384365,21.1458893 16.1139875,21.1458893 L1.31173083,21.1458893 C0.587281895,21.1458893 4.0466296e-12,20.5586074 4.04654088e-12,19.8341584 L4.04654088e-12,16.6844821 C4.04623913e-12,14.2205149 1.99744004,12.2230749 4.4614072,12.2230749 L12.9643112,12.2230749 Z M8.71285918,9.70779013e-13 C11.6996049,9.70779013e-13 14.1208407,2.39692805 14.1208407,5.35368864 C14.1208407,8.31044923 11.6996049,10.7073773 8.71285918,10.7073773 C5.72611344,10.7073773 3.30487762,8.31044923 3.30487762,5.35368864 C3.30487762,2.39692805 5.72611344,9.70779013e-13 8.71285918,9.70779013e-13 Z" id="Combined-Shape"></path>
</g>
</g>

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

18
src/assets/images/pages/register-v2-dark.svg

@ -3,10 +3,10 @@
<g id="Shape">
<path id="Rectangle" opacity="0.150019" fill-rule="evenodd" clip-rule="evenodd" d="M524.946 244.08C521.029 240.173 521.029 233.827 524.946 229.92L615.438 139.65C619.341 135.756 625.66 135.756 629.563 139.65L720.055 229.92C723.972 233.827 723.972 240.173 720.055 244.08L629.563 334.35C625.66 338.244 619.341 338.244 615.438 334.35L524.946 244.08Z" fill="#BFE7FF"/>
<g id="Rectangle_2" opacity="0.0375744" filter="url(#filter0_f)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M215.964 80.1557C212.048 76.2485 212.048 69.9034 215.964 65.9962L266.385 15.6991C270.288 11.8054 276.607 11.8054 280.51 15.6991L330.931 65.9962C334.848 69.9034 334.848 76.2485 330.931 80.1557L280.51 130.453C276.607 134.346 270.288 134.346 266.385 130.453L215.964 80.1557Z" fill="#7367F0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M215.964 80.1557C212.048 76.2485 212.048 69.9034 215.964 65.9962L266.385 15.6991C270.288 11.8054 276.607 11.8054 280.51 15.6991L330.931 65.9962C334.848 69.9034 334.848 76.2485 330.931 80.1557L280.51 130.453C276.607 134.346 270.288 134.346 266.385 130.453L215.964 80.1557Z" fill="#8a1c05"/>
</g>
<path id="Rectangle_3" opacity="0.0659412" fill-rule="evenodd" clip-rule="evenodd" d="M268.439 249.15C264.522 245.242 264.522 238.897 268.439 234.99L456.478 47.4131C460.381 43.5194 466.699 43.5194 470.602 47.413L658.641 234.99C662.558 238.897 662.558 245.242 658.641 249.15L470.602 436.727C466.699 440.62 460.381 440.62 456.478 436.727L268.439 249.15Z" fill="#7367F0"/>
<path id="Rectangle_4" opacity="0.0895647" fill-rule="evenodd" clip-rule="evenodd" d="M143.744 244.969C139.509 240.733 132.633 240.742 128.387 244.988L8.45181 364.923C4.20577 369.169 4.19732 376.045 8.43294 380.28L128.074 499.921C132.309 504.157 139.185 504.148 143.431 499.902L263.366 379.967C267.612 375.721 267.62 368.845 263.385 364.61L143.744 244.969ZM62.1931 372.535L135.999 298.729L209.624 372.354L135.818 446.16L62.1931 372.535Z" fill="#7367F0"/>
<path id="Rectangle_3" opacity="0.0659412" fill-rule="evenodd" clip-rule="evenodd" d="M268.439 249.15C264.522 245.242 264.522 238.897 268.439 234.99L456.478 47.4131C460.381 43.5194 466.699 43.5194 470.602 47.413L658.641 234.99C662.558 238.897 662.558 245.242 658.641 249.15L470.602 436.727C466.699 440.62 460.381 440.62 456.478 436.727L268.439 249.15Z" fill="#8a1c05"/>
<path id="Rectangle_4" opacity="0.0895647" fill-rule="evenodd" clip-rule="evenodd" d="M143.744 244.969C139.509 240.733 132.633 240.742 128.387 244.988L8.45181 364.923C4.20577 369.169 4.19732 376.045 8.43294 380.28L128.074 499.921C132.309 504.157 139.185 504.148 143.431 499.902L263.366 379.967C267.612 375.721 267.62 368.845 263.385 364.61L143.744 244.969ZM62.1931 372.535L135.999 298.729L209.624 372.354L135.818 446.16L62.1931 372.535Z" fill="#8a1c05"/>
</g>
<g id="Office Desk">
<g id="Group 11">
@ -161,8 +161,8 @@
</g>
<g id="FacingBack Laptop3">
<path id="Rectangle_59" fill-rule="evenodd" clip-rule="evenodd" d="M317.174 431.027C317.174 430.195 317.849 429.52 318.681 429.52H423.938C424.77 429.52 425.445 430.195 425.445 431.027V431.027C425.445 431.86 424.77 432.535 423.938 432.535H318.681C317.849 432.535 317.174 431.86 317.174 431.027V431.027Z" fill="#8F84FF"/>
<path id="Rectangle_60" fill-rule="evenodd" clip-rule="evenodd" d="M388.496 431.027C388.496 430.195 389.171 429.52 390.004 429.52H423.937C424.77 429.52 425.445 430.195 425.445 431.027V431.027C425.445 431.86 424.77 432.535 423.937 432.535H390.004C389.171 432.535 388.496 431.86 388.496 431.027V431.027Z" fill="#7367F0"/>
<path id="Rectangle_61" fill-rule="evenodd" clip-rule="evenodd" d="M312.019 388.056C311.743 385.905 313.42 384 315.589 384H381.858C383.67 384 385.199 385.346 385.429 387.144L390.344 425.593C390.619 427.745 388.942 429.65 386.773 429.65H320.505C318.693 429.65 317.163 428.303 316.934 426.506L312.019 388.056Z" fill="#7367F0"/>
<path id="Rectangle_60" fill-rule="evenodd" clip-rule="evenodd" d="M388.496 431.027C388.496 430.195 389.171 429.52 390.004 429.52H423.937C424.77 429.52 425.445 430.195 425.445 431.027V431.027C425.445 431.86 424.77 432.535 423.937 432.535H390.004C389.171 432.535 388.496 431.86 388.496 431.027V431.027Z" fill="#8a1c05"/>
<path id="Rectangle_61" fill-rule="evenodd" clip-rule="evenodd" d="M312.019 388.056C311.743 385.905 313.42 384 315.589 384H381.858C383.67 384 385.199 385.346 385.429 387.144L390.344 425.593C390.619 427.745 388.942 429.65 386.773 429.65H320.505C318.693 429.65 317.163 428.303 316.934 426.506L312.019 388.056Z" fill="#8a1c05"/>
<path id="Rectangle_62" fill-rule="evenodd" clip-rule="evenodd" d="M312.019 388.056C311.743 385.905 313.42 384 315.589 384H379.524C381.335 384 382.865 385.346 383.095 387.144L388.01 425.593C388.285 427.745 386.608 429.65 384.439 429.65H320.505C318.693 429.65 317.163 428.303 316.934 426.506L312.019 388.056Z" fill="#B1A9FF"/>
<ellipse id="Oval_7" cx="348.815" cy="407.551" rx="4.64831" ry="5.07496" transform="rotate(-37 348.815 407.551)" fill="white"/>
</g>
@ -182,7 +182,7 @@
<path id="Rectangle_73" d="M585.343 394.352H560.353V400.951C560.353 403.072 562.072 404.791 564.193 404.791H581.503C583.624 404.791 585.343 403.072 585.343 400.951V394.352Z" fill="#91D6FF"/>
</g>
<g id="Table Frame2">
<path id="Rectangle_74" fill-rule="evenodd" clip-rule="evenodd" d="M612.861 364.677H619.901L627.5 385.354H620.46L612.861 364.677Z" fill="#7367F0"/>
<path id="Rectangle_74" fill-rule="evenodd" clip-rule="evenodd" d="M612.861 364.677H619.901L627.5 385.354H620.46L612.861 364.677Z" fill="#8a1c05"/>
<path id="Rectangle_75" fill-rule="evenodd" clip-rule="evenodd" d="M593.925 344.633C594.004 344.264 594.33 344 594.707 344H626.512C627.02 344 627.4 344.469 627.294 344.967L618.835 384.72C618.756 385.09 618.43 385.354 618.052 385.354H586.248C585.739 385.354 585.36 384.885 585.465 384.387L593.925 344.633Z" fill="#A7C3FF"/>
<path id="Rectangle_76" fill-rule="evenodd" clip-rule="evenodd" d="M592.165 344.633C592.244 344.264 592.57 344 592.948 344H624.752C625.261 344 625.64 344.469 625.534 344.967L617.075 384.72C616.996 385.09 616.67 385.354 616.292 385.354H584.488C583.979 385.354 583.6 384.885 583.706 384.387L592.165 344.633Z" fill="url(#paint8_linear)"/>
<g id="Group 93">
@ -215,7 +215,7 @@
<path id="Path_36" fill-rule="evenodd" clip-rule="evenodd" d="M189.552 302.329C189.552 302.329 187.878 292.988 188.48 291.097C188.994 289.462 193.852 287.104 193.852 287.104C193.852 287.104 202.303 273.736 204.152 275.097C205.656 276.201 199.751 286.057 199.751 286.057C199.751 286.057 205.136 291.714 205.061 294.243C204.986 296.772 196.272 304.689 196.272 304.689L189.552 302.329Z" fill="url(#paint11_linear)"/>
<path id="Path_37" fill-rule="evenodd" clip-rule="evenodd" d="M194.034 286.97C194.034 286.97 197.777 286.46 198.372 287.627C198.88 288.621 195.771 291.439 195.771 292.232C195.771 293.024 195.815 299.021 196.065 299.076C196.315 299.13 199.814 289.289 199.068 287.207C198.454 285.499 194.034 286.97 194.034 286.97Z" fill="#F28585"/>
</g>
<path id="Path_38" fill-rule="evenodd" clip-rule="evenodd" d="M145.05 301.224C139.433 298.889 132.632 305.592 136.775 311.991C143.395 322.223 167.833 349.088 179.097 349.128C189.215 349.163 198.51 308.919 198.297 305.712C198.084 302.504 189.871 298.49 186.888 300.756C183.897 303.022 174.438 329.569 174.438 329.569C174.438 329.569 150.755 303.598 145.05 301.224Z" fill="#7367F0"/>
<path id="Path_38" fill-rule="evenodd" clip-rule="evenodd" d="M145.05 301.224C139.433 298.889 132.632 305.592 136.775 311.991C143.395 322.223 167.833 349.088 179.097 349.128C189.215 349.163 198.51 308.919 198.297 305.712C198.084 302.504 189.871 298.49 186.888 300.756C183.897 303.022 174.438 329.569 174.438 329.569C174.438 329.569 150.755 303.598 145.05 301.224Z" fill="#8a1c05"/>
<path id="Path_39" fill-rule="evenodd" clip-rule="evenodd" d="M174.438 329.569C174.438 329.569 177.634 335.072 177.929 334.249C178.224 333.426 175.597 326.333 175.597 326.333L174.438 329.569Z" fill="black" fill-opacity="0.302803"/>
</g>
<g id="LLeg_2">
@ -233,12 +233,12 @@
<path id="Path_47" fill-rule="evenodd" clip-rule="evenodd" d="M99.713 375.305L103.746 375.86C100.203 382.638 98.4124 398.097 98.3755 422.235L98.3749 423C98.3749 459.496 91.7866 472.353 89.136 488.064L89.0569 488.541C87.4692 498.284 86.28 513.897 85.4891 535.38L85.4087 530.054C85.1886 513.824 85.1838 495.821 86.0635 489.372C87.8042 476.611 91.0495 471.165 91.1772 462.14L91.183 461.243C91.1807 450.663 89.1725 411.289 93.5556 389.673C94.7004 384.027 97.2033 379.106 99.713 375.305Z" fill="white" fill-opacity="0.0771689"/>
</g>
<g id="Body_2">
<path id="Path_48" fill-rule="evenodd" clip-rule="evenodd" d="M95.5 304.703C95.5 304.703 105.388 337.837 105.681 344.109C105.973 350.381 97.5934 368.816 99.0202 373.475C102.31 384.243 144.309 388.879 148.814 374.395C150.739 368.209 147.038 361.576 148.833 353.617C150.621 345.657 155.875 333.828 151.799 322.708C147.722 311.587 148.814 301.299 145.898 299.354C142.982 297.409 136.166 295.344 136.166 295.344C132.852 300.226 121.662 300.155 116.322 295C116.322 295 103.058 297.575 95.5 304.703Z" fill="#7367F0"/>
<path id="Path_48" fill-rule="evenodd" clip-rule="evenodd" d="M95.5 304.703C95.5 304.703 105.388 337.837 105.681 344.109C105.973 350.381 97.5934 368.816 99.0202 373.475C102.31 384.243 144.309 388.879 148.814 374.395C150.739 368.209 147.038 361.576 148.833 353.617C150.621 345.657 155.875 333.828 151.799 322.708C147.722 311.587 148.814 301.299 145.898 299.354C142.982 297.409 136.166 295.344 136.166 295.344C132.852 300.226 121.662 300.155 116.322 295C116.322 295 103.058 297.575 95.5 304.703Z" fill="#8a1c05"/>
<path id="Path_49" fill-rule="evenodd" clip-rule="evenodd" d="M104.36 310.07C110.951 320.537 110.931 338.762 114.471 341.149C118.011 343.536 131.788 341.193 131.788 343.084C131.788 344.974 112.749 362.297 115.874 370.578C117.511 374.914 117.067 378.793 114.543 382.216L113.719 382.036C106.217 380.339 100.186 377.293 99.0198 373.476C97.593 368.816 105.973 350.381 105.68 344.109C105.432 338.802 98.3152 314.264 96.1309 306.838C98.0612 303.345 100.804 304.422 104.36 310.07Z" fill="black" fill-opacity="0.0564904"/>
</g>
<g id="RArm_2">
<path id="Path_50" fill-rule="evenodd" clip-rule="evenodd" d="M125.217 364.039C125.217 364.039 131.651 361.187 133.733 361.195C135.816 361.203 137.409 361.271 137.409 361.271L137.415 364.155C137.415 364.155 147.987 365.116 149.102 365.078C150.224 365.041 145.024 372.862 141.523 374.278C137.655 375.842 124.511 371.203 124.511 371.203L125.217 364.039Z" fill="url(#paint14_linear)"/>
<path id="Path_51" fill-rule="evenodd" clip-rule="evenodd" d="M96.0645 303.761C87.9583 309.675 67.2651 360.417 77.0942 367.534C85.4731 373.602 121.071 374.394 123.705 372.458C125.899 370.841 127.132 365.922 125.068 363.235C122.329 359.652 91.4412 354.477 91.4412 354.477C91.4412 354.477 102.547 327.908 104.865 323.251C112.816 307.266 107.548 295.386 96.0645 303.761Z" fill="#7367F0"/>
<path id="Path_51" fill-rule="evenodd" clip-rule="evenodd" d="M96.0645 303.761C87.9583 309.675 67.2651 360.417 77.0942 367.534C85.4731 373.602 121.071 374.394 123.705 372.458C125.899 370.841 127.132 365.922 125.068 363.235C122.329 359.652 91.4412 354.477 91.4412 354.477C91.4412 354.477 102.547 327.908 104.865 323.251C112.816 307.266 107.548 295.386 96.0645 303.761Z" fill="#8a1c05"/>
<path id="Path_52" fill-rule="evenodd" clip-rule="evenodd" d="M91.4844 354.445C91.4844 354.445 87.9492 359.983 88.677 360.121C89.4048 360.259 94.1493 354.95 94.1493 354.95L91.4844 354.445Z" fill="black" fill-opacity="0.302803"/>
</g>
</g>

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

18
src/assets/images/pages/register-v2.svg

@ -108,9 +108,9 @@
<g id="Group" transform="translate(114.000000, 251.000000)">
<g id="Shape">
<path d="M558.524599,155.012318 L686.342912,155.169384 C691.85616,155.176159 696.323841,159.64384 696.330616,165.157088 L696.487682,292.975401 C696.494468,298.498244 692.022821,302.980895 686.499977,302.987682 C686.491785,302.987692 686.483593,302.987692 686.475401,302.987682 L558.657088,302.830616 C553.14384,302.823841 548.676159,298.35616 548.669384,292.842912 L548.512318,165.024599 C548.505532,159.501756 552.977179,155.019105 558.500023,155.012318 C558.508215,155.012308 558.516407,155.012308 558.524599,155.012318 Z" id="Rectangle" fill="#BFE7FF" opacity="0.150018601" transform="translate(622.500000, 229.000000) rotate(-45.000000) translate(-622.500000, -229.000000) "></path>
<path d="M237.807146,19.4230043 L309.025482,19.5105186 C314.53873,19.5172933 319.006411,23.9849747 319.013186,29.4982229 L319.1007,100.716559 C319.107487,106.239402 314.635839,110.722053 309.112996,110.72884 C309.104804,110.72885 309.096612,110.72885 309.08842,110.72884 L237.870083,110.641325 C232.356835,110.63455 227.889154,106.166869 227.882379,100.653621 L227.794865,29.4352849 C227.788078,23.9124415 232.259726,19.4297908 237.782569,19.4230043 C237.790761,19.4229942 237.798953,19.4229942 237.807146,19.4230043 Z" id="Rectangle" fill="#7367F0" opacity="0.0375744048" filter="url(#filter-1)" transform="translate(273.447783, 65.075922) rotate(-45.000000) translate(-273.447783, -65.075922) "></path>
<path d="M330.588761,91.1063585 L596.189125,91.4327328 C601.702373,91.4395075 606.170054,95.9071889 606.176829,101.420437 L606.503203,367.0208 C606.50999,372.543643 602.038342,377.026294 596.515499,377.033081 C596.507307,377.033091 596.499115,377.033091 596.490923,377.033081 L330.890559,376.706706 C325.377311,376.699932 320.90963,372.23225 320.902855,366.719002 L320.576481,101.118639 C320.569694,95.5957958 325.041342,91.113145 330.564185,91.1063585 C330.572377,91.1063484 330.580569,91.1063484 330.588761,91.1063585 Z" id="Rectangle" fill="#7367F0" opacity="0.0659412202" transform="translate(463.539842, 234.069720) rotate(-45.000000) translate(-463.539842, -234.069720) "></path>
<path d="M220.715308,269.000314 C226.72012,269.000314 231.587983,273.856228 231.587983,279.846301 L231.587983,449.043698 C231.587983,455.033772 226.72012,459.889685 220.715308,459.889685 L51.1015737,459.889685 C45.0967609,459.889685 40.2288984,455.033772 40.2288984,449.043698 L40.2288984,279.846301 C40.2288984,273.856228 45.0967609,269.000314 51.1015737,269.000314 L220.715308,269.000314 Z M188.097282,312.383948 L83.7195994,312.383948 L83.7195994,416.505423 L188.097282,416.505423 L188.097282,312.383948 Z" id="Rectangle" fill="#7367F0" fill-rule="nonzero" opacity="0.0895647321" transform="translate(135.908441, 364.445000) rotate(-45.000000) translate(-135.908441, -364.445000) "></path>
<path d="M237.807146,19.4230043 L309.025482,19.5105186 C314.53873,19.5172933 319.006411,23.9849747 319.013186,29.4982229 L319.1007,100.716559 C319.107487,106.239402 314.635839,110.722053 309.112996,110.72884 C309.104804,110.72885 309.096612,110.72885 309.08842,110.72884 L237.870083,110.641325 C232.356835,110.63455 227.889154,106.166869 227.882379,100.653621 L227.794865,29.4352849 C227.788078,23.9124415 232.259726,19.4297908 237.782569,19.4230043 C237.790761,19.4229942 237.798953,19.4229942 237.807146,19.4230043 Z" id="Rectangle" fill="#8a1c05" opacity="0.0375744048" filter="url(#filter-1)" transform="translate(273.447783, 65.075922) rotate(-45.000000) translate(-273.447783, -65.075922) "></path>
<path d="M330.588761,91.1063585 L596.189125,91.4327328 C601.702373,91.4395075 606.170054,95.9071889 606.176829,101.420437 L606.503203,367.0208 C606.50999,372.543643 602.038342,377.026294 596.515499,377.033081 C596.507307,377.033091 596.499115,377.033091 596.490923,377.033081 L330.890559,376.706706 C325.377311,376.699932 320.90963,372.23225 320.902855,366.719002 L320.576481,101.118639 C320.569694,95.5957958 325.041342,91.113145 330.564185,91.1063585 C330.572377,91.1063484 330.580569,91.1063484 330.588761,91.1063585 Z" id="Rectangle" fill="#8a1c05" opacity="0.0659412202" transform="translate(463.539842, 234.069720) rotate(-45.000000) translate(-463.539842, -234.069720) "></path>
<path d="M220.715308,269.000314 C226.72012,269.000314 231.587983,273.856228 231.587983,279.846301 L231.587983,449.043698 C231.587983,455.033772 226.72012,459.889685 220.715308,459.889685 L51.1015737,459.889685 C45.0967609,459.889685 40.2288984,455.033772 40.2288984,449.043698 L40.2288984,279.846301 C40.2288984,273.856228 45.0967609,269.000314 51.1015737,269.000314 L220.715308,269.000314 Z M188.097282,312.383948 L83.7195994,312.383948 L83.7195994,416.505423 L188.097282,416.505423 L188.097282,312.383948 Z" id="Rectangle" fill="#8a1c05" fill-rule="nonzero" opacity="0.0895647321" transform="translate(135.908441, 364.445000) rotate(-45.000000) translate(-135.908441, -364.445000) "></path>
</g>
<g id="Office-Desk" transform="translate(103.000000, 140.000000)">
<g id="Group-11" transform="translate(8.500000, 203.000000)">
@ -264,8 +264,8 @@
</g>
<g id="FacingBack-Laptop3" transform="translate(208.500000, 236.000000)">
<path d="M7.18087287,45.5196672 L112.437047,45.5196672 C113.269618,45.5196672 113.94455,46.1945994 113.94455,47.0271705 C113.94455,47.8597415 113.269618,48.5346737 112.437047,48.5346737 L7.18087287,48.5346737 C6.3483018,48.5346737 5.6733696,47.8597415 5.6733696,47.0271705 C5.6733696,46.1945994 6.3483018,45.5196672 7.18087287,45.5196672 Z" id="Rectangle" fill="#8F84FF"></path>
<path d="M78.5032336,45.5196672 L112.437047,45.5196672 C113.269618,45.5196672 113.94455,46.1945994 113.94455,47.0271705 C113.94455,47.8597415 113.269618,48.5346737 112.437047,48.5346737 L78.5032336,48.5346737 C77.6706625,48.5346737 76.9957303,47.8597415 76.9957303,47.0271705 C76.9957303,46.1945994 77.6706625,45.5196672 78.5032336,45.5196672 Z" id="Rectangle" fill="#7367F0"></path>
<path d="M4.08948722,0 L70.3577685,0 C72.1695107,-1.66507926e-15 73.6989826,1.34640321 73.9287106,3.14352164 L78.8437908,41.593245 C79.0958968,43.5654219 77.7015039,45.3685595 75.729327,45.6206655 C75.5779374,45.6400178 75.4254702,45.6497234 75.2728487,45.6497234 L9.00456736,45.6497234 C7.1928252,45.6497234 5.66335333,44.3033202 5.43362525,42.5062018 L0.518545114,4.05647836 C0.266439078,2.08430149 1.66083199,0.281163932 3.63300886,0.0290578962 C3.78439853,0.00970555035 3.93686564,9.16214548e-16 4.08948722,0 Z" id="Rectangle" fill="#7367F0"></path>
<path d="M78.5032336,45.5196672 L112.437047,45.5196672 C113.269618,45.5196672 113.94455,46.1945994 113.94455,47.0271705 C113.94455,47.8597415 113.269618,48.5346737 112.437047,48.5346737 L78.5032336,48.5346737 C77.6706625,48.5346737 76.9957303,47.8597415 76.9957303,47.0271705 C76.9957303,46.1945994 77.6706625,45.5196672 78.5032336,45.5196672 Z" id="Rectangle" fill="#8a1c05"></path>
<path d="M4.08948722,0 L70.3577685,0 C72.1695107,-1.66507926e-15 73.6989826,1.34640321 73.9287106,3.14352164 L78.8437908,41.593245 C79.0958968,43.5654219 77.7015039,45.3685595 75.729327,45.6206655 C75.5779374,45.6400178 75.4254702,45.6497234 75.2728487,45.6497234 L9.00456736,45.6497234 C7.1928252,45.6497234 5.66335333,44.3033202 5.43362525,42.5062018 L0.518545114,4.05647836 C0.266439078,2.08430149 1.66083199,0.281163932 3.63300886,0.0290578962 C3.78439853,0.00970555035 3.93686564,9.16214548e-16 4.08948722,0 Z" id="Rectangle" fill="#8a1c05"></path>
<path d="M4.08948722,0 L68.0235822,0 C69.8353243,-7.65759119e-15 71.3647962,1.34640321 71.5945243,3.14352164 L76.5096044,41.593245 C76.7617105,43.5654219 75.3673175,45.3685595 73.3951407,45.6206655 C73.243751,45.6400178 73.0912839,45.6497234 72.9386623,45.6497234 L9.00456736,45.6497234 C7.1928252,45.6497234 5.66335333,44.3033202 5.43362525,42.5062018 L0.518545114,4.05647836 C0.266439078,2.08430149 1.66083199,0.281163932 3.63300886,0.0290578962 C3.78439853,0.00970555035 3.93686564,2.24848218e-15 4.08948722,0 Z" id="Rectangle" fill="#B1A9FF"></path>
<ellipse id="Oval" fill="#FFFFFF" transform="translate(37.315147, 23.551241) rotate(-37.000000) translate(-37.315147, -23.551241) " cx="37.315147" cy="23.5512408" rx="4.64830581" ry="5.07495986"></ellipse>
</g>
@ -285,7 +285,7 @@
<path d="M88.1575385,8.35147541 L113.147077,8.35147541 L113.147077,14.9508197 C113.147077,17.0715931 111.42785,18.7908197 109.307077,18.7908197 L91.9975385,18.7908197 C89.876765,18.7908197 88.1575385,17.0715931 88.1575385,14.9508197 L88.1575385,8.35147541 L88.1575385,8.35147541 Z" id="Rectangle" fill="#91D6FF"></path>
</g>
<g id="Table-Frame2" transform="translate(480.500000, 196.000000)">
<polygon id="Rectangle" fill="#7367F0" points="29.3617629 20.6769231 36.4017629 20.6769231 44 41.3538462 36.96 41.3538462"></polygon>
<polygon id="Rectangle" fill="#8a1c05" points="29.3617629 20.6769231 36.4017629 20.6769231 44 41.3538462 36.96 41.3538462"></polygon>
<path d="M11.2076745,0 L43.0118493,0 C43.4536771,3.62101212e-15 43.8118493,0.3581722 43.8118493,0.8 C43.8118493,0.855963301 43.8059771,0.911772134 43.794329,0.966509817 L35.3348052,40.720356 C35.2562006,41.0897424 34.9299828,41.3538462 34.5523255,41.3538462 L2.74815069,41.3538462 C2.30632289,41.3538462 1.94815069,40.995674 1.94815069,40.5538462 C1.94815069,40.4978829 1.95402294,40.442074 1.96567099,40.3873363 L10.4251948,0.633490183 C10.5037994,0.264103752 10.8300172,1.80396817e-16 11.2076745,0 Z" id="Rectangle" fill="#A7C3FF"></path>
<path d="M9.4476745,0 L41.2518493,0 C41.6936771,3.62101212e-15 42.0518493,0.3581722 42.0518493,0.8 C42.0518493,0.855963301 42.0459771,0.911772134 42.034329,0.966509817 L33.5748052,40.720356 C33.4962006,41.0897424 33.1699828,41.3538462 32.7923255,41.3538462 L0.988150688,41.3538462 C0.546322888,41.3538462 0.188150688,40.995674 0.188150688,40.5538462 C0.188150688,40.4978829 0.194022939,40.442074 0.205670988,40.3873363 L8.6651948,0.633490183 C8.74379935,0.264103752 9.07001723,1.80396817e-16 9.4476745,0 Z" id="Rectangle" fill="url(#linearGradient-17)"></path>
<g id="Group-93" transform="translate(2.200000, 1.723077)">
@ -318,7 +318,7 @@
<path d="M1.20251955,27.3289525 C1.20251955,27.3289525 -0.47123099,17.9880624 0.130566956,16.0965306 C0.6446027,14.461765 5.50286736,12.1044128 5.50286736,12.1044128 C5.50286736,12.1044128 13.9531135,-1.26375123 15.8023884,0.097297877 C17.3068833,1.20095301 11.401741,11.056631 11.401741,11.056631 C11.401741,11.056631 16.7865788,16.7142761 16.7113541,19.243015 C16.6361293,21.7723816 7.9225966,29.6894435 7.9225966,29.6894435 L1.20251955,27.3289525 Z" id="Path" fill="url(#linearGradient-22)"></path>
<path d="M5.68466049,11.9700657 C5.68466049,11.9700657 9.42709146,11.4603001 10.0226207,12.6267343 C10.5303877,13.6205261 7.42109831,16.4392572 7.42109831,17.2315752 C7.42109831,18.0238933 7.46554157,24.0212484 7.71572856,24.0757437 C7.96591555,24.130239 11.4644283,14.2891227 10.7184496,12.2073704 C10.1041142,10.4985256 5.68466049,11.9700657 5.68466049,11.9700657 Z" id="Path" fill="#F28585"></path>
</g>
<path d="M9.55009,26.2240417 C3.93330917,23.8886623 -2.86826135,30.5922058 1.27536825,36.9912711 C7.89514565,47.2229954 32.3325493,74.0883439 43.5974546,74.1279407 C53.7151826,74.163051 63.0098075,33.918866 62.7966707,30.7114859 C62.5835339,27.5034781 54.3714995,23.4900155 51.3875846,25.7557103 C48.3974011,28.021405 38.9378897,54.5687683 38.9378897,54.5687683 C38.9378897,54.5687683 15.254633,28.5983442 9.55009,26.2240417 Z" id="Path" fill="#7367F0"></path>
<path d="M9.55009,26.2240417 C3.93330917,23.8886623 -2.86826135,30.5922058 1.27536825,36.9912711 C7.89514565,47.2229954 32.3325493,74.0883439 43.5974546,74.1279407 C53.7151826,74.163051 63.0098075,33.918866 62.7966707,30.7114859 C62.5835339,27.5034781 54.3714995,23.4900155 51.3875846,25.7557103 C48.3974011,28.021405 38.9378897,54.5687683 38.9378897,54.5687683 C38.9378897,54.5687683 15.254633,28.5983442 9.55009,26.2240417 Z" id="Path" fill="#8a1c05"></path>
<path d="M38.9378897,54.5687683 C41.0690558,58.2374647 42.2329497,59.7975233 42.4295715,59.2489441 C42.6261933,58.7003649 41.8488709,56.0617627 40.0976044,51.3331377 L38.9378897,54.5687683 Z" id="Path" fill-opacity="0.302802666" fill="#000000"></path>
</g>
<g id="LLeg" transform="translate(38.000000, 123.000000)">
@ -336,12 +336,12 @@
<path d="M16.2125557,8.30473344 L20.2460344,8.85997019 C16.7022804,15.6385366 14.9119463,31.0967427 14.8750322,55.2345886 L14.8744493,55.9997215 C14.8744493,92.4959446 8.28611334,105.35255 5.63552834,121.064047 L5.55642374,121.541054 C3.96877574,131.284466 2.77952074,146.897529 1.98865873,168.380244 L1.90825528,163.05424 C1.68819925,146.824351 1.68332654,128.821167 2.56308848,122.371672 C4.30375187,109.610946 7.54908495,104.165496 7.6767751,95.140413 L7.68256162,94.242774 C7.68021323,83.6628392 5.67200653,44.2888437 10.0551654,22.6729048 C11.1999744,17.0271775 13.702877,12.1061732 16.2125557,8.30473344 Z" id="Path" fill-opacity="0.0771689248" fill="#FFFFFF"></path>
</g>
<g id="Body" transform="translate(21.000000, 48.000000)">
<path d="M0,9.70312373 C0,9.70312373 9.88775391,42.8366538 10.1805859,49.1085804 C10.473418,55.3811305 2.0934375,73.8159432 3.52021484,78.4754628 C6.80990234,89.2429248 48.8094922,93.8793744 53.3141211,79.3945223 C55.2393359,73.2092642 51.5384375,66.576323 53.3328125,58.6165442 C55.120957,50.6567655 60.3752142,38.828423 56.2985156,27.7077119 C52.2218171,16.5870007 53.3141211,6.2986138 50.3982617,4.35399775 C47.4824023,2.4093817 40.6662695,0.344179687 40.6662695,0.344179687 C37.3516602,5.22567022 26.1617383,5.15458963 20.8222266,-5.49898291e-14 C20.8222266,-5.49898291e-14 7.55755859,2.57511252 0,9.70312373 Z" id="Path" fill="#7367F0"></path>
<path d="M0,9.70312373 C0,9.70312373 9.88775391,42.8366538 10.1805859,49.1085804 C10.473418,55.3811305 2.0934375,73.8159432 3.52021484,78.4754628 C6.80990234,89.2429248 48.8094922,93.8793744 53.3141211,79.3945223 C55.2393359,73.2092642 51.5384375,66.576323 53.3328125,58.6165442 C55.120957,50.6567655 60.3752142,38.828423 56.2985156,27.7077119 C52.2218171,16.5870007 53.3141211,6.2986138 50.3982617,4.35399775 C47.4824023,2.4093817 40.6662695,0.344179687 40.6662695,0.344179687 C37.3516602,5.22567022 26.1617383,5.15458963 20.8222266,-5.49898291e-14 C20.8222266,-5.49898291e-14 7.55755859,2.57511252 0,9.70312373 Z" id="Path" fill="#8a1c05"></path>
<path d="M8.86064871,15.0694531 C15.4515835,25.5369865 15.4317683,43.7619439 18.9715749,46.1487873 C22.5113816,48.5356307 36.2886447,46.1933418 36.2886447,48.0835699 C36.2886447,49.973798 17.2493337,67.2966677 20.3749054,75.57781 C22.0115126,79.9139697 21.5675716,83.7931962 19.0430822,87.2154895 L18.2190503,87.035787 C10.7174069,85.3391684 4.68642071,82.2925662 3.52021484,78.4754628 C2.0934375,73.8159432 10.473418,55.3811305 10.1805859,49.1085804 C9.93281156,43.8017064 2.81566491,19.2635811 0.631320131,11.8379297 C2.56167086,8.34493447 5.30471654,9.4220237 8.86064871,15.0694531 Z" id="Path" fill-opacity="0.0564903846" fill="#000000"></path>
</g>
<g id="RArm" transform="translate(0.000000, 54.000000)">
<path d="M50.7171668,63.0388937 C50.7171668,63.0388937 57.1510235,60.1868928 59.2333552,60.1950337 C61.315687,60.202582 62.9084229,60.2709872 62.9084229,60.2709872 L62.9146203,63.1546708 C62.9146203,63.1546708 73.4864727,64.1158037 74.6020076,64.0781495 C75.7237399,64.0411228 70.5241079,71.861899 67.022568,73.2783242 C63.1553805,74.8422284 50.0106614,70.2032317 50.0106614,70.2032317 L50.7171668,63.0388937 Z" id="Path" fill="url(#linearGradient-25)"></path>
<path d="M21.5645226,2.76143226 C13.4583027,8.67502344 -7.23486892,59.4171878 2.59423265,66.5338305 C10.9731389,72.6024314 46.5710956,73.3937971 49.2049974,71.4577439 C51.3988826,69.8411239 52.6321683,64.922231 50.5684289,62.2349767 C47.829171,58.6515525 16.9412504,53.4766111 16.9412504,53.4766111 C16.9412504,53.4766111 28.0470196,26.9084394 30.3648531,22.2512431 C38.3161377,6.26578259 33.0483342,-5.61411564 21.5645226,2.76143226 Z" id="Path" fill="#7367F0"></path>
<path d="M21.5645226,2.76143226 C13.4583027,8.67502344 -7.23486892,59.4171878 2.59423265,66.5338305 C10.9731389,72.6024314 46.5710956,73.3937971 49.2049974,71.4577439 C51.3988826,69.8411239 52.6321683,64.922231 50.5684289,62.2349767 C47.829171,58.6515525 16.9412504,53.4766111 16.9412504,53.4766111 C16.9412504,53.4766111 28.0470196,26.9084394 30.3648531,22.2512431 C38.3161377,6.26578259 33.0483342,-5.61411564 21.5645226,2.76143226 Z" id="Path" fill="#8a1c05"></path>
<path d="M16.9846323,53.4452326 C14.6278172,57.1371945 13.6920074,59.0291086 14.1772029,59.1209748 C14.6623984,59.212841 16.4865045,57.4891157 19.6495211,53.9497988 L16.9846323,53.4452326 Z" id="Path" fill-opacity="0.302802666" fill="#000000"></path>
</g>
</g>

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

6
src/assets/images/pages/reset-password-v2-dark.svg

@ -2,10 +2,10 @@
<g id="Illustration">
<g id="Shape">
<g id="Oval" opacity="0.1" filter="url(#filter0_f)">
<ellipse cx="121.531" cy="275.607" rx="115.531" ry="116.393" fill="#7367F0"/>
<ellipse cx="121.531" cy="275.607" rx="115.531" ry="116.393" fill="#8a1c05"/>
</g>
<path id="Oval_2" opacity="0.05" fill-rule="evenodd" clip-rule="evenodd" d="M380.75 177.185C380.75 116.434 429.999 67.1852 490.75 67.1852C551.501 67.1852 600.75 116.434 600.75 177.185C600.75 237.937 551.501 287.185 490.75 287.185C429.999 287.185 380.75 237.937 380.75 177.185ZM553.75 176.685C553.75 142.167 525.768 114.185 491.25 114.185C456.732 114.185 428.75 142.167 428.75 176.685C428.75 211.203 456.732 239.185 491.25 239.185C525.768 239.185 553.75 211.203 553.75 176.685Z" fill="#00CFE8"/>
<ellipse id="Oval_3" opacity="0.1" cx="312.382" cy="53.0407" rx="37.9439" ry="38.0407" stroke="#7367F0" stroke-width="30"/>
<ellipse id="Oval_3" opacity="0.1" cx="312.382" cy="53.0407" rx="37.9439" ry="38.0407" stroke="#8a1c05" stroke-width="30"/>
<path id="Path" opacity="0.1" d="M491.165 67.1853C551.687 67.1853 600.75 116.434 600.75 177.185C600.75 237.937 551.687 287.185 491.165 287.185C454.704 287.185 421.237 269.153 400.923 239.605C393.53 228.852 396.221 214.12 406.933 206.699C417.538 199.353 432.029 201.927 439.491 212.413L439.715 212.733C451.321 229.614 470.362 239.873 491.165 239.873C525.656 239.873 553.617 211.807 553.617 177.185C553.617 142.91 526.213 115.059 492.198 114.506L491.165 114.497C478.15 114.497 467.598 103.906 467.598 90.8412C467.598 77.7764 478.15 67.1853 491.165 67.1853Z" fill="#00CFE8"/>
</g>
<g id="Mobile Banking App">
@ -168,7 +168,7 @@
</g>
</g>
<g id="Body_2">
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M513.93 374.674C513.93 374.674 503.73 408.844 503.428 415.313C503.126 421.782 511.77 440.794 510.299 445.599C506.905 456.704 463.582 461.485 461.927 446.547C461.155 439.58 462.761 433.327 460.91 425.118C459.066 416.909 451.651 404.711 455.857 393.242C460.062 381.773 458.935 371.163 461.943 369.157C464.951 367.152 471.982 365.022 471.982 365.022C475.401 370.056 486.943 369.983 492.451 364.667C492.451 364.667 506.134 367.322 513.93 374.674Z" fill="#7367F0"/>
<path id="Path_46" fill-rule="evenodd" clip-rule="evenodd" d="M513.93 374.674C513.93 374.674 503.73 408.844 503.428 415.313C503.126 421.782 511.77 440.794 510.299 445.599C506.905 456.704 463.582 461.485 461.927 446.547C461.155 439.58 462.761 433.327 460.91 425.118C459.066 416.909 451.651 404.711 455.857 393.242C460.062 381.773 458.935 371.163 461.943 369.157C464.951 367.152 471.982 365.022 471.982 365.022C475.401 370.056 486.943 369.983 492.451 364.667C492.451 364.667 506.134 367.322 513.93 374.674Z" fill="#8a1c05"/>
<path id="Path_47" fill-rule="evenodd" clip-rule="evenodd" d="M504.789 380.208C497.991 391.003 498.011 409.799 494.36 412.26C490.708 414.722 476.497 412.306 476.497 414.256C476.497 416.205 496.136 434.07 492.912 442.611C491.224 447.082 491.682 451.083 494.286 454.613L495.136 454.427C502.874 452.678 509.095 449.536 510.298 445.599C511.77 440.794 502.129 421.782 502.431 415.313C502.687 409.822 510.794 384.369 513.238 376.801C511.248 373.288 508.432 374.423 504.789 380.208Z" fill="black" fill-opacity="0.199355"/>
</g>
<g id="RArm">

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

6
src/assets/images/pages/reset-password-v2.svg

@ -83,9 +83,9 @@
<g id="Reset-Password" transform="translate(-139.000000, -246.000000)">
<g id="Illustration" transform="translate(145.000000, 261.000000)">
<g id="Shape">
<ellipse id="Oval" fill="#7367F0" opacity="0.099999994" filter="url(#filter-1)" cx="115.530612" cy="260.606928" rx="115.530612" ry="116.393072"></ellipse>
<ellipse id="Oval" fill="#8a1c05" opacity="0.099999994" filter="url(#filter-1)" cx="115.530612" cy="260.606928" rx="115.530612" ry="116.393072"></ellipse>
<path d="M484.75,52.185241 C423.998678,52.185241 374.75,101.433918 374.75,162.185241 C374.75,222.936563 423.998678,272.185241 484.75,272.185241 C545.501322,272.185241 594.75,222.936563 594.75,162.185241 C594.75,101.433918 545.501322,52.185241 484.75,52.185241 Z M485.25,99.185241 C519.767797,99.185241 547.75,127.167444 547.75,161.685241 C547.75,196.203038 519.767797,224.185241 485.25,224.185241 C450.732203,224.185241 422.75,196.203038 422.75,161.685241 C422.75,127.167444 450.732203,99.185241 485.25,99.185241 Z" id="Oval" fill="#00CFE8" fill-rule="nonzero" opacity="0.05"></path>
<ellipse id="Oval" stroke="#7367F0" stroke-width="30" opacity="0.099999994" cx="306.382653" cy="38.0406627" rx="37.9438776" ry="38.0406627"></ellipse>
<ellipse id="Oval" stroke="#8a1c05" stroke-width="30" opacity="0.099999994" cx="306.382653" cy="38.0406627" rx="37.9438776" ry="38.0406627"></ellipse>
<path d="M485.165026,52.185241 C545.687136,52.185241 594.75,101.433918 594.75,162.185241 C594.75,222.936563 545.687136,272.185241 485.165026,272.185241 C448.704366,272.185241 415.236646,254.152587 394.922581,224.605176 C387.529938,213.852358 390.221011,199.119858 400.933259,191.699218 C411.538385,184.352784 426.02928,186.926828 433.491111,197.412493 L433.715065,197.73266 C445.321277,214.61424 464.361798,224.873413 485.165026,224.873413 C519.656121,224.873413 547.616678,196.806962 547.616678,162.185241 C547.616678,127.909737 520.212536,100.059053 486.197778,99.5054673 L485.165026,99.4970689 C472.149519,99.4970689 461.598365,88.9059555 461.598365,75.8411549 C461.598365,62.7763544 472.149519,52.185241 485.165026,52.185241 Z" id="Path" fill="#00CFE8" fill-rule="nonzero" opacity="0.1"></path>
</g>
<g id="Mobile-Banking-App" transform="translate(18.000000, 138.000000)">
@ -257,7 +257,7 @@
</g>
</g>
<g id="Body" transform="translate(23.579496, 51.612781)">
<path d="M0,10.0068988 C0,10.0068988 10.1994164,44.1777383 10.5014785,50.6460197 C10.8035406,57.1149441 2.15942275,76.1268945 3.63117218,80.9322893 C7.02455079,92.0368476 50.3479697,96.8184502 52.0031766,81.8801218 C52.7751121,74.9133635 51.1686594,68.6606239 53.0195932,60.4516488 C54.8641001,52.2426737 62.2782438,40.0440221 58.0730475,28.5751555 C53.8678513,17.1062889 54.9945847,6.49580412 51.9868173,4.49030809 C48.9790499,2.48481206 41.9480723,0.3549549 41.9480723,0.3549549 C38.5289863,5.38926996 26.9863575,5.31596405 21.4785441,-5.67113923e-14 C21.4785441,-5.67113923e-14 7.7957732,2.65573141 0,10.0068988 Z" id="Path" fill="#7367F0"></path>
<path d="M0,10.0068988 C0,10.0068988 10.1994164,44.1777383 10.5014785,50.6460197 C10.8035406,57.1149441 2.15942275,76.1268945 3.63117218,80.9322893 C7.02455079,92.0368476 50.3479697,96.8184502 52.0031766,81.8801218 C52.7751121,74.9133635 51.1686594,68.6606239 53.0195932,60.4516488 C54.8641001,52.2426737 62.2782438,40.0440221 58.0730475,28.5751555 C53.8678513,17.1062889 54.9945847,6.49580412 51.9868173,4.49030809 C48.9790499,2.48481206 41.9480723,0.3549549 41.9480723,0.3549549 C38.5289863,5.38926996 26.9863575,5.31596405 21.4785441,-5.67113923e-14 C21.4785441,-5.67113923e-14 7.7957732,2.65573141 0,10.0068988 Z" id="Path" fill="#8a1c05"></path>
<path d="M9.13993678,15.5412316 C15.9386181,26.3364714 15.9181784,45.1319964 19.5695599,47.5935645 C23.2209414,50.0551327 37.4324646,47.6395139 37.4324646,49.5889193 C37.4324646,51.5383247 17.7930336,69.4035203 21.0171234,77.9439199 C22.7053166,82.4158315 22.2473825,86.4165047 19.643321,89.9459395 L18.7933156,89.7606111 C11.05522,88.0108765 4.83413692,84.8688946 3.63117218,80.9322893 C2.15942275,76.1268945 11.8006767,57.1149441 11.4986145,50.6460197 C11.2422035,45.1552986 3.13546325,19.7027258 0.690954066,12.1347725 C2.68117146,8.62160914 5.49701697,9.75684617 9.13993678,15.5412316 Z" id="Path" fill-opacity="0.199355332" fill="#000000"></path>
</g>
<g id="RArm" transform="translate(0.000000, 58.763197)">

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

6
src/assets/images/pages/under-maintenance-dark.svg

@ -49,11 +49,11 @@
<g id="Group 73">
<path id="Rectangle_15" opacity="0.272833" fill-rule="evenodd" clip-rule="evenodd" d="M292.122 161.486C292.122 155.548 287.308 150.734 281.37 150.734H180.215C174.277 150.734 169.463 155.548 169.463 161.486V282.347C169.463 288.285 174.277 293.099 180.215 293.099H281.37C287.308 293.099 292.122 288.285 292.122 282.347V161.486Z" fill="#00CFE8"/>
<path id="Rectangle_16" fill-rule="evenodd" clip-rule="evenodd" d="M282.845 172.164C282.845 166.225 278.031 161.412 272.093 161.412H190.881C184.943 161.412 180.129 166.225 180.129 172.164V182.414C180.129 188.352 184.943 193.166 190.881 193.166H272.093C278.031 193.166 282.845 188.352 282.845 182.414V172.164Z" fill="#F4FEFF"/>
<path id="Rectangle_17" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 177.178C275.9 171.419 271.232 166.75 265.473 166.75H264.107C258.348 166.75 253.68 171.419 253.68 177.178V177.178C253.68 182.936 258.348 187.605 264.107 187.605H265.473C271.232 187.605 275.9 182.936 275.9 177.178V177.178Z" fill="#7367F0" fill-opacity="0.210173"/>
<path id="Rectangle_17" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 177.178C275.9 171.419 271.232 166.75 265.473 166.75H264.107C258.348 166.75 253.68 171.419 253.68 177.178V177.178C253.68 182.936 258.348 187.605 264.107 187.605H265.473C271.232 187.605 275.9 182.936 275.9 177.178V177.178Z" fill="#8a1c05" fill-opacity="0.210173"/>
<path id="Rectangle_18" fill-rule="evenodd" clip-rule="evenodd" d="M282.845 213.872C282.845 207.934 278.031 203.12 272.093 203.12H190.881C184.943 203.12 180.129 207.934 180.129 213.872V224.122C180.129 230.06 184.943 234.874 190.881 234.874H272.093C278.031 234.874 282.845 230.06 282.845 224.122V213.872Z" fill="#F4FEFF"/>
<path id="Rectangle_19" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 218.886C275.9 213.127 271.232 208.459 265.473 208.459H264.107C258.348 208.459 253.68 213.127 253.68 218.886V218.886C253.68 224.645 258.348 229.313 264.107 229.313H265.473C271.232 229.313 275.9 224.645 275.9 218.886V218.886Z" fill="#7367F0" fill-opacity="0.210173"/>
<path id="Rectangle_19" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 218.886C275.9 213.127 271.232 208.459 265.473 208.459H264.107C258.348 208.459 253.68 213.127 253.68 218.886V218.886C253.68 224.645 258.348 229.313 264.107 229.313H265.473C271.232 229.313 275.9 224.645 275.9 218.886V218.886Z" fill="#8a1c05" fill-opacity="0.210173"/>
<path id="Rectangle_20" fill-rule="evenodd" clip-rule="evenodd" d="M282.845 255.58C282.845 249.642 278.031 244.828 272.093 244.828H190.881C184.943 244.828 180.129 249.642 180.129 255.58V265.83C180.129 271.768 184.943 276.582 190.881 276.582H272.093C278.031 276.582 282.845 271.768 282.845 265.83V255.58Z" fill="#F4FEFF"/>
<path id="Rectangle_21" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 260.594C275.9 254.835 271.232 250.167 265.473 250.167H264.107C258.348 250.167 253.68 254.835 253.68 260.594V260.594C253.68 266.353 258.348 271.021 264.107 271.021H265.473C271.232 271.021 275.9 266.353 275.9 260.594V260.594Z" fill="#7367F0" fill-opacity="0.210173"/>
<path id="Rectangle_21" fill-rule="evenodd" clip-rule="evenodd" d="M275.9 260.594C275.9 254.835 271.232 250.167 265.473 250.167H264.107C258.348 250.167 253.68 254.835 253.68 260.594V260.594C253.68 266.353 258.348 271.021 264.107 271.021H265.473C271.232 271.021 275.9 266.353 275.9 260.594V260.594Z" fill="#8a1c05" fill-opacity="0.210173"/>
</g>
<g id="Group 37">
<path id="Rectangle_22" fill-rule="evenodd" clip-rule="evenodd" d="M394.011 141.44C394.011 139.231 395.802 137.44 398.011 137.44L404.306 137.44C406.515 137.44 408.306 139.231 408.306 141.44V144.274C408.306 144.947 408.852 145.493 409.526 145.493H454.937C457.146 145.493 458.937 147.284 458.937 149.493V188.307C458.937 190.517 457.146 192.307 454.937 192.307H398.011C395.802 192.307 394.011 190.517 394.011 188.307V141.44Z" fill="#FF9F43"/>

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

6
src/assets/images/pages/under-maintenance.svg

@ -107,11 +107,11 @@
<g id="Group-73" transform="translate(231.010677, 135.234300) scale(-1, 1) translate(-231.010677, -135.234300) translate(169.010677, 63.734300)">
<path d="M11.640832,0 L112.795648,0 C118.733814,-1.09082333e-15 123.547648,4.81383437 123.547648,10.752 L123.547648,131.612444 C123.547648,137.55061 118.733814,142.364444 112.795648,142.364444 L11.640832,142.364444 C5.70266637,142.364444 0.888832,137.55061 0.888832,131.612444 L0.888832,10.752 C0.888832,4.81383437 5.70266637,2.86718017e-15 11.640832,0 Z" id="Rectangle" fill="#00CFE8" opacity="0.272832961"></path>
<path d="M20.918016,10.6773333 L102.129664,10.6773333 C108.06783,10.6773333 112.881664,15.4911677 112.881664,21.4293333 L112.881664,31.6792778 C112.881664,37.6174434 108.06783,42.4312778 102.129664,42.4312778 L20.918016,42.4312778 C14.9798504,42.4312778 10.166016,37.6174434 10.166016,31.6792778 L10.166016,21.4293333 C10.166016,15.4911677 14.9798504,10.6773333 20.918016,10.6773333 Z" id="Rectangle" fill="#F4FEFF"></path>
<path d="M27.5370993,16.016 L28.9037327,16.016 C34.6624518,16.016 39.330816,20.6843642 39.330816,26.4430833 C39.330816,32.2018024 34.6624518,36.8701667 28.9037327,36.8701667 L27.5370993,36.8701667 C21.7783802,36.8701667 17.110016,32.2018024 17.110016,26.4430833 C17.110016,20.6843642 21.7783802,16.016 27.5370993,16.016 Z" id="Rectangle" fill-opacity="0.21017264" fill="#7367F0"></path>
<path d="M27.5370993,16.016 L28.9037327,16.016 C34.6624518,16.016 39.330816,20.6843642 39.330816,26.4430833 C39.330816,32.2018024 34.6624518,36.8701667 28.9037327,36.8701667 L27.5370993,36.8701667 C21.7783802,36.8701667 17.110016,32.2018024 17.110016,26.4430833 C17.110016,20.6843642 21.7783802,16.016 27.5370993,16.016 Z" id="Rectangle" fill-opacity="0.21017264" fill="#8a1c05"></path>
<path d="M20.918016,52.3856667 L102.129664,52.3856667 C108.06783,52.3856667 112.881664,57.199501 112.881664,63.1376667 L112.881664,73.3876111 C112.881664,79.3257767 108.06783,84.1396111 102.129664,84.1396111 L20.918016,84.1396111 C14.9798504,84.1396111 10.166016,79.3257767 10.166016,73.3876111 L10.166016,63.1376667 C10.166016,57.199501 14.9798504,52.3856667 20.918016,52.3856667 Z" id="Rectangle" fill="#F4FEFF"></path>
<path d="M27.5370993,57.7243333 L28.9037327,57.7243333 C34.6624518,57.7243333 39.330816,62.3926976 39.330816,68.1514167 C39.330816,73.9101358 34.6624518,78.5785 28.9037327,78.5785 L27.5370993,78.5785 C21.7783802,78.5785 17.110016,73.9101358 17.110016,68.1514167 C17.110016,62.3926976 21.7783802,57.7243333 27.5370993,57.7243333 Z" id="Rectangle" fill-opacity="0.21017264" fill="#7367F0"></path>
<path d="M27.5370993,57.7243333 L28.9037327,57.7243333 C34.6624518,57.7243333 39.330816,62.3926976 39.330816,68.1514167 C39.330816,73.9101358 34.6624518,78.5785 28.9037327,78.5785 L27.5370993,78.5785 C21.7783802,78.5785 17.110016,73.9101358 17.110016,68.1514167 C17.110016,62.3926976 21.7783802,57.7243333 27.5370993,57.7243333 Z" id="Rectangle" fill-opacity="0.21017264" fill="#8a1c05"></path>
<path d="M20.918016,94.094 L102.129664,94.094 C108.06783,94.094 112.881664,98.9078344 112.881664,104.846 L112.881664,115.095944 C112.881664,121.03411 108.06783,125.847944 102.129664,125.847944 L20.918016,125.847944 C14.9798504,125.847944 10.166016,121.03411 10.166016,115.095944 L10.166016,104.846 C10.166016,98.9078344 14.9798504,94.094 20.918016,94.094 Z" id="Rectangle" fill="#F4FEFF"></path>
<path d="M27.5370993,99.4326667 L28.9037327,99.4326667 C34.6624518,99.4326667 39.330816,104.101031 39.330816,109.85975 C39.330816,115.618469 34.6624518,120.286833 28.9037327,120.286833 L27.5370993,120.286833 C21.7783802,120.286833 17.110016,115.618469 17.110016,109.85975 C17.110016,104.101031 21.7783802,99.4326667 27.5370993,99.4326667 Z" id="Rectangle" fill-opacity="0.21017264" fill="#7367F0"></path>
<path d="M27.5370993,99.4326667 L28.9037327,99.4326667 C34.6624518,99.4326667 39.330816,104.101031 39.330816,109.85975 C39.330816,115.618469 34.6624518,120.286833 28.9037327,120.286833 L27.5370993,120.286833 C21.7783802,120.286833 17.110016,115.618469 17.110016,109.85975 C17.110016,104.101031 21.7783802,99.4326667 27.5370993,99.4326667 Z" id="Rectangle" fill-opacity="0.21017264" fill="#8a1c05"></path>
</g>
<g id="Group-37" transform="translate(394.010677, 49.734300)">
<path d="M4,0.7056 L10.295487,0.7056 C12.504626,0.7056 14.295487,2.496461 14.295487,4.7056 L14.295487,7.53965428 C14.295487,8.21304226 14.8413758,8.75893108 15.5147638,8.75893108 L60.9264896,8.75893108 C63.1356286,8.75893108 64.9264896,10.5497921 64.9264896,12.7589311 L64.9264896,51.573056 C64.9264896,53.782195 63.1356286,55.573056 60.9264896,55.573056 L4,55.573056 C1.790861,55.573056 -2.83808297e-15,53.782195 0,51.573056 L0,4.7056 C-2.705415e-16,2.496461 1.790861,0.7056 4,0.7056 Z" id="Rectangle" fill="#FF9F43"></path>

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

2
src/components/analysis/simulation/AnalysisSimulationMenu.js

@ -2,7 +2,7 @@ import { AiOutlinePoweroff } from 'react-icons/ai';
import { ReactComponent as DroneMenuIcon } from '../../../assets/images/drone_menu_icon.svg';
import { useDispatch, useSelector } from 'react-redux';
import { Sun, Map, Bell } from 'react-feather';
import logo from '../../../assets/images/pal_logo.png';
import logo from '../../../assets/images/logo/kac_logo_ icon.svg';
export const AnalysisSimulationMenu = props => {
return (

2
src/components/basis/flight/plan/FlightPlanAreaMapBox.js

@ -234,7 +234,7 @@ export const FlightPlanAreaMapBox = props => {
source: 'geojson',
layout: {},
paint: {
'fill-color': '#7367F0',
'fill-color': '#8a1c05',
'fill-opacity': 0.5,
'fill-outline-color': '#000000'
},

2
src/components/map/mapbox/MapBoxMap.js

@ -572,7 +572,7 @@ export default function MapBoxMap() {
const circle = new naver.maps.Circle({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: position,
// map: mapObject,

2
src/components/map/naver/NaverMap.js

@ -481,7 +481,7 @@ export const NaverCustomMap = () => {
const polygon = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 0.5,
// fillColor: '#7367F0',
// fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: square,
map: mapObject

8
src/components/map/naver/draw/FlightPlanDraw.js

@ -300,7 +300,7 @@ export const FlightPlanDraw_init = props => {
polygon = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: [coord],
map: map
@ -369,7 +369,7 @@ export const FlightPlanDraw_init = props => {
circle = new naver.maps.Circle({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: coord,
radius: 100,
@ -704,7 +704,7 @@ export const FlightPlanDraw_init = props => {
polygon = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: paths,
map: map
@ -815,7 +815,7 @@ export const FlightPlanDraw_init = props => {
circle = new naver.maps.Circle({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: paths[0],
radius: areas.bufferZone,

8
src/components/map/naver/draw/FlightPlanDraw_Test.js

@ -306,7 +306,7 @@ export const FlightPlanDraw = props => {
polygon = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: [coord],
map: map
@ -375,7 +375,7 @@ export const FlightPlanDraw = props => {
circle = new naver.maps.Circle({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: coord,
radius: 100,
@ -734,7 +734,7 @@ export const FlightPlanDraw = props => {
polygon = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: paths,
map: map
@ -863,7 +863,7 @@ export const FlightPlanDraw = props => {
strokeColor: '#283046',
strokeOpacity: 1,
// fillColor: '#ff0000',
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: paths[0],
radius: areas.bufferZone,

6
src/components/map/naver/dron/DronPlan.js

@ -132,7 +132,7 @@ const DronPlan = ({ naver, map }) => {
const lineBuffer = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: paths,
map: map
@ -148,7 +148,7 @@ const DronPlan = ({ naver, map }) => {
const poly = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: paths,
map: map
@ -165,7 +165,7 @@ const DronPlan = ({ naver, map }) => {
const circle = new naver.maps.Circle({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
center: paths[0],
radius: bufferZone,

2
src/components/map/naver/dron/NewDronPlan.js

@ -89,7 +89,7 @@ const NewDronPlan = ({ naver, map }) => {
const lineBuffer = new naver.maps.Polygon({
strokeColor: '#283046',
strokeOpacity: 1,
fillColor: '#7367F0',
fillColor: '#8a1c05',
fillOpacity: 0.1,
paths: paths,
map: map

6
src/utility/Utils.js

@ -70,9 +70,9 @@ export const selectThemeColors = theme => ({
...theme,
colors: {
...theme.colors,
primary25: '#7367f01a', // for option hover bg-color
primary: '#7367f0', // for selected option bg-color
neutral10: '#7367f0', // for tags bg-color
primary25: '#8a1c051a', // for option hover bg-color
primary: '#8a1c05', // for selected option bg-color
neutral10: '#8a1c05', // for tags bg-color
neutral20: '#ededed', // for input border-color
neutral30: '#ededed' // for input hover border-color
}

2
src/views/charts/apex/ApexHeatmapChart.js vendored

@ -66,7 +66,7 @@ const ApexHeatmapChart = () => {
from: 51,
to: 60,
name: '50-60',
color: '#7367f0'
color: '#8a1c05'
}
]
}

10
src/views/control/main/ControlMain.js

@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import { useHistory } from 'react-router-dom';
import '../../../assets/css/custom.css';
import logo from '../../../assets/images/pal_logo.png';
import logo from '../../../assets/images/logo/kac_logo_ icon.svg';
import tp_logo from '../../../assets/images/tplogo_wh.png';
import kac_logo from '../../../assets/images/kac_logo_wh.png';
@ -173,7 +173,7 @@ const ControlMain = () => {
<div className='left-menu'>
<h1 className='logo'>
<img src={logo} width='80' />
<span>PAL</span>
<span>UTM</span>
</h1>
<ul className='left-menu-nav'>
@ -212,12 +212,12 @@ const ControlMain = () => {
<li>
<img src={finevt_logo} width='50' />
</li> */}
<li>
{/* <li>
<img src={kac_logo} width='50' />
</li>
<li>
<img src={tp_logo} width='50' />
</li>
</li> */}
<li>
<AiOutlinePoweroff
size={25}
@ -225,7 +225,7 @@ const ControlMain = () => {
onClick={handlerLogout}
/>
</li>
<li style={{ marginLeft: '8px' }}>
<li>
<WebsocketClient />
</li>
{/* socket_off = 클래스명 변경시 빨간색! 접속이 원할하지않을때 */}

Loading…
Cancel
Save