1320ef731c7570e1e0e0f4214f4cd170e7e0732f
[vid.git] / vid-webpack-master / src / app / shared / components / no-content-message-and-icon / no-content-message-and-icon.component.scss
1 .width-100 {
2   width: 100%;
3   margin-top: 126px;
4
5 }
6
7 .text-title {
8   font-family: OpenSans-Semibold;
9   font-size: 16px;
10   color: #4A4A4A;
11   text-align: center;
12 }
13
14 .text-subtitle {
15   font-family: OpenSans-Regular;
16   font-size: 16px;
17   color: #959595;
18   text-align: center;
19   margin-top: 7px;
20 }
21
22 .no-content-icon {
23   display: block;
24   vertical-align: middle;
25   margin: 30px auto;
26 }