File tree Expand file tree Collapse file tree 3 files changed +86
-1
lines changed
projects/saas-ui/src/app/main Expand file tree Collapse file tree 3 files changed +86
-1
lines changed Original file line number Diff line number Diff line change 1
- < nb-card class ="h-100 card-row ">
1
+ < nb-card class ="h-100 card-row card-wrapper ">
2
2
< nb-card-body class ="m-0 ">
3
3
< div class ="main-wrapper ">
4
4
< div >
Original file line number Diff line number Diff line change 1
1
@use ' ../../../../styles.scss' as * ;
2
2
@use ' ../../styles/grid-styles.scss' as * ;
3
+
3
4
.input-wrapper {
4
5
display : flex ;
5
6
gap : 10px ;
19
20
background : #fff ;
20
21
}
21
22
}
23
+
22
24
.select {
23
25
width : 100% ;
24
26
}
25
27
}
28
+
26
29
.input-radio {
27
30
width : 100% ;
28
31
}
32
+
29
33
.radioselect {
30
34
nb-radio-group {
31
35
display : flex ;
41
45
margin-top : 5px ;
42
46
border : 1px solid #000 ;
43
47
}
48
+
44
49
.regbtn {
45
50
text-align : right ;
46
51
margin : 10px ;
50
55
input .ng-invalid.ng-touched {
51
56
border : 1px solid red ;
52
57
}
58
+
59
+ /* Media Queries for Responsiveness */
60
+
61
+ @media (max-width : 576px ) {
62
+ .input-box {
63
+ width : 100% ;
64
+ }
65
+
66
+ .card-wrapper {
67
+ padding : 0 ;
68
+ }
69
+
70
+ .input-wrapper {
71
+ gap : 5px ;
72
+ }
73
+
74
+ .regbtn {
75
+ text-align : center ;
76
+ }
77
+ }
78
+
79
+ @media (min-width : 576px ) and (max-width : 767px ) {
80
+ .input-box {
81
+ width : 100% ;
82
+ }
83
+
84
+ .regbtn {
85
+ text-align : center ;
86
+ }
87
+ }
88
+
89
+ @media (min-width : 768px ) and (max-width : 991px ) {
90
+ .input-box {
91
+ width : 48% ;
92
+ }
93
+ }
94
+
95
+ @media (min-width : 992px ) {
96
+ .input-box {
97
+ width : 48% ;
98
+ }
99
+ }
Original file line number Diff line number Diff line change 29
29
}
30
30
}
31
31
}
32
+
33
+ /* Media Queries for Responsiveness */
34
+
35
+ @media (max-width : 576px ) {
36
+ .heading {
37
+ font-size : 18px ;
38
+ }
39
+
40
+ .ag-theme-quartz {
41
+ height : 350px ;
42
+ }
43
+ }
44
+
45
+ @media (min-width : 576px ) and (max-width : 767px ) {
46
+ .heading {
47
+ font-size : 20px ;
48
+ }
49
+
50
+ .ag-theme-quartz {
51
+ height : 400px ;
52
+ }
53
+ }
54
+
55
+ @media (min-width : 768px ) and (max-width : 991px ) {
56
+ .heading {
57
+ font-size : 22px ;
58
+ }
59
+
60
+ .ag-theme-quartz {
61
+ height : 450px ;
62
+ }
63
+ }
64
+
65
+ @media (max-width : 1200px ) {
66
+ .ag-theme-quartz {
67
+ height : 550px ;
68
+ }
69
+ }
You can’t perform that action at this time.
0 commit comments