admin-dashboard.css
6 years ago
admin.css
6 years ago
frontend.css
6 years ago
gutenberg.min.css
6 years ago
admin-dashboard.css
20 lines
| 1 | #pvc_dashboard_container { |
| 2 | color: #aaa; |
| 3 | min-height: 240px; |
| 4 | margin: 0 -4px; |
| 5 | text-align: center; |
| 6 | position: relative; |
| 7 | } |
| 8 | #pvc_dashboard_container .spinner { |
| 9 | position: absolute; |
| 10 | left: 50%; |
| 11 | top: 40%; |
| 12 | margin-left: -10px; |
| 13 | } |
| 14 | #pvc_dashboard p.sub { |
| 15 | color: #8f8f8f; |
| 16 | font-size: 14px; |
| 17 | text-align: left; |
| 18 | padding-bottom: 3px; |
| 19 | border-bottom: 1px solid #ececec; |
| 20 | } |