1+ .ggrach__debug_bar {
2+ width : 100% !important ;
3+ position : fixed !important ;
4+ bottom : 0 !important ;
5+ height : 30px !important ;
6+ z-index : 9999 !important ;
7+ display : flex !important ;
8+ align-items : center !important ;
9+ }
10+
11+ .ggrach__overlay {
12+ position : fixed;
13+ top : 0 ;
14+ left : 0 ;
15+ width : 100% ;
16+ height : 100% ;
17+ background : # 000000cc ;
18+ z-index : 9998 ;
19+ }
20+
21+ .ggrach__debug_bar__item {
22+ -webkit-touch-callout : none; /* iOS Safari */
23+ -webkit-user-select : none; /* Chrome/Safari/Opera */
24+ -khtml-user-select : none; /* Konqueror */
25+ -moz-user-select : none; /* Firefox */
26+ -ms-user-select : none; /* Internet Explorer/Edge */
27+ user-select : none; /* Non-prefixed version, currently
28+ not supported by any browser */
29+ }
30+
31+ .ggrach__debug_bar > .ggrach__debug_bar__item {
32+ display : flex !important ;
33+ line-height : 33px !important ;
34+ justify-content : center !important ;
35+ padding-left : 5px ;
36+ padding-right : 5px ;
37+ height : 30px !important ;
38+ min-width : 30px !important ;
39+ cursor : pointer !important ;
40+ font-size : 16px !important ;
41+ }
42+
43+ .ggrach__debug_bar__log {
44+ position : absolute !important ;
45+ bottom : 30px !important ;
46+ left : 0 !important ;
47+ width : 100% !important ;
48+ background : white !important ;
49+ /* Отступы верхнего, правого, нижнего и левого края. */
50+ padding : 0px 15px 0px 0px !important ;
51+ max-height : 500px !important ;
52+ overflow : auto !important ;
53+ }
54+
55+ .ggrach__debug_bar__log > pre {
56+ padding : 10px !important ;
57+ padding-bottom : 7px !important ;
58+ border-bottom : 1px solid # c3c3c3 !important ;
59+ font-size : 13px !important ;
60+ line-height : 16px !important ;
61+ }
62+
63+ .ggrach__debug_bar__log > pre > code {
64+ white-space : nowrap !important ;
65+ }
66+
67+ .ggrach__debug_bar__log > pre : last-child {
68+ border-bottom : unset !important ;
69+ }
70+
71+ .ggrach__debug_bar__item .active {
72+ font-weight : bold !important ;
73+ }
74+
75+ .type-notice-notice {
76+ background-color : # 93c7ec !important ;
77+ }
78+
79+ .type-notice-warning {
80+ background-color : # d8ff00 !important ;
81+ }
82+
83+ .type-notice-error {
84+ background-color : red !important ;
85+ }
86+
87+ .type-notice-success {
88+ background-color : green !important ;
89+ }
0 commit comments