3434 justify-content : center !important ;
3535 padding-left : 5px ;
3636 padding-right : 5px ;
37- height : 30 px !important ;
37+ height : 31 px !important ;
3838 min-width : 30px !important ;
3939 cursor : pointer !important ;
4040 font-size : 16px !important ;
7070
7171.ggrach__debug_bar__item .active {
7272 font-weight : bold !important ;
73+ height : 41px !important ;
74+ line-height : 41px !important ;
75+ z-index : 1 ;
76+ border-radius : 3px 3px 0 0 ;
77+ }
78+
79+ .ggrach__debug_bar__log__title {
80+ position : fixed !important ;
81+ bottom : 0px !important ;
82+ right : 0 !important ;
83+ z-index : 5 !important ;
84+ font-size : 14px !important ;
85+ padding : 5px !important ;
86+ height : 30px !important ;
87+ display : flex !important ;
88+ align-items : center !important ;
7389}
7490
7591.type-notice-notice {
76- background-color : # 93c7ec !important ;
92+ color : # fff ;
93+ background : rgb (25 , 60 , 119 );
94+ background : -moz-linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
95+ background : -webkit-linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
96+ background : linear-gradient (180deg , rgba (25 , 60 , 119 , 1 ) 0% , rgba (18 , 97 , 148 , 1 ) 72% );
97+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#193c77", endColorstr="#126194", GradientType=1);
7798}
7899
79100.type-notice-warning {
80- background-color : # d8ff00 !important ;
101+ color : # 000 ;
102+ background : rgb (179 , 195 , 43 );
103+ background : -moz-linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
104+ background : -webkit-linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
105+ background : linear-gradient (180deg , rgba (179 , 195 , 43 , 1 ) 0% , rgba (213 , 224 , 27 , 1 ) 72% );
106+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3c32b", endColorstr="#d5e01b", GradientType=1);
81107}
82108
83109.type-notice-error {
84- background-color : red !important ;
110+ color : # fff ;
111+ background : rgb (170 , 18 , 18 );
112+ background : -moz-linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
113+ background : -webkit-linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
114+ background : linear-gradient (180deg , rgba (170 , 18 , 18 , 1 ) 0% , rgba (200 , 9 , 9 , 1 ) 72% );
115+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa1212", endColorstr="#c80909", GradientType=1);
85116}
86117
87118.type-notice-success {
88- background-color : green !important ;
119+ color : # fff ;
120+ background : rgb (25 , 119 , 44 );
121+ background : -moz-linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
122+ background : -webkit-linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
123+ background : linear-gradient (180deg , rgba (25 , 119 , 44 , 1 ) 0% , rgba (18 , 148 , 70 , 1 ) 72% );
124+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr="#19772c", endColorstr="#129446", GradientType=1);
89125}
0 commit comments