File tree Expand file tree Collapse file tree 1 file changed +106
-0
lines changed Expand file tree Collapse file tree 1 file changed +106
-0
lines changed Original file line number Diff line number Diff line change 1+ .cell {
2+ padding : 5px ;
3+ display : flex ;
4+ margin-bottom : 2px ;
5+ width : 100% ;
6+ & --dev {
7+ margin-bottom : 6px ;
8+ }
9+ }
10+ .message-btn {
11+ & --alert {
12+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjQUU5RkU4Ij48cGF0aCBkPSJNMTMuMzA1IDIyLjVMMTIgMjEuNzVMMTUgMTYuNUgxOS41QzE5Ljg5NzggMTYuNSAyMC4yNzk0IDE2LjM0MiAyMC41NjA3IDE2LjA2MDdDMjAuODQyIDE1Ljc3OTQgMjEgMTUuMzk3OCAyMSAxNVY2QzIxIDUuNjAyMTggMjAuODQyIDUuMjIwNjQgMjAuNTYwNyA0LjkzOTM0QzIwLjI3OTQgNC42NTgwNCAxOS44OTc4IDQuNSAxOS41IDQuNUg0LjVDNC4xMDIxOCA0LjUgMy43MjA2NCA0LjY1ODA0IDMuNDM5MzQgNC45MzkzNEMzLjE1ODA0IDUuMjIwNjQgMyA1LjYwMjE4IDMgNlYxNUMzIDE1LjM5NzggMy4xNTgwNCAxNS43Nzk0IDMuNDM5MzQgMTYuMDYwN0MzLjcyMDY0IDE2LjM0MiA0LjEwMjE4IDE2LjUgNC41IDE2LjVIMTEuMjVWMThINC41QzMuNzA0MzUgMTggMi45NDEyOSAxNy42ODM5IDIuMzc4NjggMTcuMTIxM0MxLjgxNjA3IDE2LjU1ODcgMS41IDE1Ljc5NTYgMS41IDE1VjZDMS41IDUuMjA0MzUgMS44MTYwNyA0LjQ0MTI5IDIuMzc4NjggMy44Nzg2OEMyLjk0MTI5IDMuMzE2MDcgMy43MDQzNSAzIDQuNSAzSDE5LjVDMjAuMjk1NiAzIDIxLjA1ODcgMy4zMTYwNyAyMS42MjEzIDMuODc4NjhDMjIuMTgzOSA0LjQ0MTI5IDIyLjUgNS4yMDQzNSAyMi41IDZWMTVDMjIuNSAxNS43OTU2IDIyLjE4MzkgMTYuNTU4NyAyMS42MjEzIDE3LjEyMTNDMjEuMDU4NyAxNy42ODM5IDIwLjI5NTYgMTggMTkuNSAxOEgxNS44N0wxMy4zMDUgMjIuNVoiIGZpbGw9IiNBRTlGRTgiLz48L3N2Zz4=");
13+ background-position : center ;
14+ background-repeat : no-repeat ;
15+ transition : none ;
16+ }
17+ & __counter {
18+ margin-bottom : 4px ;
19+ }
20+ }
21+ .delete-cell :hover {
22+ background-color : #6e3d41 ;
23+ }
24+
25+ .content {
26+ flex : 1 ;
27+ margin-left : 16px ;
28+ margin-right : 0px ;
29+ width : calc (100% - 36px );
30+ }
31+
32+ .indicator {
33+ border-radius : 4px ;
34+ }
35+
36+ .header {
37+ display : flex ;
38+ justify-content : space-between ;
39+ margin-bottom : 2px ;
40+ }
41+
42+ .code ,
43+ .outcome {
44+ padding : 0px ;
45+ & --dev {
46+ border : 1px solid rgba (var (--v-theme-bluegrey ));
47+ border-radius : 3px ;
48+ padding : 6px ;
49+ }
50+ }
51+
52+ .code {
53+ margin-bottom : 10px ;
54+ }
55+
56+ .click-edit {
57+ width : calc (100% - 135px );
58+ & __name {
59+ cursor : text ;
60+ overflow : hidden ;
61+ text-overflow : ellipsis ;
62+ white-space : nowrap ;
63+ }
64+ & __show-text ,
65+ & __edit-field-wrapper {
66+ height : 100% ;
67+ display : flex ;
68+ align-items : center ;
69+ }
70+ & __name :hover {
71+ cursor : text ;
72+ padding-left : 3px ;
73+ padding-right : 3px ;
74+ border : 1px solid #294455 ;
75+ }
76+
77+ & __static-name {
78+ cursor : text ;
79+ font-weight : normal ;
80+ overflow : hidden ;
81+ text-overflow : ellipsis ;
82+ white-space : nowrap ;
83+ }
84+
85+ & __edit-field {
86+ margin-top : -11px ;
87+ & :deep (.v-field__input ) {
88+ font-size : 1rem ;
89+ letter-spacing : normal ;
90+ }
91+ }
92+ .actions {
93+ display : flex ;
94+ align-items : center ;
95+ }
96+
97+ .loading-wrapper {
98+ display : flex ;
99+ align-items : center ;
100+ margin-right : 8px ;
101+ }
102+
103+ .green-loader {
104+ color : rgba (var (--v-theme-success ));
105+ }
106+ }
You can’t perform that action at this time.
0 commit comments