blob: 1320ef731c7570e1e0e0f4214f4cd170e7e0732f (
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
|
.width-100 {
width: 100%;
margin-top: 126px;
}
.text-title {
font-family: OpenSans-Semibold;
font-size: 16px;
color: #4A4A4A;
text-align: center;
}
.text-subtitle {
font-family: OpenSans-Regular;
font-size: 16px;
color: #959595;
text-align: center;
margin-top: 7px;
}
.no-content-icon {
display: block;
vertical-align: middle;
margin: 30px auto;
}
|