-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
90 lines (74 loc) · 1.36 KB
/
stylesheet.css
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
html, body {
background: #e2e2e2 !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin', sans-serif;
color: #0b254a;
}
p {
font-family: 'Cabin', sans-serif;
color: #6b7480;
}
.bg-blue {
background-color: #0b264a;
}
.navbar-logo {
height: 68px;
}
.navbar-icons {
color: #e2e2e2;
}
.content {
margin: 100px;
}
.vertical-center {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.card__address {
width: 80%;
max-width: 675px;
-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.34);
}
.card__background {
background-color: #dd9a61;
margin-top: -70px;
}
.text__address {
color: white;
}
.card__main-content {
width: 95% !important;
padding: 20px;
margin-top: 20px;
border-radius: 0 !important;
}
.card-border {
border-top: 10px solid #dd9a61!important;
border-top-width: 10px !important;
border-top-style: solid !important;
border-top-color: rgb(221, 154, 97) !important;
}
.btn-circle.btn-xl {
width: 120px;
height: 120px;
border-radius: 85px;
font-size: 12px;
text-align: center;
color: white !important;
}
.btn-circle_text {
margin-top: 10px;
text-transform: uppercase;
}
.footer {
padding: 10px 10px 10px 10px;
margin-top: 1rem;
}
.row {
margin-left: 0px !important;
margin-right: 0px !important;
}