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
| .mobile-container {
| .flex-container {
| margin: 0 15px;
| }
| .flex-container .inline {
| width: 80px!important;
| margin: 9px 9px 9px 0;
| }
| .flex-container .small {
| height: 20px!important;
| line-height: 20px!important;
| }
| .sub-title {
| color: #888;
| font-size: 14px;
| padding: 30px 0 18px 0;
| }
| .placeholder {
| background-color: #ebebef;
| color: #bbb;
| text-align: center;
| height: 30px;
| line-height: 30px;
| width: 100%;
| }
| }
|
|