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
28
|
| .modal-search-groups-row {
| min-height: 20px!important;
| padding-right: 30px;
| padding-left: 20px;
| margin-bottom: 15px;
| .page-card {
| float: left;
| width: 16.666%;
| text-align: center;
| padding: 5px;
| .icon {
| background: #f0f0f0;
| color: #000000;
| border-radius: 30px;
| width: 35px;
| height: 35px;
| line-height: 35px;
| font-size: 18px;
| margin: 0 auto 5px;
| }
| .name {
| font-size: 13px;
| white-space: nowrap;
| color: rgba(0, 0, 0, 0.85);
| }
| }
| }
|
|