summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/shared.css
blob: cc9e4a223e7aa5927708140554cd65f4ae4bd28b (plain)
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
#page-content-wrapper {
  width: 80%;
  display: flex;
  position: relative;
  top: 80px;
  left: 50%;
}

h1 {
  color: #394490;
}

.field_name {
  color: #394490;
}

.bg-blue-arma {
  background-color: #394490 !important;
}

.button {
  background-color: #394490 !important;
}

.main-view {
  width: 80%;
  margin-left: auto;
}

.listing-image {
  height: 296px;
  width: auto;
}