aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/no-content-message-and-icon/no-content-message-and-icon.component.scss
blob: 3829f06aa7555ad560edaaf373ea5d8fff3abed3 (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
.width-100 {
  width: 100%;
  margin-top: 126px;

}

.text-title {
  font-family: OpenSans-Semibold;
  font-size: 16px;
  color: #4A4A4A;
  text-align: center;
  padding-bottom: 7px;
}

.text-subtitle {
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #959595;
  text-align: center;
  margin-top: 2px;
}

.no-content-icon {
  display: block;
  vertical-align: middle;
  margin: 30px auto;
}