@posiwise/shared-components 0.0.10 → 0.0.12
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/assets/scss/_bootstrap_modules.scss +40 -0
- package/assets/scss/_custom-bootstrap.scss +13 -0
- package/assets/scss/_dashboard.scss +31 -0
- package/assets/scss/_dynamic-styles.scss +534 -0
- package/assets/scss/_plugins.scss +3 -0
- package/assets/scss/_public-pages.scss +7 -0
- package/assets/scss/_shared.scss +3 -0
- package/assets/scss/_variables.scss +5 -0
- package/assets/scss/common/landing-page-a/landing-page-style-1.scss +670 -0
- package/assets/scss/common/landing-page-b/banner.scss +141 -0
- package/assets/scss/common/landing-page-b/contact-us.scss +167 -0
- package/assets/scss/common/landing-page-b/explainer.scss +75 -0
- package/assets/scss/common/landing-page-b/explainer2.scss +35 -0
- package/assets/scss/common/landing-page-b/header.scss +56 -0
- package/assets/scss/common/landing-page-b/landing-page-style-2.scss +20 -0
- package/assets/scss/custom-bootstrap/_badge.scss +468 -0
- package/assets/scss/custom-bootstrap/_bootstrap_variables.scss +30 -0
- package/assets/scss/custom-bootstrap/_buttons.scss +84 -0
- package/assets/scss/custom-bootstrap/_card.scss +319 -0
- package/assets/scss/custom-bootstrap/_carousel.scss +6 -0
- package/assets/scss/custom-bootstrap/_form_select.scss +7 -0
- package/assets/scss/custom-bootstrap/_forms.scss +337 -0
- package/assets/scss/custom-bootstrap/_links.scss +7 -0
- package/assets/scss/custom-bootstrap/_modal.scss +16 -0
- package/assets/scss/custom-bootstrap/_navbar.scss +42 -0
- package/assets/scss/custom-bootstrap/_popover.scss +10 -0
- package/assets/scss/custom-bootstrap/_progress.scss +12 -0
- package/assets/scss/custom-bootstrap/_reboot.scss +93 -0
- package/assets/scss/custom-bootstrap/_type.scss +202 -0
- package/assets/scss/dashboard/_admin.scss +15 -0
- package/assets/scss/dashboard/_animations.scss +20 -0
- package/assets/scss/dashboard/_bootstrap-social.scss +641 -0
- package/assets/scss/dashboard/_chat.scss +250 -0
- package/assets/scss/dashboard/_coming-soon.scss +34 -0
- package/assets/scss/dashboard/_components.scss +229 -0
- package/assets/scss/dashboard/_email.scss +184 -0
- package/assets/scss/dashboard/_fixed-navbar.scss +18 -0
- package/assets/scss/dashboard/_gallery.scss +1201 -0
- package/assets/scss/dashboard/_helper.scss +736 -0
- package/assets/scss/dashboard/_horizontal-timeline.scss +314 -0
- package/assets/scss/dashboard/_icons.scss +107 -0
- package/assets/scss/dashboard/_layout.scss +23 -0
- package/assets/scss/dashboard/_misc.scss +220 -0
- package/assets/scss/dashboard/_notifications.scss +27 -0
- package/assets/scss/dashboard/_palette.scss +308 -0
- package/assets/scss/dashboard/_profile.scss +36 -0
- package/assets/scss/dashboard/_responsive.scss +209 -0
- package/assets/scss/dashboard/_search.scss +33 -0
- package/assets/scss/dashboard/_select.scss +16 -0
- package/assets/scss/dashboard/_sidebar-content.scss +632 -0
- package/assets/scss/dashboard/_tables.scss +17 -0
- package/assets/scss/dashboard/_tabs.scss +151 -0
- package/assets/scss/dashboard/_ui-switch.scss +6 -0
- package/assets/scss/dashboard/_upload.scss +249 -0
- package/assets/scss/dashboard/_utilities.scss +105 -0
- package/assets/scss/dashboard/_vertical-timeline.scss +1261 -0
- package/assets/scss/dashboard/mixins/_buttons.scss +78 -0
- package/assets/scss/dashboard/mixins/_colors.scss +29 -0
- package/assets/scss/dashboard/mixins/_custom.scss +34 -0
- package/assets/scss/dashboard/mixins/_shadows.scss +62 -0
- package/assets/scss/dashboard/mixins/_type.scss +16 -0
- package/assets/scss/dashboard/mixins/_typography.scss +29 -0
- package/assets/scss/dashboard/mixins/_utilities.scss +129 -0
- package/assets/scss/dashboard/mixins/_vendor-prefixes.scss +71 -0
- package/assets/scss/plugins/_plugin-nouislider.scss +199 -0
- package/assets/scss/plugins/_toastr.scss +71 -0
- package/assets/scss/plugins/perfect-scrollbar/_main.scss +3 -0
- package/assets/scss/plugins/perfect-scrollbar/_mixins.scss +135 -0
- package/assets/scss/plugins/perfect-scrollbar/_ps-custom.scss +134 -0
- package/assets/scss/plugins/perfect-scrollbar/_themes.scss +23 -0
- package/assets/scss/plugins/perfect-scrollbar/_variables.scss +19 -0
- package/assets/scss/public-pages/_buttons.scss +136 -0
- package/assets/scss/public-pages/_input-fields.scss +29 -0
- package/assets/scss/public-pages/_layout.scss +108 -0
- package/assets/scss/public-pages/mixins/_buttons.scss +28 -0
- package/assets/scss/shared/_modal.scss +28 -0
- package/assets/scss/shared/_prime-ng-tables.scss +107 -0
- package/assets/scss/shared/_prime-ng.scss +5100 -0
- package/assets/scss/variables/_app-colors-variables.scss +760 -0
- package/assets/scss/variables/_branding-variables.scss +93 -0
- package/assets/scss/variables/_dashboard-variables.scss +96 -0
- package/assets/scss/variables/_generic-variables.scss +33 -0
- package/assets/scss/variables/_landing-page-new-variables.scss +11 -0
- package/assets/scss/variables/_primeng-variables.scss +190 -0
- package/esm2020/index.mjs +3 -1
- package/esm2020/lib/custom-uploader/custom-uploader.component.mjs +103 -0
- package/esm2020/lib/image-cropper/image-cropper.component.mjs +82 -0
- package/esm2020/lib/shared-components.module.mjs +25 -9
- package/fesm2015/shared-components.mjs +192 -9
- package/fesm2015/shared-components.mjs.map +1 -1
- package/fesm2020/shared-components.mjs +198 -9
- package/fesm2020/shared-components.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/custom-uploader/custom-uploader.component.d.ts +32 -0
- package/lib/image-cropper/image-cropper.component.d.ts +29 -0
- package/lib/shared-components.module.d.ts +7 -4
- package/package.json +6 -4
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
@import 'variables/landing-page-new-variables';
|
|
2
|
+
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
|
+
|
|
4
|
+
.banner {
|
|
5
|
+
background-attachment: scroll;
|
|
6
|
+
background-image: url('/assets/img/products/cloud-olive/cloudolive-new/banner-bg.jpg');
|
|
7
|
+
background-position: center center;
|
|
8
|
+
background-repeat: no-repeat;
|
|
9
|
+
background-size: cover;
|
|
10
|
+
color: $white-color;
|
|
11
|
+
position: relative;
|
|
12
|
+
text-align: center;
|
|
13
|
+
|
|
14
|
+
.banner-logo {
|
|
15
|
+
padding: 180px 0 150px;
|
|
16
|
+
img {
|
|
17
|
+
max-width: 400px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.banner-sub-heading,
|
|
22
|
+
.banner-sub-heading-1 {
|
|
23
|
+
color: $white-color;
|
|
24
|
+
font-size: 50px;
|
|
25
|
+
font-weight: 600;
|
|
26
|
+
line-height: 1.4em;
|
|
27
|
+
margin-bottom: 50px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.banner-sub-heading-1 {
|
|
31
|
+
font-size: 30px;
|
|
32
|
+
margin-bottom: 0;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* mobile view */
|
|
37
|
+
@media (max-width: 500px) {
|
|
38
|
+
.banner {
|
|
39
|
+
.banner-sub-heading,
|
|
40
|
+
.banner-sub-heading-1 {
|
|
41
|
+
font-size: 21px;
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
line-height: 10px;
|
|
44
|
+
margin-bottom: 40px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.banner-sub-heading-1 {
|
|
48
|
+
font-size: 16px;
|
|
49
|
+
margin-bottom: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.banner-logo {
|
|
53
|
+
padding: 150px 0;
|
|
54
|
+
width: 100%;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@media (min-width: 501px) and (max-width: 768px) {
|
|
60
|
+
.banner {
|
|
61
|
+
.banner-logo {
|
|
62
|
+
padding: 150px 0;
|
|
63
|
+
width: 100%;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.banner-sub-heading,
|
|
67
|
+
.banner-sub-heading-1 {
|
|
68
|
+
font-size: 30px;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
line-height: 23px;
|
|
71
|
+
margin-bottom: 40px;
|
|
72
|
+
}
|
|
73
|
+
.banner-sub-heading-1 {
|
|
74
|
+
font-size: 20px;
|
|
75
|
+
margin-bottom: 0;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
@media (max-width:768px){
|
|
81
|
+
.banner {
|
|
82
|
+
.banner-logo {
|
|
83
|
+
img{
|
|
84
|
+
max-width: 200px !important;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.banner-sub-heading,
|
|
89
|
+
.banner-sub-heading-1 {
|
|
90
|
+
font-size: 30px;
|
|
91
|
+
font-weight: 500;
|
|
92
|
+
line-height: 1.2;
|
|
93
|
+
word-break: break-word;
|
|
94
|
+
margin-bottom: 40px;
|
|
95
|
+
}
|
|
96
|
+
.banner-sub-heading-1 {
|
|
97
|
+
font-size: 22px;
|
|
98
|
+
margin-bottom: 0;
|
|
99
|
+
line-height: 1.5 !important;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@media (min-width: 991px) {
|
|
105
|
+
section.banner::before {
|
|
106
|
+
background: rgb(145 196 216 / 80%) left top no-repeat;
|
|
107
|
+
clip-path: circle(50% at 25% 29%);
|
|
108
|
+
content: '';
|
|
109
|
+
height: 300px;
|
|
110
|
+
left: 0;
|
|
111
|
+
position: absolute;
|
|
112
|
+
top: 0;
|
|
113
|
+
width: 300px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
section.banner::after {
|
|
117
|
+
background: url('/assets/img/products/cloud-olive/cloudolive-new/white-stripes-right1.png')
|
|
118
|
+
right bottom no-repeat;
|
|
119
|
+
bottom: 0;
|
|
120
|
+
clip-path: circle(55% at 80% 80%);
|
|
121
|
+
content: '';
|
|
122
|
+
height: 250px;
|
|
123
|
+
position: absolute;
|
|
124
|
+
right: 0;
|
|
125
|
+
width: 250px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.banner {
|
|
129
|
+
.stripes-img::before {
|
|
130
|
+
background: url('/assets/img/products/cloud-olive/cloudolive-new/white-stripes-left.png')
|
|
131
|
+
left bottom no-repeat;
|
|
132
|
+
bottom: 0;
|
|
133
|
+
clip-path: circle(50.9% at 1% 44%);
|
|
134
|
+
content: '';
|
|
135
|
+
height: 316px;
|
|
136
|
+
left: 0;
|
|
137
|
+
position: absolute;
|
|
138
|
+
width: 250px;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
@import 'variables/landing-page-new-variables';
|
|
2
|
+
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
|
+
|
|
4
|
+
.cloudolive-contact-us {
|
|
5
|
+
background: url('/assets/img/products/cloud-olive/cloudolive-new/contact-us-bg.jpg') center;
|
|
6
|
+
background-size: cover;
|
|
7
|
+
padding: 40px 0;
|
|
8
|
+
|
|
9
|
+
.left-section {
|
|
10
|
+
background: rgb(146 184 212 / 90%);
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
text-align: center;
|
|
13
|
+
|
|
14
|
+
h4 {
|
|
15
|
+
color: $title-color;
|
|
16
|
+
font-size: 18px;
|
|
17
|
+
font-weight: 700;
|
|
18
|
+
line-height: 1.4em;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
p {
|
|
22
|
+
color: $white-color;
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
letter-spacing: 0.05em;
|
|
26
|
+
line-height: 1.4em;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.icons {
|
|
30
|
+
.linkedin-icon {
|
|
31
|
+
width: 70px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.youtube-icon {
|
|
35
|
+
height: 70px;
|
|
36
|
+
width: 90px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.right-section {
|
|
42
|
+
background: rgb(256 256 256 / 60%);
|
|
43
|
+
border-radius: 50%;
|
|
44
|
+
text-align: center;
|
|
45
|
+
|
|
46
|
+
.contact-form {
|
|
47
|
+
form {
|
|
48
|
+
.is-invalid {
|
|
49
|
+
border: 1px solid#ff0000 !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.form-field {
|
|
53
|
+
align-items: center;
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: center;
|
|
56
|
+
padding: 5px 0;
|
|
57
|
+
|
|
58
|
+
label {
|
|
59
|
+
color: rgb(75 74 71);
|
|
60
|
+
font-size: 16px;
|
|
61
|
+
font-weight: 700;
|
|
62
|
+
line-height: 1.4em;
|
|
63
|
+
margin-right: 3px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
input {
|
|
67
|
+
border: none;
|
|
68
|
+
border-radius: 30px;
|
|
69
|
+
padding: 14px;
|
|
70
|
+
width: 63%;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
textarea {
|
|
74
|
+
border: none;
|
|
75
|
+
border-radius: 30px;
|
|
76
|
+
padding: 16px;
|
|
77
|
+
width: 61%;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.enquiry {
|
|
82
|
+
.form-field {
|
|
83
|
+
margin-left: -10px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.submit-button {
|
|
88
|
+
background-color: rgb(65 181 226);
|
|
89
|
+
border: none;
|
|
90
|
+
border-radius: 6px;
|
|
91
|
+
color: $white-color;
|
|
92
|
+
font-size: 20px;
|
|
93
|
+
font-weight: 500;
|
|
94
|
+
padding: 10px;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.container-wrapper {
|
|
101
|
+
position: relative;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.footer-logo {
|
|
105
|
+
display: block;
|
|
106
|
+
height: auto;
|
|
107
|
+
margin-left: auto;
|
|
108
|
+
width: 287px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// for responsive
|
|
112
|
+
.left-section {
|
|
113
|
+
height: 470px;
|
|
114
|
+
margin-left: auto;
|
|
115
|
+
padding: 50px;
|
|
116
|
+
width: 470px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.right-section {
|
|
120
|
+
height: 470px;
|
|
121
|
+
margin-right: auto;
|
|
122
|
+
padding: 25px;
|
|
123
|
+
width: 470px;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@media (max-width: 991px) {
|
|
128
|
+
.cloudolive-contact-us {
|
|
129
|
+
.left-section-outer {
|
|
130
|
+
order: 2;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.right-section-outer {
|
|
134
|
+
order: 1;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.right-section,
|
|
138
|
+
.left-section {
|
|
139
|
+
border-radius: 20px;
|
|
140
|
+
height: auto;
|
|
141
|
+
margin: 10px 0;
|
|
142
|
+
width: 100%;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
@media (min-width: 992px) {
|
|
148
|
+
.cloudolive-contact-us {
|
|
149
|
+
padding: 0;
|
|
150
|
+
|
|
151
|
+
.left-section {
|
|
152
|
+
margin-right: -2%;
|
|
153
|
+
margin-top: 20%;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.footer-logo {
|
|
157
|
+
bottom: 10px;
|
|
158
|
+
position: absolute;
|
|
159
|
+
right: 0;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.captcha-wrapper-container {
|
|
163
|
+
margin: 0 auto;
|
|
164
|
+
width: 64%;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
@import 'variables/landing-page-new-variables';
|
|
2
|
+
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
|
+
@import 'public-pages/mixins/buttons';
|
|
4
|
+
|
|
5
|
+
.cloudolive-contract-for-msps {
|
|
6
|
+
background-color: $bg-color-black-grey;
|
|
7
|
+
padding: 40px 0;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
h2 {
|
|
11
|
+
color: $blue-color;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
h4 {
|
|
15
|
+
color: $white-color;
|
|
16
|
+
font-size: 17px;
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
line-height: 1.4em;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
p {
|
|
22
|
+
color: $white-color;
|
|
23
|
+
font-size: 18px;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
line-height: 1.4em;
|
|
26
|
+
margin-top: 10px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.book-demo {
|
|
31
|
+
@include greenBackgroundButton;
|
|
32
|
+
margin-top: 30px;
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@media (max-width: 768px) {
|
|
38
|
+
.cloudolive-contract-for-msps {
|
|
39
|
+
.cloudolive-video {
|
|
40
|
+
margin-top: 50px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sub-text,
|
|
44
|
+
h2 {
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (min-width: 991px) {
|
|
51
|
+
.cloudolive-contract-for-msps {
|
|
52
|
+
.stripes::after {
|
|
53
|
+
background: rgb(145 196 216 / 80%) right bottom no-repeat;
|
|
54
|
+
bottom: 0;
|
|
55
|
+
clip-path: circle(46.5% at 81% 57%);
|
|
56
|
+
content: '';
|
|
57
|
+
height: 300px;
|
|
58
|
+
position: absolute;
|
|
59
|
+
right: 0;
|
|
60
|
+
width: 300px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.stripes::before {
|
|
64
|
+
background: url('/assets/img/products/cloud-olive/cloudolive-new/white-stripes-right1.png')
|
|
65
|
+
right top no-repeat;
|
|
66
|
+
clip-path: circle(45% at 67% 61%);
|
|
67
|
+
content: '';
|
|
68
|
+
height: 350px;
|
|
69
|
+
position: absolute;
|
|
70
|
+
right: 0;
|
|
71
|
+
top: 0;
|
|
72
|
+
width: 350px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@import 'variables/landing-page-new-variables';
|
|
2
|
+
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
|
+
@import 'public-pages/mixins/buttons';
|
|
4
|
+
|
|
5
|
+
.cloudolive-contract-for-msps {
|
|
6
|
+
background: $bg-color-blue;
|
|
7
|
+
padding: 40px 0;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
h2 {
|
|
11
|
+
color: $white-color;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
h4 {
|
|
15
|
+
color: $white-color;
|
|
16
|
+
font-size: 17px;
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
line-height: 1.4em;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
p {
|
|
22
|
+
color: $white-color;
|
|
23
|
+
font-size: 18px;
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
line-height: 1.4em;
|
|
26
|
+
margin-top: 10px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.book-demo {
|
|
31
|
+
@include greenBackgroundButton;
|
|
32
|
+
margin-top: 30px;
|
|
33
|
+
display: inline-block;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
@import 'variables/landing-page-new-variables';
|
|
2
|
+
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
|
+
|
|
4
|
+
.navbar-custom-background {
|
|
5
|
+
background-color: rgb(0 0 0 / 50%);
|
|
6
|
+
box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 12.2%);
|
|
7
|
+
transition: width 2s, height 2s, -webkit-transform 2s;
|
|
8
|
+
|
|
9
|
+
/* Safari */
|
|
10
|
+
transition: width 2s, height 2s, transform 2s background-color 0.5s ease;
|
|
11
|
+
z-index: 9999;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.navbar-nav {
|
|
15
|
+
.nav-item {
|
|
16
|
+
.nav-link {
|
|
17
|
+
color: $white-color;
|
|
18
|
+
font-size: 18px;
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
letter-spacing: 1px;
|
|
21
|
+
padding: 1.1em 1em !important;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.navbar-toggle-icon {
|
|
27
|
+
width: 25px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@media (min-width: 500px) {
|
|
31
|
+
.navbar-nav {
|
|
32
|
+
.nav-item {
|
|
33
|
+
button {
|
|
34
|
+
margin: 10px 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 500px) {
|
|
41
|
+
.navbar-nav {
|
|
42
|
+
background-color: $black-color;
|
|
43
|
+
border-top: 3px solid rgb(254 209 54);
|
|
44
|
+
color: $white-color;
|
|
45
|
+
margin-top: 5px;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
|
|
48
|
+
.nav-item {
|
|
49
|
+
.nav-link {
|
|
50
|
+
font-size: 100%;
|
|
51
|
+
font-weight: 500;
|
|
52
|
+
padding: 0.7em 1em !important;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
2
|
+
@import 'variables/branding-variables';
|
|
3
|
+
|
|
4
|
+
* {
|
|
5
|
+
font-family: $familyMontserrat;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
h2 {
|
|
9
|
+
font-size: 32px;
|
|
10
|
+
font-weight: 700;
|
|
11
|
+
letter-spacing: 0.03em;
|
|
12
|
+
line-height: 1.1em;
|
|
13
|
+
text-transform: uppercase;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@media (max-width: 1200px) {
|
|
17
|
+
.container-wrapper {
|
|
18
|
+
padding: 0 20px !important;
|
|
19
|
+
}
|
|
20
|
+
}
|