|
94 | 94 | </b-nav-item>
|
95 | 95 |
|
96 | 96 | <b-nav-item v-if="parseAuthToken.isTwoFactorEnabled == false">
|
97 |
| - <button class="btn btn-link" type="button" @click="$router.push('mfa')" style="color: grey"> |
98 |
| - <span class="spinner-grow spinner-grow-sm text-danger" role="status" aria-hidden="true"></span> |
99 |
| - <span class="visually-hidden"> Setup MFA</span> |
100 |
| - </button> |
| 97 | + |
| 98 | + <b-button variant="outline-danger" pill @click="$router.push('mfa')" size="sm" style="color:grey"> |
| 99 | + <span class="spinner-grow spinner-grow-sm"></span> |
| 100 | + <span class="mx-1">Setup MFA</span> |
| 101 | + </b-button> |
| 102 | + |
101 | 103 | </b-nav-item>
|
102 | 104 |
|
103 | 105 | <b-nav-item :href="$config.studioServer.BASE_URL" target="_blank" title="Developer Dashboard API">
|
104 |
| - <i class="fa fa-code f-36" style=" color: grey"></i></b-nav-item> |
| 106 | + <i class="fa fa-code" style=" color: #707070;height: 24px; font-size: 24px; width: 24px;"></i></b-nav-item> |
105 | 107 | <b-nav-item href="https://docs.hypersign.id/entity-studio/developer-dashboard" target="_blank"
|
106 | 108 | title="Documentation">
|
107 |
| - <i class="fas fa-book-open f-36" style=" color: grey"></i> |
| 109 | + <i class="fas fa-book-open nav-icon" style=""></i> |
108 | 110 | </b-nav-item>
|
109 | 111 |
|
110 | 112 | <b-nav-item-dropdown right v-if="getIsLoggedOut" title="Profile">
|
111 | 113 | <template #button-content>
|
112 |
| - <i class="fas fa-user-circle f-36" style="color: grey"></i> |
| 114 | + <i class="fas fa-user-circle nav-icon"></i> |
113 | 115 | </template>
|
114 | 116 |
|
115 | 117 | <b-dropdown-group style="text-align: left;">
|
116 | 118 | <b-dropdown-item-button style="text-align: left" :title="userDetails.email"
|
117 | 119 | @click="copyToClip(userDetails.email, 'Email')">
|
118 |
| - <i class="far fa-copy mt-1"></i> |
119 | 120 | {{ shorten(userDetails.email) }}
|
120 | 121 | </b-dropdown-item-button>
|
121 | 122 |
|
122 |
| - <!-- <b-dropdown-item-button style="text-align: left" :title="userDetails.did" v-if="userDetails.did" @click="copyToClip(userDetails.did, 'DID')"> |
123 |
| - <i class="far fa-copy" ></i> |
124 |
| - {{ shorten(userDetails.did) }} |
125 |
| - </b-dropdown-item-button> --> |
126 |
| - |
127 | 123 | <b-dropdown-item-button style="text-align: left" @click="goTo('/studio/settings')" title="Teams">
|
128 |
| - <i class="fa fa-cog" style="cursor: pointer; font-size: 1.3rem"></i> |
| 124 | + <i class="fa fa-cog nav-icon" style="cursor: pointer; font-size: 1.3rem"></i> |
129 | 125 | Settings
|
130 | 126 | </b-dropdown-item-button>
|
131 | 127 |
|
132 | 128 | <b-dropdown-item-button style="text-align: left" @click="goTo('/studio/dashboard')" title="Teams">
|
133 |
| - <i class="fa fa-home" style="cursor: pointer; font-size: 1.3rem"></i> |
| 129 | + <i class="fa fa-home nav-icon" style="cursor: pointer; font-size: 1.3rem"></i> |
134 | 130 | Home
|
135 | 131 | </b-dropdown-item-button>
|
136 | 132 | <b-dropdown-divider></b-dropdown-divider>
|
137 | 133 |
|
138 | 134 | <b-dropdown-item-button style="text-align: left" @click="logoutAll()" title="Logout">
|
139 |
| - <i class="fas fa-sign-out-alt" style="cursor: pointer; font-size: 1.3rem"></i> |
| 135 | + <i class="fas fa-sign-out-alt nav-icon" style="cursor: pointer; font-size: 1.3rem"></i> |
140 | 136 | Logout
|
141 | 137 | </b-dropdown-item-button>
|
142 | 138 | </b-dropdown-group>
|
|
259 | 255 | margin-top: 65px;
|
260 | 256 | /* box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05); */
|
261 | 257 | box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
|
| 258 | + border-right: 1px solid rgba(128, 128, 128, 0.21); |
262 | 259 | }
|
263 | 260 |
|
264 | 261 | .v-sidebar-menu.vsm_white-theme .vsm--mobile-bg {
|
|
268 | 265 | .vsm--mobile-bg {
|
269 | 266 | background: #905ab098 !important;
|
270 | 267 | }
|
271 |
| -
|
272 | 268 | .v-sidebar-menu.vsm_white-theme {
|
273 | 269 | background-color: white !important;
|
274 |
| - color: #000 !important; |
| 270 | + color: rgba(0,0,0,.87) !important; |
275 | 271 | }
|
276 | 272 |
|
277 | 273 | .v-sidebar-menu.vsm_white-theme .vsm--header {
|
278 |
| - color: #000 !important; |
| 274 | + color: rgba(0,0,0,.87) !important; |
279 | 275 | }
|
280 | 276 |
|
281 | 277 | .v-sidebar-menu.vsm_white-theme .vsm--link {
|
282 |
| - color: #000 !important; |
| 278 | + color: rgba(0,0,0,.87) !important; |
283 | 279 | }
|
284 | 280 |
|
285 | 281 | .v-sidebar-menu.vsm_white-theme .vsm--link_level-1 .vsm--link:hover {
|
286 |
| - color: #000 !important; |
| 282 | + color: rgba(0,0,0,.87) !important; |
287 | 283 | background: #905ab0 !important;
|
288 | 284 | }
|
289 | 285 |
|
290 | 286 | .v-sidebar-menu.vsm_white-theme .vsm--link_level-1 .vsm--icon {
|
291 | 287 | background-color: transparent !important;
|
292 |
| - color: #000 !important; |
| 288 | + color: #66666a !important; |
293 | 289 | }
|
294 | 290 | </style>
|
295 | 291 |
|
|
0 commit comments