Skip to content

Commit a2e412f

Browse files
Fahad KamraanFahad Kamraan
Fahad Kamraan
authored and
Fahad Kamraan
committed
pushing all files
1 parent 519db2e commit a2e412f

File tree

170 files changed

+106464
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+106464
-0
lines changed

css/.DS_Store

6 KB
Binary file not shown.

css/aos.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-datepicker.css

Lines changed: 471 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

Lines changed: 7327 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap/bootstrap-grid.css

Lines changed: 1708 additions & 0 deletions
Large diffs are not rendered by default.

css/bootstrap/bootstrap-reboot.css

Lines changed: 273 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,273 @@
1+
/*!
2+
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
3+
* Copyright 2011-2018 The Bootstrap Authors
4+
* Copyright 2011-2018 Twitter, Inc.
5+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6+
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7+
*/
8+
*,
9+
*::before,
10+
*::after {
11+
-webkit-box-sizing: border-box;
12+
box-sizing: border-box; }
13+
14+
html {
15+
font-family: sans-serif;
16+
line-height: 1.15;
17+
-webkit-text-size-adjust: 100%;
18+
-ms-text-size-adjust: 100%;
19+
-ms-overflow-style: scrollbar;
20+
-webkit-tap-highlight-color: transparent; }
21+
22+
@-ms-viewport {
23+
width: device-width; }
24+
25+
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
26+
display: block; }
27+
28+
body {
29+
margin: 0;
30+
font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31+
font-size: 1rem;
32+
font-weight: 400;
33+
line-height: 1.5;
34+
color: #212529;
35+
text-align: left;
36+
background-color: #fff; }
37+
38+
[tabindex="-1"]:focus {
39+
outline: 0 !important; }
40+
41+
hr {
42+
-webkit-box-sizing: content-box;
43+
box-sizing: content-box;
44+
height: 0;
45+
overflow: visible; }
46+
47+
h1, h2, h3, h4, h5, h6 {
48+
margin-top: 0;
49+
margin-bottom: 0.5rem; }
50+
51+
p {
52+
margin-top: 0;
53+
margin-bottom: 1rem; }
54+
55+
abbr[title],
56+
abbr[data-original-title] {
57+
text-decoration: underline;
58+
-webkit-text-decoration: underline dotted;
59+
text-decoration: underline dotted;
60+
cursor: help;
61+
border-bottom: 0; }
62+
63+
address {
64+
margin-bottom: 1rem;
65+
font-style: normal;
66+
line-height: inherit; }
67+
68+
ol,
69+
ul,
70+
dl {
71+
margin-top: 0;
72+
margin-bottom: 1rem; }
73+
74+
ol ol,
75+
ul ul,
76+
ol ul,
77+
ul ol {
78+
margin-bottom: 0; }
79+
80+
dt {
81+
font-weight: 700; }
82+
83+
dd {
84+
margin-bottom: .5rem;
85+
margin-left: 0; }
86+
87+
blockquote {
88+
margin: 0 0 1rem; }
89+
90+
dfn {
91+
font-style: italic; }
92+
93+
b,
94+
strong {
95+
font-weight: bolder; }
96+
97+
small {
98+
font-size: 80%; }
99+
100+
sub,
101+
sup {
102+
position: relative;
103+
font-size: 75%;
104+
line-height: 0;
105+
vertical-align: baseline; }
106+
107+
sub {
108+
bottom: -.25em; }
109+
110+
sup {
111+
top: -.5em; }
112+
113+
a {
114+
color: #7971ea;
115+
text-decoration: none;
116+
background-color: transparent;
117+
-webkit-text-decoration-skip: objects; }
118+
a:hover {
119+
color: #3a2ee0;
120+
text-decoration: underline; }
121+
122+
a:not([href]):not([tabindex]) {
123+
color: inherit;
124+
text-decoration: none; }
125+
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
126+
color: inherit;
127+
text-decoration: none; }
128+
a:not([href]):not([tabindex]):focus {
129+
outline: 0; }
130+
131+
pre,
132+
code,
133+
kbd,
134+
samp {
135+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
136+
font-size: 1em; }
137+
138+
pre {
139+
margin-top: 0;
140+
margin-bottom: 1rem;
141+
overflow: auto;
142+
-ms-overflow-style: scrollbar; }
143+
144+
figure {
145+
margin: 0 0 1rem; }
146+
147+
img {
148+
vertical-align: middle;
149+
border-style: none; }
150+
151+
svg {
152+
overflow: hidden;
153+
vertical-align: middle; }
154+
155+
table {
156+
border-collapse: collapse; }
157+
158+
caption {
159+
padding-top: 0.75rem;
160+
padding-bottom: 0.75rem;
161+
color: #6c757d;
162+
text-align: left;
163+
caption-side: bottom; }
164+
165+
th {
166+
text-align: inherit; }
167+
168+
label {
169+
display: inline-block;
170+
margin-bottom: 0.5rem; }
171+
172+
button {
173+
border-radius: 0; }
174+
175+
button:focus {
176+
outline: 1px dotted;
177+
outline: 5px auto -webkit-focus-ring-color; }
178+
179+
input,
180+
button,
181+
select,
182+
optgroup,
183+
textarea {
184+
margin: 0;
185+
font-family: inherit;
186+
font-size: inherit;
187+
line-height: inherit; }
188+
189+
button,
190+
input {
191+
overflow: visible; }
192+
193+
button,
194+
select {
195+
text-transform: none; }
196+
197+
button,
198+
html [type="button"],
199+
[type="reset"],
200+
[type="submit"] {
201+
-webkit-appearance: button; }
202+
203+
button::-moz-focus-inner,
204+
[type="button"]::-moz-focus-inner,
205+
[type="reset"]::-moz-focus-inner,
206+
[type="submit"]::-moz-focus-inner {
207+
padding: 0;
208+
border-style: none; }
209+
210+
input[type="radio"],
211+
input[type="checkbox"] {
212+
-webkit-box-sizing: border-box;
213+
box-sizing: border-box;
214+
padding: 0; }
215+
216+
input[type="date"],
217+
input[type="time"],
218+
input[type="datetime-local"],
219+
input[type="month"] {
220+
-webkit-appearance: listbox; }
221+
222+
textarea {
223+
overflow: auto;
224+
resize: vertical; }
225+
226+
fieldset {
227+
min-width: 0;
228+
padding: 0;
229+
margin: 0;
230+
border: 0; }
231+
232+
legend {
233+
display: block;
234+
width: 100%;
235+
max-width: 100%;
236+
padding: 0;
237+
margin-bottom: .5rem;
238+
font-size: 1.5rem;
239+
line-height: inherit;
240+
color: inherit;
241+
white-space: normal; }
242+
243+
progress {
244+
vertical-align: baseline; }
245+
246+
[type="number"]::-webkit-inner-spin-button,
247+
[type="number"]::-webkit-outer-spin-button {
248+
height: auto; }
249+
250+
[type="search"] {
251+
outline-offset: -2px;
252+
-webkit-appearance: none; }
253+
254+
[type="search"]::-webkit-search-cancel-button,
255+
[type="search"]::-webkit-search-decoration {
256+
-webkit-appearance: none; }
257+
258+
::-webkit-file-upload-button {
259+
font: inherit;
260+
-webkit-appearance: button; }
261+
262+
output {
263+
display: inline-block; }
264+
265+
summary {
266+
display: list-item;
267+
cursor: pointer; }
268+
269+
template {
270+
display: none; }
271+
272+
[hidden] {
273+
display: none !important; }

0 commit comments

Comments
 (0)