PluginProbe
Parse.ly / 3.8.4
Parse.ly v3.8.4
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
wp-parsely / src / css / admin-parsely-stats.scss

admin-parsely-stats.scss in Parse.ly 3.8.4, at src/css/admin-parsely-stats.scss

22 lines 301 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .column-parsely-stats {
2 width: 200px;
3
4 @media only screen and (max-width: 991px) {
5 width: 150px;
6 }
7
8 .parsely-post-stats {
9 color: #959da5;
10 min-height: 54px;
11 line-height: 18px;
12 }
13
14 .parsely-post-stats-placeholder {
15 letter-spacing: 2px;
16 }
17
18 .parsely-post-page-views {
19 color: #000;
20 }
21 }
22