namirasoft-site-react 1.2.54 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.js +1 -1
- package/dist/App.js.map +1 -1
- package/dist/components/NSButtonGreen.js +1 -1
- package/dist/components/NSButtonGreen.js.map +1 -1
- package/dist/components/NSButtonRed.js +1 -1
- package/dist/components/NSButtonRed.js.map +1 -1
- package/dist/components/NSCard.js +3 -3
- package/dist/components/NSCard.js.map +1 -1
- package/dist/components/NSEntityBar.js +1 -1
- package/dist/components/NSEntityBar.js.map +1 -1
- package/dist/components/NSFooter.js +4 -4
- package/dist/components/NSFooter.js.map +1 -1
- package/dist/components/NSHeader.js +5 -5
- package/dist/components/NSHeader.js.map +1 -1
- package/dist/components/NSInputDate.js +1 -1
- package/dist/components/NSInputDate.js.map +1 -1
- package/dist/components/NSInputDuration.js +1 -1
- package/dist/components/NSInputDuration.js.map +1 -1
- package/dist/components/NSInputEmail.js +1 -1
- package/dist/components/NSInputEmail.js.map +1 -1
- package/dist/components/NSInputFloat.js +1 -1
- package/dist/components/NSInputFloat.js.map +1 -1
- package/dist/components/NSInputIP.js +1 -1
- package/dist/components/NSInputIP.js.map +1 -1
- package/dist/components/NSInputInteger.js +1 -1
- package/dist/components/NSInputInteger.js.map +1 -1
- package/dist/components/NSInputPhone.js +1 -1
- package/dist/components/NSInputPhone.js.map +1 -1
- package/dist/components/NSInputPrice.js +1 -1
- package/dist/components/NSInputPrice.js.map +1 -1
- package/dist/components/NSInputSearch.js +1 -1
- package/dist/components/NSInputSearch.js.map +1 -1
- package/dist/components/NSInputString.js +1 -1
- package/dist/components/NSInputString.js.map +1 -1
- package/dist/components/NSInputText.js +1 -1
- package/dist/components/NSInputText.js.map +1 -1
- package/dist/components/NSInputTime.js +1 -1
- package/dist/components/NSInputTime.js.map +1 -1
- package/dist/components/NSLayout.js +1 -1
- package/dist/components/NSLayout.js.map +1 -1
- package/dist/components/NSLayoutHeroBanner.js +1 -1
- package/dist/components/NSLayoutHeroBanner.js.map +1 -1
- package/dist/components/NSLayoutTitle.js +1 -1
- package/dist/components/NSLayoutTitle.js.map +1 -1
- package/dist/components/NSLinkBlue.js +2 -2
- package/dist/components/NSLinkBlue.js.map +1 -1
- package/dist/components/NSLinkGreen.js +1 -1
- package/dist/components/NSLinkGreen.js.map +1 -1
- package/dist/components/NSLinkRed.js +1 -1
- package/dist/components/NSLinkRed.js.map +1 -1
- package/dist/components/NSPagination.js +7 -7
- package/dist/components/NSPagination.js.map +1 -1
- package/dist/components/NSSection.d.ts +2 -2
- package/dist/components/NSSection.js +4 -5
- package/dist/components/NSSection.js.map +1 -1
- package/dist/components/NSSectionBars.d.ts +2 -2
- package/dist/components/NSSectionBars.js +3 -4
- package/dist/components/NSSectionBars.js.map +1 -1
- package/dist/components/NSSectionCards.d.ts +2 -2
- package/dist/components/NSSectionCards.js +7 -8
- package/dist/components/NSSectionCards.js.map +1 -1
- package/dist/components/NSSectionTitle.d.ts +1 -1
- package/dist/components/NSSectionTitle.js +5 -5
- package/dist/components/NSSectionTitle.js.map +1 -1
- package/dist/components/NSSelectBox.js +1 -1
- package/dist/components/NSSelectBox.js.map +1 -1
- package/dist/components/NSTable.js +1 -1
- package/dist/components/NSTable.js.map +1 -1
- package/dist/components/NSTitle.d.ts +2 -2
- package/dist/components/NSTitle.js +3 -4
- package/dist/components/NSTitle.js.map +1 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.js +0 -1
- package/dist/main.js.map +1 -1
- package/dist/pages/NSLoginPage.js +1 -1
- package/dist/pages/NSLoginPage.js.map +1 -1
- package/logo.png +0 -0
- package/package.json +26 -29
- package/src/components/NSLinkBlue.tsx +1 -1
- package/src/components/NSSection.tsx +6 -7
- package/src/components/NSSectionBars.tsx +3 -5
- package/src/components/NSSectionCards.tsx +4 -6
- package/src/components/NSSectionTitle.tsx +8 -8
- package/src/components/NSTitle.tsx +3 -5
- package/src/main.ts +0 -1
- package/tsconfig.json +42 -36
- package/.gitlab-ci.yml +0 -15
- package/dist/assets/images/arrow.svg +0 -3
- package/dist/assets/images/danger.svg +0 -3
- package/dist/assets/images/exit.svg +0 -3
- package/dist/assets/images/icon-input-date.svg +0 -9
- package/dist/assets/images/icon-input-duration.svg +0 -9
- package/dist/assets/images/icon-input-email.svg +0 -9
- package/dist/assets/images/icon-input-float.svg +0 -9
- package/dist/assets/images/icon-input-id.svg +0 -9
- package/dist/assets/images/icon-input-integer.svg +0 -9
- package/dist/assets/images/icon-input-phone.svg +0 -9
- package/dist/assets/images/icon-input-price.svg +0 -9
- package/dist/assets/images/icon-input-search.svg +0 -4
- package/dist/assets/images/icon-input-string.svg +0 -9
- package/dist/assets/images/icon-input-text.svg +0 -9
- package/dist/assets/images/icon-input-time.svg +0 -9
- package/dist/assets/images/logo.svg +0 -9
- package/dist/assets/images/map_location.png +0 -0
- package/dist/assets/images/menu.svg +0 -3
- package/dist/assets/images/namira.svg +0 -9
- package/dist/assets/images/rectangle.svg +0 -3
- package/dist/components/NSButtonGreen.module.css +0 -12
- package/dist/components/NSButtonRed.module.css +0 -12
- package/dist/components/NSCard.module.css +0 -94
- package/dist/components/NSEntityBar.module.css +0 -53
- package/dist/components/NSFooter.module.css +0 -102
- package/dist/components/NSHeader.module.css +0 -181
- package/dist/components/NSInputDate.module.css +0 -36
- package/dist/components/NSInputDuration.module.css +0 -26
- package/dist/components/NSInputEmail.module.css +0 -38
- package/dist/components/NSInputFloat.module.css +0 -26
- package/dist/components/NSInputIP.module.css +0 -26
- package/dist/components/NSInputInteger.module.css +0 -26
- package/dist/components/NSInputPhone.module.css +0 -33
- package/dist/components/NSInputPrice.module.css +0 -27
- package/dist/components/NSInputSearch.module.css +0 -26
- package/dist/components/NSInputString.module.css +0 -27
- package/dist/components/NSInputText.module.css +0 -28
- package/dist/components/NSInputTime.module.css +0 -27
- package/dist/components/NSLayout.module.css +0 -17
- package/dist/components/NSLayoutHeroBanner.module.css +0 -43
- package/dist/components/NSLinkBlue.module.css +0 -24
- package/dist/components/NSLinkGreen.module.css +0 -16
- package/dist/components/NSLinkRed.module.css +0 -16
- package/dist/components/NSMap.d.ts +0 -12
- package/dist/components/NSMap.js +0 -18
- package/dist/components/NSMap.js.map +0 -1
- package/dist/components/NSPagination.module.css +0 -25
- package/dist/components/NSSection.module.css +0 -10
- package/dist/components/NSSectionBars.module.css +0 -11
- package/dist/components/NSSectionCards.module.css +0 -38
- package/dist/components/NSSectionTitle.module.css +0 -0
- package/dist/components/NSSelectBox.module.css +0 -29
- package/dist/components/NSTable.modules.css +0 -77
- package/dist/components/NSTitle.module.css +0 -9
- package/dist/pages/NSLoginPage.modules.css +0 -0
- package/src/components/NSMap.tsx +0 -38
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
.ns_card {
|
|
2
|
-
width: 100%;
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
gap: 24px 0;
|
|
8
|
-
background-color: #fff;
|
|
9
|
-
box-shadow: 0 2px 10px 4px #00000040;
|
|
10
|
-
padding: 24px;
|
|
11
|
-
border-radius: 24px;
|
|
12
|
-
width: 100%;
|
|
13
|
-
max-width: 358px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ns_card_detail_container {
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-direction: column;
|
|
19
|
-
align-items: center;
|
|
20
|
-
justify-content: space-between;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_card_title_img {
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
align-items: center;
|
|
27
|
-
justify-content: flex-start;
|
|
28
|
-
gap: 24px;
|
|
29
|
-
margin-bottom: 16px;
|
|
30
|
-
width: 100%;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.card_img {
|
|
34
|
-
object-fit: cover;
|
|
35
|
-
width: 100%;
|
|
36
|
-
height: 100%;
|
|
37
|
-
max-height: 310px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.card_title {
|
|
41
|
-
font-style: normal;
|
|
42
|
-
font-size: 24px;
|
|
43
|
-
font-weight: 700;
|
|
44
|
-
line-height: normal;
|
|
45
|
-
color: inherit;
|
|
46
|
-
text-align: inherit;
|
|
47
|
-
color: #141161;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.card_description {
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-size: 16px;
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
line-height: normal;
|
|
55
|
-
color: inherit;
|
|
56
|
-
text-align: justify;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.ns_card_link {
|
|
60
|
-
display: flex;
|
|
61
|
-
align-items: center;
|
|
62
|
-
justify-content: center;
|
|
63
|
-
padding: 12px 24px;
|
|
64
|
-
background-color: #3963FF;
|
|
65
|
-
box-shadow: inset 2px 2px 2px 0 #1754F3;
|
|
66
|
-
color: #fff;
|
|
67
|
-
font-weight: 400;
|
|
68
|
-
font-style: 16px;
|
|
69
|
-
line-height: normal;
|
|
70
|
-
border-radius: 24px;
|
|
71
|
-
width: 100%;
|
|
72
|
-
max-width: 310px;
|
|
73
|
-
}
|
|
74
|
-
.ns_card_link_container {
|
|
75
|
-
width: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@media only screen and (min-width: 576px) {
|
|
79
|
-
.ns_card {
|
|
80
|
-
width: 65%;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@media only screen and (min-width: 768px) {
|
|
85
|
-
.ns_card {
|
|
86
|
-
width: 41%;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
@media only screen and (min-width: 1024px) {
|
|
91
|
-
.ns_card {
|
|
92
|
-
width: 31%;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
.entity_bar_item {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: flex-start;
|
|
5
|
-
align-items: flex-start;
|
|
6
|
-
gap: 24px;
|
|
7
|
-
padding: 24px;
|
|
8
|
-
box-shadow: 0 2px 10px 4px #00000040;
|
|
9
|
-
width: 100%;
|
|
10
|
-
max-width: 358px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.entity_bar_image_container {
|
|
14
|
-
width: 100%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.entity_bar_details_container {
|
|
18
|
-
text-align: start;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.entity_bar_image_title {
|
|
22
|
-
color: #001664;
|
|
23
|
-
font-size: 32px;
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
line-height: 32px;
|
|
26
|
-
margin-bottom: 16px;
|
|
27
|
-
text-align: start;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.entity_bar_image_description {
|
|
31
|
-
|
|
32
|
-
color: #001664;
|
|
33
|
-
font-size: 16px;
|
|
34
|
-
font-weight: 400;
|
|
35
|
-
line-height: 24px;
|
|
36
|
-
text-align: justify;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@media only screen and (min-width: 992px) {
|
|
40
|
-
.entity_bar_item {
|
|
41
|
-
display: flex;
|
|
42
|
-
flex-direction: row;
|
|
43
|
-
justify-content: flex-start;
|
|
44
|
-
align-items: flex-start;
|
|
45
|
-
gap: 48px;
|
|
46
|
-
width: 100%;
|
|
47
|
-
max-width: 1170px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.entity_bar_details_container {
|
|
51
|
-
padding: 24px 0;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
.ns_footer {
|
|
2
|
-
width: 100%;
|
|
3
|
-
background-color: #001664;
|
|
4
|
-
padding: 16px 0 8px 0;
|
|
5
|
-
display: flex;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ns_footer>.ns_package_footer {
|
|
10
|
-
padding-left: 1rem !important;
|
|
11
|
-
padding-right: 1rem !important;
|
|
12
|
-
margin-right: auto;
|
|
13
|
-
margin-left: auto;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ns_footer_parent_items {
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: space-between;
|
|
19
|
-
gap: 64px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ns_footer_project_logo_tablet {
|
|
23
|
-
display: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ns_footer_menu_container {
|
|
27
|
-
display: flex;
|
|
28
|
-
flex-wrap: wrap;
|
|
29
|
-
width: 100%;
|
|
30
|
-
gap: 48px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ns_footer_namira_logo_tablet {
|
|
34
|
-
display: none;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.ns_footer_logos_mobile {
|
|
38
|
-
display: flex;
|
|
39
|
-
justify-content: center;
|
|
40
|
-
gap: 24px;
|
|
41
|
-
margin-bottom: 16px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ns_footer_menu_container ul {
|
|
45
|
-
list-style: none;
|
|
46
|
-
color: #fff;
|
|
47
|
-
padding: 0;
|
|
48
|
-
font-size: 16px;
|
|
49
|
-
font-weight: 600;
|
|
50
|
-
line-height: normal;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.ns_footer_menu_container li {
|
|
54
|
-
font-size: 12px !important;
|
|
55
|
-
font-weight: 300 !important;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.ns_footer_copyright {
|
|
59
|
-
color: #fff !important;
|
|
60
|
-
text-align: center;
|
|
61
|
-
width: 100%;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ns_footer_copyright span,
|
|
65
|
-
.ns_footer_copyright a {
|
|
66
|
-
color: #fff !important;
|
|
67
|
-
text-align: center;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@media only screen and (min-width: 768px) {
|
|
71
|
-
.ns_footer_project_logo_tablet {
|
|
72
|
-
display: block;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.ns_footer_namira_logo_tablet {
|
|
76
|
-
display: flex;
|
|
77
|
-
justify-content: flex-end;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.ns_footer_logos_mobile {
|
|
81
|
-
display: none;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@media only screen and (min-width: 1024px) {
|
|
86
|
-
.ns_footer>.ns_package_footer {
|
|
87
|
-
padding-left: 3rem !important;
|
|
88
|
-
padding-right: 3rem !important;
|
|
89
|
-
margin-right: auto;
|
|
90
|
-
margin-left: auto;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/* Is these two exist ? */
|
|
95
|
-
.ns_footer h5 {
|
|
96
|
-
font-size: 16px !important;
|
|
97
|
-
font-weight: 600 !important;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.footns_footer li {
|
|
101
|
-
color: #fff;
|
|
102
|
-
}
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
.ns_navbar_content {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: space-between;
|
|
4
|
-
gap: 8px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.ns_navbar_login_status {
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
align-items: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ns_navbar_usersname {
|
|
14
|
-
color: #fff !important;
|
|
15
|
-
font-size: 16px;
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
margin-right: 8px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.ns_navbar {
|
|
21
|
-
min-height: 60px;
|
|
22
|
-
background-color: rgba(0, 0, 0, 0.3) !important;
|
|
23
|
-
position: relative;
|
|
24
|
-
z-index: 10;
|
|
25
|
-
display: flex;
|
|
26
|
-
align-items: center;
|
|
27
|
-
justify-content: center;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.ns_navbar_menu_icon {
|
|
31
|
-
display: none;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.ns_navbar_elements ul {
|
|
35
|
-
display: flex;
|
|
36
|
-
justify-content: space-between;
|
|
37
|
-
list-style-type: none;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.ns_navbar_elements ul li:not(:last-child) {
|
|
41
|
-
margin-right: 60px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ns_navbar_elements ul a {
|
|
45
|
-
font-size: 16px;
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
color: #2f234f;
|
|
48
|
-
text-decoration: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.ns_navbar_elements ul a.ns_navbar_active {
|
|
52
|
-
color: #574c4c;
|
|
53
|
-
font-weight: 500;
|
|
54
|
-
position: relative;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.ns_navbar_elements ul a.ns_navbar_active::after {
|
|
58
|
-
content: "";
|
|
59
|
-
position: absolute;
|
|
60
|
-
bottom: -4px;
|
|
61
|
-
left: 0;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 2px;
|
|
64
|
-
background-color: #574c4c;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.ns_navbar_items_container {
|
|
68
|
-
margin-right: auto;
|
|
69
|
-
margin-inline-end: auto;
|
|
70
|
-
--bs-nav-link-padding-x: 1rem;
|
|
71
|
-
--bs-nav-link-padding-y: 0.5rem;
|
|
72
|
-
--bs-nav-link-font-weight: ;
|
|
73
|
-
--bs-nav-link-color: var(--bs-link-color);
|
|
74
|
-
--bs-nav-link-hover-color: var(--bs-link-hover-color);
|
|
75
|
-
--bs-nav-link-disabled-color: var(--bs-secondary-color);
|
|
76
|
-
display: flex;
|
|
77
|
-
flex-wrap: wrap;
|
|
78
|
-
padding-left: 0;
|
|
79
|
-
margin-bottom: 0;
|
|
80
|
-
list-style: none;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.ns_navbar_items_link {
|
|
84
|
-
display: block;
|
|
85
|
-
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
|
|
86
|
-
font-size: var(--bs-nav-link-font-size);
|
|
87
|
-
font-weight: var(--bs-nav-link-font-weight);
|
|
88
|
-
color: var(--bs-nav-link-color);
|
|
89
|
-
text-decoration: none;
|
|
90
|
-
background: 0 0;
|
|
91
|
-
border: 0;
|
|
92
|
-
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
@media (max-width: 768px) {
|
|
98
|
-
.ns_navbar_elements ul li:not(:last-child) {
|
|
99
|
-
margin-right: 30px;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@media (max-width: 1024px) {
|
|
104
|
-
.ns_navbar_menu_icon {
|
|
105
|
-
display: block;
|
|
106
|
-
cursor: pointer;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.ns_navbar_elements {
|
|
110
|
-
position: absolute;
|
|
111
|
-
right: 0;
|
|
112
|
-
top: 60px;
|
|
113
|
-
width: 0px;
|
|
114
|
-
height: calc(100vh - 60px);
|
|
115
|
-
transition: all 0.3s ease-in;
|
|
116
|
-
overflow: hidden;
|
|
117
|
-
background-color: rgb(0 15 53 / 98%) !important;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.ns_navbar_elements.ns_navbar_active {
|
|
121
|
-
width: 270px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.ns_navbar_elements ul {
|
|
125
|
-
display: flex;
|
|
126
|
-
flex-direction: column;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.ns_navbar_elements ul li {
|
|
130
|
-
margin-right: unset;
|
|
131
|
-
margin-top: 22px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.ns_navbar_elements div {
|
|
135
|
-
flex-direction: column;
|
|
136
|
-
align-content: center;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.ns_navbar_parent_content {
|
|
141
|
-
display: flex;
|
|
142
|
-
align-items: center;
|
|
143
|
-
justify-content: space-between;
|
|
144
|
-
padding-left: 1rem;
|
|
145
|
-
padding-right: 1rem;
|
|
146
|
-
margin-left: auto;
|
|
147
|
-
margin-right: auto;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
@media only screen and (min-width: 1024px) {
|
|
151
|
-
|
|
152
|
-
.ns_navbar_parent_content {
|
|
153
|
-
padding-right: 3rem;
|
|
154
|
-
padding-left: 3rem;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.ns_nav_second_item .dropdown-menu {
|
|
158
|
-
margin-top: -20% !important;
|
|
159
|
-
margin-left: 100%;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.ns_navbar_content {
|
|
163
|
-
width: 100%;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.ns_navbar_first_level_item a {
|
|
168
|
-
color: #fff;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.ns_navbar_second_level_item a {
|
|
172
|
-
color: #000 !important;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.ns_navbar_first_level_item {
|
|
176
|
-
color: #fff;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.ns_navbar_second_level_item {
|
|
180
|
-
color: #000 !important;
|
|
181
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.ns_parent_input {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 51%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.ns_input::-webkit-calendar-picker-indicator {
|
|
29
|
-
display: block;
|
|
30
|
-
background: url(../assets/images/icon-input-date.svg) no-repeat;
|
|
31
|
-
width: 24px;
|
|
32
|
-
height: 24px;
|
|
33
|
-
position: relative;
|
|
34
|
-
top: 3px;
|
|
35
|
-
left: 4px;
|
|
36
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 51%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.ns_input_icon {
|
|
16
|
-
position: absolute;
|
|
17
|
-
right: 20px;
|
|
18
|
-
top: 51%;
|
|
19
|
-
font-size: 16px;
|
|
20
|
-
font-weight: 400;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.ns_input_error {
|
|
29
|
-
color: #FF3F3F !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ns_input_error:focus {
|
|
33
|
-
color: #FF3F3F !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.ns_input_red {
|
|
37
|
-
border: 2px solid #FF3F3F;
|
|
38
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 51%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 51%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 51%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ns_input_title {
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
height: 48px !important;
|
|
12
|
-
font-size: 16px !important;
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
width: 310px !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input span {
|
|
18
|
-
color: #000 !important;
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ns_input_icon {
|
|
23
|
-
position: absolute;
|
|
24
|
-
right: 20px;
|
|
25
|
-
top: 51%;
|
|
26
|
-
z-index: 1;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.ns_input_title {
|
|
30
|
-
color: #fff;
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
font-weight: 400;
|
|
33
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.ns_input_parent {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 326px;
|
|
5
|
-
color: #fff;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ns_input {
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
padding: 10px 12px;
|
|
13
|
-
font-size: 16px;
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input_icon {
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 20px;
|
|
20
|
-
top: 33%;
|
|
21
|
-
z-index: 1;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.ns_input_title {
|
|
25
|
-
font-size: 16px;
|
|
26
|
-
font-weight: 400;
|
|
27
|
-
}
|