File tree Expand file tree Collapse file tree
src/main/resources/public/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ : root {
2+ --k8s-blue : # 326ce5 ;
3+ --istio-blue : # 466bb0 ;
4+ }
5+
6+ body {
7+ background-color : # f4f7f9 ;
8+ font-size : 0.85rem ;
9+ }
10+
11+ .navbar {
12+ background-color : var (--k8s-blue );
13+ box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.1 );
14+ }
15+
16+ .card {
17+ border : none;
18+ border-radius : 12px ;
19+ transition : transform 0.2s ;
20+ }
21+
22+ .console {
23+ background-color : # 1e1e1e ;
24+ color : # d4d4d4 ;
25+ padding : 1.5rem ;
26+ border-radius : 8px ;
27+ font-family : 'Fira Code' , 'Consolas' , monospace;
28+ white-space : pre-wrap;
29+ min-height : 200px ;
30+ box-shadow : inset 0 2px 10px rgba (0 , 0 , 0 , 0.5 );
31+ }
32+
33+ .stacktrace {
34+ font-size : 0.75rem ;
35+ color : # fca5a5 ;
36+ background : # 2d2d2d ;
37+ padding : 1rem ;
38+ border-radius : 6px ;
39+ display : none;
40+ margin-top : 1rem ;
41+ }
42+
43+ .history-scroll {
44+ max-height : calc (100vh - 200px );
45+ overflow-y : auto;
46+ }
47+
48+ .badge-istio {
49+ background-color : var (--istio-blue );
50+ }
51+
52+ .header-row input {
53+ border-radius : 4px ;
54+ }
55+
56+ .diagnostic-card {
57+ border-left : 5px solid var (--istio-blue );
58+ }
59+
60+ .cursor-pointer {
61+ cursor : pointer;
62+ }
63+
64+ .delete-history-item : hover {
65+ color : # dc3545 !important ;
66+ transform : scale (1.2 );
67+ }
68+
69+ .x-small {
70+ font-size : 0.75rem ;
71+ }
You can’t perform that action at this time.
0 commit comments