File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 4
4
class =" assets mb-3"
5
5
>
6
6
<b-navbar type =" faded" >
7
- <b-navbar-brand class =" text-uppercase " >
7
+ <b-navbar-brand class =" title-designer " >
8
8
{{ $t("Assets") }}
9
9
</b-navbar-brand >
10
10
</b-navbar >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" project mt-3" >
3
3
<b-navbar type =" faded" >
4
- <b-navbar-brand class =" text-uppercase " >
4
+ <b-navbar-brand class =" title-designer " >
5
5
{{ $t("My Projects") }}
6
6
</b-navbar-brand >
7
7
<b-navbar-nav align =" end" >
45
45
</template >
46
46
47
47
<script >
48
- import ProjectsLastModifiedListing from ' ./ProjectsLastModifiedListing' ;
48
+ import ProjectsLastModifiedListing from " ./ProjectsLastModifiedListing.vue " ;
49
49
50
50
Vue .component (" ProjectsLastModifiedListing" , ProjectsLastModifiedListing);
51
51
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" project" >
3
3
<b-navbar type =" faded" >
4
- <b-navbar-brand class =" text-uppercase " >
4
+ <b-navbar-brand class =" title-designer " >
5
5
{{ $t("RECENT ASSETS") }}
6
6
</b-navbar-brand >
7
7
<div class =" d-flex" align =" end" >
82
82
</template >
83
83
84
84
<script >
85
- import RecentAssetsList from ' ./RecentAssetsList.vue' ;
85
+ import RecentAssetsList from " ./RecentAssetsList.vue" ;
86
86
87
87
Vue .component (" RecentAssetsList" , RecentAssetsList);
88
88
Original file line number Diff line number Diff line change @@ -996,4 +996,14 @@ nav {
996
996
#processWizard___BV_modal_body_ .card {
997
997
background-color : inherit ;
998
998
border : none ;
999
- }
999
+ }
1000
+
1001
+ .title-designer {
1002
+ color : var (--Black-for-icons , #57646F );
1003
+ font-size : 14px ;
1004
+ font-style : normal ;
1005
+ font-weight : 700 ;
1006
+ line-height : normal ;
1007
+ letter-spacing : -0.28px ;
1008
+ text-transform : uppercase ;
1009
+ }
You can’t perform that action at this time.
0 commit comments