Project

General

Profile

1
.contact {
2
  background-image: url("~src/assets/usage-statistics-assets/contact/1.svg");
3
  background-size: auto;
4
  background-repeat: no-repeat;
5
  background-position: 0 0;
6
}
7

    
8
.contact-card {
9
  background: rgba(255, 255, 255, 0.5) 0 0 no-repeat padding-box;
10
  box-shadow: 1px 3px 6px #00000029;
11
  border: 1px solid #E0E0E0;
12
  border-radius: 5px;
13
  padding: 20px 80px;
14
}
(1-1/4)