-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.scss
More file actions
127 lines (107 loc) · 2.59 KB
/
index.scss
File metadata and controls
127 lines (107 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
$primary: #663399;
$bootstrap-icons-font-src: url("./assets/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff2"),
url("./assets/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff?a97b3594ad416896e15824f6787370e0") format("woff") !default;
$fa-font-path: "./assets/node_modules/@fortawesome/fontawesome-free/webfonts" !default;
@import "node_modules/bootstrap/scss/bootstrap.scss";
@import "node_modules/bootstrap-icons/font/bootstrap-icons.scss";
@import "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "node_modules/@fortawesome/fontawesome-free/scss/brands.scss";
@import "node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
@import "index-typed.scss";
.an-blockquote-marks {
padding: 0 1em;
display: inline-block;
position: relative;
}
.an-blockquote-marks:before {
content: open-quote;
position: absolute;
top: 0;
left: 0;
}
.an-languages i {
width: 1.5em;
text-align: center;
}
// https://getbootstrap.com/docs/5.1/components/scrollspy/
body {
position: relative;
}
.navbar-brand img {
height: 2em;
}
@include media-breakpoint-up(lg) {
.an-navbar-menu {
position: absolute;
left: 50%;
transform: translatex(-50%);
}
.navbar-brand,
.an-navbar-socialmedia {
width: 250px;
}
}
h1 img {
max-width: 90%;
height: 5rem;
}
h1.text-white img {
filter: invert(1) drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));
}
#why-us-experience-carousel{
.carousel-item {
height: 20em;
.carousel-caption {
position: static;
bottom: inherit;
top: 0;
}
}
}
#why-us-testimonials-carousel {
.carousel-item {
height: 35em;
.carousel-caption {
position: static;
bottom: inherit;
top: 0;
}
.container > .row > div {
font-size: 0.7em;
color: $gray-500;
strong {
color: $white;
background-color: $primary;
border-radius: 0.25rem;
padding: 0.1em 0.5em;
white-space: nowrap;
}
}
}
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
filter: invert(1) grayscale(100) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
}
.carousel-control-prev,
.carousel-control-next {
top: 0.9rem;
bottom: auto;
width: 1rem;
}
#buzzwords-list {
strong {
color: $white;
background-color: $primary;
border-radius: 0.25rem;
padding: 0.1em 0.5em;
white-space: nowrap;
}
}
@include media-breakpoint-up(md) {
#why-us-testimonials-carousel {
.carousel-item {
height: 25em;
}
}
}