File tree Expand file tree Collapse file tree 5 files changed +27
-27
lines changed Expand file tree Collapse file tree 5 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ export const NEBULAR_COMP_ITEMS = [
23
23
} ,
24
24
{
25
25
title : 'Radio Button' ,
26
- // url:'https://akveo.github.io/nebular/docs/components/radio/examples#nbradiocomponent',
27
- link : '/main/components/nebular-comp' ,
26
+ url :'https://akveo.github.io/nebular/docs/components/radio/examples#nbradiocomponent' ,
27
+ // if we want to see components in Card layout we can use this link
28
+ // link: '/main/components/nebular-comp',
28
29
home : true ,
29
30
pathMatch : 'prefix' ,
30
31
image : '../../../assets/images/components/Checkbox.svg'
Original file line number Diff line number Diff line change
1
+ @use ' sass:map' ;
2
+ @use ' ../../../../../arc-lib/src/lib/theme/styles/variables' as * ;
3
+ @use ' ../../../styles.scss' as * ;
4
+ @use ' ../../../themes.scss' as * ;
5
+
1
6
.big-icon {
2
7
width : 9.5rem ;
3
8
}
7
12
height : auto ;
8
13
}
9
14
10
- .parent-class {
11
- // border-bottom: 1px solid #d9d9d9;
12
- .inner-div {
13
- height : fit-content ;
14
- }
15
- .layout {
16
- background : #fff ;
17
- }
18
- }
15
+
19
16
.container {
20
17
background : #fff ;
21
18
padding : 20px ;
114
111
.p {
115
112
margin :0
116
113
}
117
- }
114
+ }
115
+
Original file line number Diff line number Diff line change 1
- .parent-class {
2
- // border-bottom: 1px solid #d9d9d9;
3
- .inner-div {
4
- height : fit-content ;
5
- }
6
- .layout {
7
- background : #fff ;
8
- }
9
- }
1
+ @use ' sass:map' ;
2
+ @use ' ../../../../../arc-lib/src/lib/theme/styles/variables' as * ;
3
+ @use ' ../../../styles.scss' as * ;
4
+ @use ' ../../../themes.scss' as * ;
5
+
10
6
.comp-wrapper {
11
7
background : #fff ;
12
8
padding : 20px ;
49
45
50
46
:host {
51
47
display : block ;
52
- // max-height: 25rem;
53
48
overflow-x : hidden ;
54
49
overflow-y : auto ;
55
50
}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export class IntroductionComponent {
14
14
}
15
15
16
16
ngOnInit ( ) {
17
- console . log ( this . router . url )
18
17
this . router . events . subscribe ( ( param ) => {
19
18
this . loadConfig ( ) ;
20
19
} )
@@ -31,10 +30,7 @@ export class IntroductionComponent {
31
30
}
32
31
33
32
redirectComponent ( c )
34
- {
35
- // console.log(c);
36
- // window.open(c.url, "_blank");
37
- // }
33
+ {
38
34
if ( c . url ) {
39
35
// Open external URL in a new tab
40
36
window . open ( c . url , '_blank' ) ;
Original file line number Diff line number Diff line change @@ -278,3 +278,13 @@ nb-toast.status-success .icon-container {
278
278
}
279
279
}
280
280
}
281
+
282
+ .parent-class {
283
+ // border-bottom: 1px solid #d9d9d9;
284
+ .inner-div {
285
+ height : fit-content ;
286
+ }
287
+ .layout {
288
+ background : #fff ;
289
+ }
290
+ }
You can’t perform that action at this time.
0 commit comments