PluginProbe
Presto Player / 1.10.0
Presto Player v1.10.0
4.5.0 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.4 4.2.3 4.2.2 4.2.0 4.2.1 trunk 1.10.0 1.10.1 1.10.2 1.11.0 1.12.0 1.13.0 1.14.0 1.14.1 1.5.10 1.5.11 1.5.12 1.5.13 All 126 releases
presto-player / src / admin / analytics / scss / components.scss
components.scss
55 lines 974 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .presto-card {
2 &__title {
3 opacity: 0.75;
4 font-size: 1rem;
5 clear: both;
6 margin: 0.75rem 0;
7 }
8 }
9
10 .presto-player-dashboard {
11 &__version {
12 line-height: 1;
13 padding: 6px 12px;
14 background: #f1f1f1;
15 color: #666;
16 font-weight: 500;
17 border-radius: 999px;
18 }
19
20 &__header {
21 background: #fff;
22 margin-left: -20px;
23 margin-right: -20px;
24 padding: 20px;
25 display: flex;
26 align-items: center;
27 justify-content: space-between;
28 max-width: calc(100% + 20px);
29 }
30
31 &__logo {
32 max-height: 30px;
33 max-width: 200px;
34 }
35 }
36
37 .presto-module-tabs [role="tablist"]="tablist""] {
38 border-bottom: 1px solid rgb(226, 228, 231);
39 }
40
41 .presto-badge {
42 border-radius: 9999px;
43 border: 1px solid var(--wp-admin-theme-color, #007cba);
44 color: var(--wp-admin-theme-color, #007cba);
45 padding: 5px 10px;
46 line-height: 1;
47 white-space: nowrap;
48 display: inline-block;
49 }
50
51 .apexcharts-xaxis text,
52 .apexcharts-yaxis text {
53 opacity: 0.35;
54 }
55