@sourcegraph/cody-web 0.23.1 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/dist/{agent.worker-C1v6q8V7.mjs → agent.worker-BRKfI6SV.mjs} +2197 -8109
- package/dist/agent.worker.js +2 -2
- package/dist/demo/App.d.ts.map +1 -1
- package/dist/{git-log-BSwwZCWt.mjs → git-log-gE5gHQIp.mjs} +1 -3
- package/dist/{index-CAyz-Vhx.mjs → index-C7qlPOAu.mjs} +2 -2
- package/dist/index.js +2029 -1496
- package/dist/lib/components/CodyPromptTemplate.d.ts.map +1 -1
- package/dist/lib/components/CodyWebChat.d.ts +43 -0
- package/dist/lib/components/CodyWebChat.d.ts.map +1 -1
- package/dist/lib/index.d.ts +3 -4
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/style.css +347 -336
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/util-CP7jPCzd.mjs +2033 -0
- package/dist/{browser-C8ruBrnx.mjs → vscode-shim-n3ps9Fur.mjs} +17098 -10865
- package/package.json +17 -15
- package/dist/child_process-C6OZyNb4.mjs +0 -18
- package/dist/util-CBKiMezg.mjs +0 -1811
package/dist/style.css
CHANGED
|
@@ -756,66 +756,74 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
756
756
|
._spin_56lwz_7 {
|
|
757
757
|
animation: _spin_56lwz_7 1.5s steps(30) infinite;
|
|
758
758
|
}
|
|
759
|
-
._error-
|
|
759
|
+
._error-item_17p9z_1 {
|
|
760
760
|
display: flex;
|
|
761
761
|
flex-direction: row;
|
|
762
|
-
gap: 0.
|
|
762
|
+
gap: 0.8rem;
|
|
763
|
+
padding: 10px;
|
|
764
|
+
background: rgba(255, 255, 255, 0.05);
|
|
765
|
+
border-radius: 6px;
|
|
766
|
+
margin: 0px 0px;
|
|
767
|
+
position: relative;
|
|
768
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
763
769
|
}
|
|
764
770
|
|
|
765
|
-
._error-
|
|
771
|
+
._error-item_17p9z_1 ._icon_17p9z_13 {
|
|
766
772
|
font-size: 24px;
|
|
767
773
|
}
|
|
768
774
|
|
|
769
|
-
._error-
|
|
775
|
+
._error-item_17p9z_1 ._body_17p9z_17 {
|
|
770
776
|
display: flex;
|
|
771
777
|
flex-direction: column;
|
|
772
|
-
gap: 0.
|
|
778
|
+
gap: 0.2rem;
|
|
779
|
+
width: 100%;
|
|
773
780
|
}
|
|
774
781
|
|
|
775
|
-
._error-
|
|
782
|
+
._error-item_17p9z_1 vscode-button {
|
|
776
783
|
margin: 0;
|
|
777
784
|
}
|
|
778
785
|
|
|
779
|
-
._error-
|
|
780
|
-
._error-
|
|
786
|
+
._error-item_17p9z_1 h1,
|
|
787
|
+
._error-item_17p9z_1 p {
|
|
781
788
|
margin: 0;
|
|
789
|
+
line-height: 1.15;
|
|
782
790
|
}
|
|
783
791
|
|
|
784
|
-
._error-
|
|
792
|
+
._error-item_17p9z_1 header {
|
|
785
793
|
display: flex;
|
|
786
794
|
flex-direction: column;
|
|
787
|
-
gap: 0.
|
|
788
|
-
|
|
795
|
+
gap: 0.5rem;
|
|
796
|
+
padding-right: 20px;
|
|
797
|
+
margin-top: 0px;
|
|
789
798
|
}
|
|
790
799
|
|
|
791
|
-
._error-
|
|
792
|
-
|
|
793
|
-
font-
|
|
794
|
-
|
|
800
|
+
._error-item_17p9z_1 header h1 {
|
|
801
|
+
font-size: 14px;
|
|
802
|
+
font-weight: 600;
|
|
803
|
+
letter-spacing: 0.3px;
|
|
795
804
|
}
|
|
796
805
|
|
|
797
|
-
._error-
|
|
798
|
-
max-width: 40em;
|
|
806
|
+
._error-item_17p9z_1 header p {
|
|
799
807
|
opacity: 0.9;
|
|
808
|
+
line-height: 1.5;
|
|
800
809
|
}
|
|
801
810
|
|
|
802
|
-
._error-
|
|
803
|
-
|
|
804
|
-
flex-direction: row;
|
|
805
|
-
gap: 8px;
|
|
811
|
+
._error-item_17p9z_1 ._actions_17p9z_53 {
|
|
812
|
+
margin-top: 10px;
|
|
806
813
|
}
|
|
807
814
|
|
|
808
|
-
._error-
|
|
815
|
+
._error-item_17p9z_1 ._retry-message_17p9z_57 {
|
|
809
816
|
font-size: 11px;
|
|
810
817
|
opacity: 0.7;
|
|
811
818
|
}
|
|
812
819
|
|
|
813
|
-
._error-
|
|
820
|
+
._error-item_17p9z_1 ._banner-container_17p9z_62 {
|
|
814
821
|
position: absolute;
|
|
815
822
|
top: 0;
|
|
816
823
|
right: 0;
|
|
817
824
|
overflow: hidden;
|
|
818
825
|
height: 100px;
|
|
826
|
+
z-index: 1000;
|
|
819
827
|
}
|
|
820
828
|
|
|
821
829
|
@property --error-item-reflection-position {
|
|
@@ -824,7 +832,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
824
832
|
initial-value: 0%;
|
|
825
833
|
}
|
|
826
834
|
|
|
827
|
-
._error-
|
|
835
|
+
._error-item_17p9z_1 ._banner_17p9z_62 {
|
|
828
836
|
--error-item-reflection-position: -100%;
|
|
829
837
|
|
|
830
838
|
padding: 6px 30px;
|
|
@@ -850,7 +858,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
850
858
|
cursor: pointer;
|
|
851
859
|
}
|
|
852
860
|
|
|
853
|
-
._error-
|
|
861
|
+
._error-item_17p9z_1 ._banner_17p9z_62:hover {
|
|
854
862
|
--error-item-reflection-position: 100%;
|
|
855
863
|
|
|
856
864
|
transition:
|
|
@@ -861,7 +869,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
861
869
|
0 0 10px 0 rgb(255 255 255 / 35%);
|
|
862
870
|
}
|
|
863
871
|
|
|
864
|
-
._error-
|
|
872
|
+
._error-item_17p9z_1 ._banner_17p9z_62::before {
|
|
865
873
|
content: ' ';
|
|
866
874
|
position: absolute;
|
|
867
875
|
top: 0;
|
|
@@ -872,7 +880,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
872
880
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
873
881
|
}
|
|
874
882
|
|
|
875
|
-
._error-
|
|
883
|
+
._error-item_17p9z_1 ._banner_17p9z_62::after {
|
|
876
884
|
content: ' ';
|
|
877
885
|
position: absolute;
|
|
878
886
|
bottom: 0;
|
|
@@ -883,7 +891,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
883
891
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
884
892
|
}
|
|
885
893
|
|
|
886
|
-
._request-
|
|
894
|
+
._request-error_17p9z_136 {
|
|
887
895
|
background-color: #f7bcbc;
|
|
888
896
|
color: #de3400;
|
|
889
897
|
|
|
@@ -896,10 +904,9 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
896
904
|
border-left: 0.5rem solid #d8000c;
|
|
897
905
|
}
|
|
898
906
|
|
|
899
|
-
._request-error-
|
|
907
|
+
._request-error-title_17p9z_149 {
|
|
900
908
|
font-weight: bold;
|
|
901
|
-
}
|
|
902
|
-
._feedback-buttons_16gni_1 {
|
|
909
|
+
}._feedback-buttons_16gni_1 {
|
|
903
910
|
display: flex;
|
|
904
911
|
flex-direction: row;
|
|
905
912
|
}
|
|
@@ -938,35 +945,49 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
938
945
|
font-weight: inherit;
|
|
939
946
|
}
|
|
940
947
|
|
|
941
|
-
._code-
|
|
942
|
-
._code-
|
|
943
|
-
|
|
944
|
-
|
|
948
|
+
._code-excerpt_1taji_1 .line,
|
|
949
|
+
._code-excerpt_1taji_1 .code {
|
|
950
|
+
height: 16px;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
@media (min-width: 768px) {._code-excerpt_1taji_1 .line,
|
|
954
|
+
._code-excerpt_1taji_1 .code {
|
|
955
|
+
height: 18px;
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
._code-excerpt_1taji_1 .line,
|
|
960
|
+
._code-excerpt_1taji_1 .code {
|
|
961
|
+
|
|
945
962
|
vertical-align: middle;
|
|
946
963
|
padding: 0;
|
|
947
|
-
|
|
948
|
-
._code-
|
|
964
|
+
}
|
|
965
|
+
._code-excerpt_1taji_1 .line {
|
|
949
966
|
min-width: 1.5rem;
|
|
950
967
|
text-align: right;
|
|
951
968
|
user-select: none;
|
|
969
|
+
cursor: pointer;
|
|
952
970
|
}
|
|
953
|
-
._code-
|
|
971
|
+
._code-excerpt_1taji_1 .line:hover {
|
|
972
|
+
text-decoration: none;
|
|
973
|
+
}
|
|
974
|
+
._code-excerpt_1taji_1 .line::before {
|
|
954
975
|
/* draw line number with css so it cannot be copied to clipboard */
|
|
955
976
|
content: attr(data-line);
|
|
956
977
|
color: var(--cody-chat-code-text-muted);
|
|
957
978
|
}
|
|
958
|
-
._code-
|
|
979
|
+
._code-excerpt_1taji_1 .code {
|
|
959
980
|
white-space: pre;
|
|
960
981
|
padding-left: 1rem;
|
|
961
982
|
}
|
|
962
|
-
._code-excerpt-
|
|
983
|
+
._code-excerpt-error_1taji_1 {
|
|
963
984
|
width: 100%;
|
|
964
985
|
}
|
|
965
|
-
._code-excerpt-
|
|
986
|
+
._code-excerpt-alert_1taji_1 {
|
|
966
987
|
margin-bottom: 0;
|
|
967
988
|
color: #c92a2a;
|
|
968
989
|
}
|
|
969
|
-
._code-
|
|
990
|
+
._code-excerpt_1taji_1 .hl-text {
|
|
970
991
|
color: #657b83;
|
|
971
992
|
}
|
|
972
993
|
:root {
|
|
@@ -980,16 +1001,16 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
980
1001
|
--cody-chat-code-text-highlighted: #566880;
|
|
981
1002
|
}
|
|
982
1003
|
|
|
983
|
-
._result-
|
|
1004
|
+
._result-container_16we1_12 {
|
|
984
1005
|
contain: paint;
|
|
985
1006
|
}
|
|
986
1007
|
|
|
987
|
-
._result-
|
|
1008
|
+
._result-container_16we1_12 .match-highlight {
|
|
988
1009
|
color: var(--cody-chat-code-text-highlighted);
|
|
989
1010
|
background-color: var(--cody-chat-code-mark-background) !important;
|
|
990
1011
|
}
|
|
991
1012
|
|
|
992
|
-
._result-
|
|
1013
|
+
._result-container_16we1_12 .sr-only {
|
|
993
1014
|
position: absolute;
|
|
994
1015
|
width: 0.0625rem;
|
|
995
1016
|
height: 0.0625rem;
|
|
@@ -1001,35 +1022,31 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1001
1022
|
border: 0;
|
|
1002
1023
|
}
|
|
1003
1024
|
|
|
1004
|
-
.
|
|
1005
|
-
|
|
1006
|
-
display: flex;
|
|
1007
|
-
align-items: center;
|
|
1025
|
+
._header_16we1_32 {
|
|
1026
|
+
background-color: var(--vscode-editor-background);
|
|
1008
1027
|
position: sticky;
|
|
1009
1028
|
top: 0;
|
|
1029
|
+
border-bottom: solid 1px var(--cody-chat-code-border-color);
|
|
1010
1030
|
|
|
1011
1031
|
/* Show on top of search result contents */
|
|
1012
1032
|
z-index: 1;
|
|
1013
|
-
background-color: var(--cody-chat-code-header-background);
|
|
1014
1033
|
}
|
|
1015
1034
|
|
|
1016
|
-
._header-
|
|
1035
|
+
._header-title_16we1_1 {
|
|
1017
1036
|
flex: 1 1 auto;
|
|
1018
1037
|
display: flex;
|
|
1019
1038
|
flex-wrap: wrap;
|
|
1020
1039
|
}
|
|
1021
1040
|
|
|
1022
|
-
.
|
|
1023
|
-
border-
|
|
1024
|
-
border: solid 1px var(--cody-chat-code-border-color);
|
|
1025
|
-
background-color: var(--cody-chat-code-background);
|
|
1041
|
+
._result_16we1_12 {
|
|
1042
|
+
border-bottom: solid 1px var(--cody-chat-code-border-color);
|
|
1026
1043
|
}
|
|
1027
1044
|
|
|
1028
|
-
.
|
|
1045
|
+
._result_16we1_12 code {
|
|
1029
1046
|
padding: 0 !important;
|
|
1030
1047
|
}
|
|
1031
1048
|
|
|
1032
|
-
._search-result-
|
|
1049
|
+
._search-result-match_16we1_56 {
|
|
1033
1050
|
/* Don't use cascading link style */
|
|
1034
1051
|
text-decoration: none;
|
|
1035
1052
|
display: flex;
|
|
@@ -1039,23 +1056,23 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1039
1056
|
position: relative;
|
|
1040
1057
|
}
|
|
1041
1058
|
|
|
1042
|
-
._horizontal-divider-
|
|
1059
|
+
._horizontal-divider-between_16we1_66:not(:last-child) {
|
|
1043
1060
|
border-bottom: 1px solid var(--cody-chat-code-border-color);
|
|
1044
1061
|
}
|
|
1045
1062
|
|
|
1046
|
-
._focusable-
|
|
1063
|
+
._focusable-block_16we1_72:focus-visible {
|
|
1047
1064
|
box-shadow: inset 0 0 0 1px var(--cody-chat-code-focus-border);
|
|
1048
1065
|
}
|
|
1049
1066
|
|
|
1050
|
-
.
|
|
1067
|
+
._clickable_16we1_78 {
|
|
1051
1068
|
cursor: pointer;
|
|
1052
1069
|
}
|
|
1053
1070
|
|
|
1054
|
-
.
|
|
1071
|
+
._clickable_16we1_78:hover {
|
|
1055
1072
|
text-decoration: none;
|
|
1056
1073
|
}
|
|
1057
1074
|
|
|
1058
|
-
._divider-
|
|
1075
|
+
._divider-between_16we1_85 > *:not(:last-child)::after {
|
|
1059
1076
|
content: ' ';
|
|
1060
1077
|
height: 1rem;
|
|
1061
1078
|
margin: 0 0.75rem;
|
|
@@ -1063,19 +1080,19 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1063
1080
|
display: block;
|
|
1064
1081
|
}
|
|
1065
1082
|
|
|
1066
|
-
._divider-
|
|
1083
|
+
._divider-vertical_16we1_95 {
|
|
1067
1084
|
border-bottom: 1px solid var(--cody-chat-code-border-color);
|
|
1068
1085
|
width: 100%;
|
|
1069
1086
|
margin: 0.5rem 0;
|
|
1070
1087
|
}
|
|
1071
1088
|
|
|
1072
|
-
.
|
|
1089
|
+
._divider_16we1_85 {
|
|
1073
1090
|
border-right: 1px solid var(--cody-chat-code-border-color);
|
|
1074
1091
|
height: 1rem;
|
|
1075
1092
|
margin: 0 0.5rem;
|
|
1076
1093
|
}
|
|
1077
1094
|
|
|
1078
|
-
.
|
|
1095
|
+
._title_16we1_107 {
|
|
1079
1096
|
display: flex;
|
|
1080
1097
|
align-items: center;
|
|
1081
1098
|
flex-grow: 1;
|
|
@@ -1083,37 +1100,39 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1083
1100
|
flex-wrap: wrap;
|
|
1084
1101
|
}
|
|
1085
1102
|
|
|
1086
|
-
._title-
|
|
1103
|
+
._title-inner_16we1_115 {
|
|
1087
1104
|
overflow-wrap: anywhere;
|
|
1088
1105
|
}
|
|
1089
1106
|
|
|
1090
|
-
._toggle-matches-
|
|
1107
|
+
._toggle-matches-button_16we1_119 {
|
|
1091
1108
|
width: 100%;
|
|
1092
1109
|
text-align: left;
|
|
1093
1110
|
border: none;
|
|
1094
1111
|
padding: 0.25rem 0.5rem;
|
|
1095
1112
|
border-top: 1px solid var(--cody-chat-code-border-color);
|
|
1096
|
-
background-color: var(--cody-chat-code-background);
|
|
1097
1113
|
color: var(--cody-chat-code-text-muted);
|
|
1114
|
+
font-size: calc(calc(12/13)*var(--vscode-font-size));
|
|
1098
1115
|
}
|
|
1099
1116
|
|
|
1100
|
-
._toggle-matches-
|
|
1117
|
+
._toggle-matches-button_16we1_119:hover {
|
|
1101
1118
|
color: inherit;
|
|
1102
1119
|
}
|
|
1103
1120
|
|
|
1104
|
-
._toggle-matches-button--
|
|
1121
|
+
._toggle-matches-button--expanded_16we1_1 {
|
|
1105
1122
|
position: sticky;
|
|
1106
1123
|
bottom: 0;
|
|
1107
1124
|
}
|
|
1108
1125
|
|
|
1109
|
-
._toggle-matches-button-
|
|
1126
|
+
._toggle-matches-button-text_16we1_1 {
|
|
1110
1127
|
margin-left: 0.125rem;
|
|
1111
1128
|
}
|
|
1112
1129
|
|
|
1113
|
-
.
|
|
1130
|
+
._addToContextLabel_16we1_142 {
|
|
1131
|
+
color: var(--cody-chat-code-text-muted);
|
|
1132
|
+
}
|
|
1133
|
+
._chunk_qvvv3_1 {
|
|
1114
1134
|
position: relative;
|
|
1115
1135
|
overflow-x: auto;
|
|
1116
|
-
background-color: var(--code-background);
|
|
1117
1136
|
}
|
|
1118
1137
|
._info-message_1hay9_1 {
|
|
1119
1138
|
--mention-color-opacity: 70%;
|
|
@@ -1132,151 +1151,150 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1132
1151
|
);
|
|
1133
1152
|
word-break: break-word;
|
|
1134
1153
|
}
|
|
1135
|
-
.
|
|
1154
|
+
._filter_1pc5b_1 {
|
|
1136
1155
|
background-color: var(--vscode-sidebar-background);
|
|
1137
1156
|
color: var(--vscode-input-foreground);
|
|
1138
1157
|
}
|
|
1139
1158
|
|
|
1140
|
-
.
|
|
1159
|
+
._filter_1pc5b_1._selected_1pc5b_5, ._filter_1pc5b_1._selected_1pc5b_5:hover {
|
|
1141
1160
|
background-color: var(--vscode-button-background);
|
|
1142
1161
|
color: var(--vscode-button-foreground);
|
|
1143
1162
|
}
|
|
1163
|
+
/* Hidden by default */
|
|
1164
|
+
._filters-sidebar_1qmjt_2 {
|
|
1165
|
+
display: none;
|
|
1166
|
+
}
|
|
1144
1167
|
|
|
1145
|
-
|
|
1146
|
-
|
|
1168
|
+
@media (min-width: 768px) { /* md breakpoint */
|
|
1169
|
+
._filters-sidebar_1qmjt_2 {
|
|
1170
|
+
display: block; /* Show at md breakpoint and above */
|
|
1147
1171
|
}
|
|
1148
|
-
._root_fzfjq_1 {
|
|
1149
|
-
container-type: inline-size;
|
|
1150
|
-
container-name: root-outer-container;
|
|
1151
1172
|
}
|
|
1152
1173
|
|
|
1153
|
-
.
|
|
1154
|
-
|
|
1155
|
-
|
|
1174
|
+
._root_1qmjt_12 {
|
|
1175
|
+
container-type: inline-size;
|
|
1176
|
+
-webkit-container-type: inline-size;
|
|
1177
|
+
container-name: root-outer-container;
|
|
1178
|
+
-webkit-container-name: root-outer-container;}
|
|
1156
1179
|
|
|
1157
|
-
._results-
|
|
1180
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 {
|
|
1158
1181
|
max-width: 100%;
|
|
1159
1182
|
}
|
|
1160
1183
|
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
display: none !important;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
._container_fzfjq_20 {
|
|
1168
|
-
display: block !important;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
._results-container_fzfjq_6 {
|
|
1172
|
-
max-width: 100% !important;
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1184
|
+
._root_1qmjt_12 ._results-container_1qmjt_18._filters-sidebar-hidden_1qmjt_21 {
|
|
1185
|
+
max-width: 100%;
|
|
1186
|
+
}
|
|
1175
1187
|
|
|
1176
|
-
@
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1188
|
+
@supports (container-type: inline-size) {
|
|
1189
|
+
@container root-outer-container (max-width: 768px) {
|
|
1190
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 ._filters-sidebar_1qmjt_2,
|
|
1191
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 ._filters-sidebar-toggle_1qmjt_28 {
|
|
1192
|
+
display: none !important;
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1181
1195
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1196
|
+
@container root-outer-container (min-width: 768px) {
|
|
1197
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 ._filters-modal-trigger_1qmjt_34 {
|
|
1198
|
+
display: none !important;
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1185
1202
|
|
|
1186
|
-
._filters-
|
|
1187
|
-
|
|
1188
|
-
}
|
|
1203
|
+
._filters-sidebar_1qmjt_2 ._root_1qmjt_12 ._results-container_1qmjt_18._root_1qmjt_12 ._results-container_1qmjt_18 ._results-container_1qmjt_18 {
|
|
1204
|
+
transition: all 1s ease-in;
|
|
1205
|
+
}
|
|
1189
1206
|
|
|
1190
|
-
._search-results-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1207
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 ._search-results-header_1qmjt_44 {
|
|
1208
|
+
container-type: inline-size;
|
|
1209
|
+
-webkit-container-type: inline-size;
|
|
1210
|
+
container-name: search-results-header;
|
|
1211
|
+
-webkit-container-name: search-results-header;
|
|
1212
|
+
}
|
|
1194
1213
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
}
|
|
1214
|
+
@supports (container-type: inline-size) {
|
|
1215
|
+
@container search-results-header (width < 468px) {
|
|
1216
|
+
._root_1qmjt_12 ._results-container_1qmjt_18 ._search-results-header-label_1qmjt_53 {
|
|
1217
|
+
display: none;
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1203
1221
|
._step-container_1xbw7_1 {
|
|
1204
1222
|
border-left: 3px solid var(--vscode-sideBar-border);
|
|
1205
1223
|
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
1206
1224
|
margin: 0.5rem 0 0.5rem 1rem;
|
|
1207
1225
|
background-color: color-mix(in srgb, var(--vscode-editor-background), var(--vscode-focusBorder) 10%);
|
|
1208
1226
|
}
|
|
1209
|
-
._context-
|
|
1210
|
-
|
|
1211
|
-
|
|
1227
|
+
._context-item_g0048_1 {
|
|
1228
|
+
display: inline-flex;
|
|
1229
|
+
padding: 2px 4px 2px 2px;
|
|
1212
1230
|
}
|
|
1213
1231
|
|
|
1214
|
-
._context-item-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1232
|
+
._context-item-metadata_g0048_6 {
|
|
1233
|
+
color: var(--vscode-disabledForeground);
|
|
1234
|
+
padding-left: 0.1rem;
|
|
1235
|
+
text-wrap: nowrap;
|
|
1218
1236
|
}
|
|
1219
1237
|
|
|
1220
|
-
._context-item-edit-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1238
|
+
._context-item-edit-button_g0048_12 {
|
|
1239
|
+
/* display: flex; */
|
|
1240
|
+
display: none;
|
|
1241
|
+
align-items: center;
|
|
1224
1242
|
|
|
1225
|
-
|
|
1243
|
+
flex-wrap: nowrap;
|
|
1226
1244
|
}
|
|
1227
1245
|
|
|
1228
|
-
._context-item-edit-button-
|
|
1229
|
-
|
|
1230
|
-
|
|
1246
|
+
._context-item-edit-button-icon_g0048_20 {
|
|
1247
|
+
height: 20%;
|
|
1248
|
+
margin-right: 0.5rem;
|
|
1231
1249
|
}
|
|
1232
1250
|
|
|
1233
|
-
._context-suggested-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1251
|
+
._context-suggested-actions_g0048_25 {
|
|
1252
|
+
display: flex;
|
|
1253
|
+
flex-wrap: wrap;
|
|
1254
|
+
gap: 0.25rem;
|
|
1237
1255
|
}
|
|
1238
1256
|
|
|
1239
|
-
.
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1257
|
+
._root_g0048_31 {
|
|
1258
|
+
display: flex;
|
|
1259
|
+
flex-direction: column;
|
|
1260
|
+
gap: 0.25rem;
|
|
1243
1261
|
}
|
|
1244
1262
|
|
|
1245
|
-
._link-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1263
|
+
._link-container_g0048_37 {
|
|
1264
|
+
display: inline-flex;
|
|
1265
|
+
padding: 2px 4px 2px 2px;
|
|
1266
|
+
min-width: 0;
|
|
1249
1267
|
}
|
|
1250
1268
|
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1269
|
+
._header_g0048_43 {
|
|
1270
|
+
display: flex;
|
|
1271
|
+
gap: 0.25rem;
|
|
1272
|
+
align-items: center;
|
|
1255
1273
|
}
|
|
1256
1274
|
|
|
1257
|
-
._context-item-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1275
|
+
._context-item-link_g0048_49 {
|
|
1276
|
+
background: none;
|
|
1277
|
+
border: none;
|
|
1278
|
+
color: var(--vscode-textLink-foreground);
|
|
1279
|
+
font-size: inherit;
|
|
1280
|
+
padding: 0;
|
|
1281
|
+
margin: 0;
|
|
1282
|
+
text-align: left;
|
|
1283
|
+
font-weight: normal;
|
|
1284
|
+
display: flex;
|
|
1285
|
+
align-items: center;
|
|
1286
|
+
gap: 0.125rem;
|
|
1287
|
+
overflow: hidden;
|
|
1270
1288
|
}
|
|
1271
1289
|
|
|
1272
1290
|
/* In light high contrast, --vscode-textLink-foreground provides little
|
|
1273
1291
|
contrast; instead inherit the --code-foreground color from the container. */
|
|
1274
|
-
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-
|
|
1275
|
-
|
|
1292
|
+
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_g0048_49 {
|
|
1293
|
+
color: inherit;
|
|
1276
1294
|
}
|
|
1277
1295
|
|
|
1278
|
-
._code-
|
|
1279
|
-
|
|
1296
|
+
._code-block_g0048_70 {
|
|
1297
|
+
margin-bottom: 0.25rem;
|
|
1280
1298
|
}
|
|
1281
1299
|
._user-avatar_vhaw6_1 {
|
|
1282
1300
|
isolation: isolate;
|
|
@@ -1385,19 +1403,19 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
|
|
|
1385
1403
|
}
|
|
1386
1404
|
|
|
1387
1405
|
|
|
1388
|
-
.
|
|
1406
|
+
._list_mvyfp_2 {
|
|
1389
1407
|
outline: none;
|
|
1390
1408
|
max-height: unset !important;
|
|
1391
1409
|
background-color: transparent !important;
|
|
1392
1410
|
}
|
|
1393
1411
|
|
|
1394
|
-
._list--input-
|
|
1412
|
+
._list--input-container_mvyfp_1 {
|
|
1395
1413
|
top: 0;
|
|
1396
1414
|
position: sticky;
|
|
1397
1415
|
z-index: 1;
|
|
1398
1416
|
}
|
|
1399
1417
|
|
|
1400
|
-
._list--
|
|
1418
|
+
._list--input_mvyfp_1 {
|
|
1401
1419
|
margin: 0.5rem;
|
|
1402
1420
|
padding: 0.5rem;
|
|
1403
1421
|
border-radius: 3px;
|
|
@@ -1405,27 +1423,38 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_1q
|
|
|
1405
1423
|
color: var(--vscode-input-foreground);
|
|
1406
1424
|
}
|
|
1407
1425
|
|
|
1408
|
-
._list--
|
|
1426
|
+
._list--input_mvyfp_1:focus {
|
|
1409
1427
|
box-shadow: 0 0 0 0.125rem var(--vscode-focusBorder)
|
|
1410
1428
|
}
|
|
1411
1429
|
|
|
1412
|
-
._list-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1430
|
+
._list-chips_mvyfp_1 {
|
|
1431
|
+
--gap: 0.5rem;
|
|
1432
|
+
--min-width: 240px;
|
|
1433
|
+
--max-width: calc(50% - (var(--gap)/2));
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
._list-chips_mvyfp_1 [cmdk-list-sizer] {
|
|
1437
|
+
display: grid;
|
|
1438
|
+
/*
|
|
1439
|
+
* This creates a responsive grid with one or two columns, depending on the available space.
|
|
1440
|
+
* See https://css-tricks.com/an-auto-filling-css-grid-with-max-columns/ for more information.
|
|
1441
|
+
*/
|
|
1442
|
+
grid-template-columns: repeat(auto-fill, minmax(max(var(--min-width), var(--max-width)), 1fr));
|
|
1443
|
+
gap: var(--gap);
|
|
1444
|
+
|
|
1416
1445
|
}
|
|
1417
1446
|
|
|
1418
|
-
._list-
|
|
1447
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41 {
|
|
1419
1448
|
border-radius: 3px;
|
|
1420
1449
|
border: 1px solid var(--vscode-dropdown-border, transparent);
|
|
1421
1450
|
padding: 0.25rem 0.5rem;
|
|
1422
1451
|
}
|
|
1423
1452
|
|
|
1424
|
-
._list-
|
|
1453
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41[aria-selected="true"] {
|
|
1425
1454
|
border-color: var(--vscode-list-activeSelectionBackground);
|
|
1426
1455
|
}
|
|
1427
1456
|
|
|
1428
|
-
._list-
|
|
1457
|
+
._list-chips_mvyfp_1 ._list--item_mvyfp_41:not([aria-selected="true"]) {
|
|
1429
1458
|
background-color: var(--vscode-dropdown-background);
|
|
1430
1459
|
}
|
|
1431
1460
|
|
|
@@ -1844,6 +1873,9 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
|
|
|
1844
1873
|
justify-content: flex-end;
|
|
1845
1874
|
gap: 0.5rem;
|
|
1846
1875
|
}
|
|
1876
|
+
._switch-thumb_1n9d7_1[data-state='checked'] {
|
|
1877
|
+
transform: translateX(10px);
|
|
1878
|
+
}
|
|
1847
1879
|
._chat-disabled_rc7no_1 {
|
|
1848
1880
|
text-align: center;
|
|
1849
1881
|
padding: 0.5rem 0.25rem;
|
|
@@ -2547,6 +2579,9 @@ imported in Sourcegraph shell.
|
|
|
2547
2579
|
since they will conflict with any possible reset/global
|
|
2548
2580
|
styles in consumer. See @mixin reset-styles for more details
|
|
2549
2581
|
*/
|
|
2582
|
+
.tw-pointer-events-none {
|
|
2583
|
+
pointer-events: none;
|
|
2584
|
+
}
|
|
2550
2585
|
.tw-fixed {
|
|
2551
2586
|
position: fixed;
|
|
2552
2587
|
}
|
|
@@ -2571,21 +2606,15 @@ imported in Sourcegraph shell.
|
|
|
2571
2606
|
.tw-left-1\/2 {
|
|
2572
2607
|
left: 50%;
|
|
2573
2608
|
}
|
|
2574
|
-
.tw-left-\[0px\] {
|
|
2575
|
-
left: 0px;
|
|
2576
|
-
}
|
|
2577
|
-
.tw-left-\[5\.5px\] {
|
|
2578
|
-
left: 5.5px;
|
|
2579
|
-
}
|
|
2580
2609
|
.tw-right-2 {
|
|
2581
2610
|
right: 4px;
|
|
2582
2611
|
}
|
|
2583
|
-
.tw-right-4 {
|
|
2584
|
-
right: 8px;
|
|
2585
|
-
}
|
|
2586
2612
|
.tw-right-6 {
|
|
2587
2613
|
right: 12px;
|
|
2588
2614
|
}
|
|
2615
|
+
.tw-right-8 {
|
|
2616
|
+
right: 16px;
|
|
2617
|
+
}
|
|
2589
2618
|
.tw-top-10 {
|
|
2590
2619
|
top: 20px;
|
|
2591
2620
|
}
|
|
@@ -2595,17 +2624,14 @@ imported in Sourcegraph shell.
|
|
|
2595
2624
|
.tw-top-3 {
|
|
2596
2625
|
top: 6px;
|
|
2597
2626
|
}
|
|
2598
|
-
.tw-top-
|
|
2599
|
-
top:
|
|
2627
|
+
.tw-top-5 {
|
|
2628
|
+
top: 10px;
|
|
2600
2629
|
}
|
|
2601
2630
|
.tw-top-6 {
|
|
2602
2631
|
top: 12px;
|
|
2603
2632
|
}
|
|
2604
|
-
.tw-
|
|
2605
|
-
|
|
2606
|
-
}
|
|
2607
|
-
.tw-top-\[5\.5px\] {
|
|
2608
|
-
top: 5.5px;
|
|
2633
|
+
.tw-z-10 {
|
|
2634
|
+
z-index: 10;
|
|
2609
2635
|
}
|
|
2610
2636
|
.tw-z-50 {
|
|
2611
2637
|
z-index: 50;
|
|
@@ -2679,9 +2705,6 @@ imported in Sourcegraph shell.
|
|
|
2679
2705
|
.tw-ml-4 {
|
|
2680
2706
|
margin-left: 8px;
|
|
2681
2707
|
}
|
|
2682
|
-
.tw-ml-5 {
|
|
2683
|
-
margin-left: 10px;
|
|
2684
|
-
}
|
|
2685
2708
|
.tw-ml-6 {
|
|
2686
2709
|
margin-left: 12px;
|
|
2687
2710
|
}
|
|
@@ -2739,17 +2762,17 @@ imported in Sourcegraph shell.
|
|
|
2739
2762
|
.tw-mt-auto {
|
|
2740
2763
|
margin-top: auto;
|
|
2741
2764
|
}
|
|
2765
|
+
.tw-box-content {
|
|
2766
|
+
box-sizing: content-box;
|
|
2767
|
+
}
|
|
2742
2768
|
.\!tw-line-clamp-1 {
|
|
2743
2769
|
overflow: hidden !important;
|
|
2744
2770
|
display: -webkit-box !important;
|
|
2745
2771
|
-webkit-box-orient: vertical !important;
|
|
2746
2772
|
-webkit-line-clamp: 1 !important;
|
|
2747
2773
|
}
|
|
2748
|
-
.tw-
|
|
2749
|
-
|
|
2750
|
-
display: -webkit-box;
|
|
2751
|
-
-webkit-box-orient: vertical;
|
|
2752
|
-
-webkit-line-clamp: 1;
|
|
2774
|
+
.tw-block {
|
|
2775
|
+
display: block;
|
|
2753
2776
|
}
|
|
2754
2777
|
.tw-inline-block {
|
|
2755
2778
|
display: inline-block;
|
|
@@ -2763,10 +2786,21 @@ imported in Sourcegraph shell.
|
|
|
2763
2786
|
.tw-grid {
|
|
2764
2787
|
display: grid;
|
|
2765
2788
|
}
|
|
2789
|
+
.tw-size-4 {
|
|
2790
|
+
width: 8px;
|
|
2791
|
+
height: 8px;
|
|
2792
|
+
}
|
|
2793
|
+
.tw-size-6 {
|
|
2794
|
+
width: 12px;
|
|
2795
|
+
height: 12px;
|
|
2796
|
+
}
|
|
2766
2797
|
.tw-size-8 {
|
|
2767
2798
|
width: 16px;
|
|
2768
2799
|
height: 16px;
|
|
2769
2800
|
}
|
|
2801
|
+
.\!tw-h-14 {
|
|
2802
|
+
height: 28px !important;
|
|
2803
|
+
}
|
|
2770
2804
|
.\!tw-h-\[30px\] {
|
|
2771
2805
|
height: 30px !important;
|
|
2772
2806
|
}
|
|
@@ -2788,21 +2822,12 @@ imported in Sourcegraph shell.
|
|
|
2788
2822
|
.tw-h-\[16px\] {
|
|
2789
2823
|
height: 16px;
|
|
2790
2824
|
}
|
|
2791
|
-
.tw-h-\[18px\] {
|
|
2792
|
-
height: 18px;
|
|
2793
|
-
}
|
|
2794
2825
|
.tw-h-\[1em\] {
|
|
2795
2826
|
height: 1em;
|
|
2796
2827
|
}
|
|
2797
|
-
.tw-h-\[20px\] {
|
|
2798
|
-
height: 20px;
|
|
2799
|
-
}
|
|
2800
2828
|
.tw-h-\[50vh\] {
|
|
2801
2829
|
height: 50vh;
|
|
2802
2830
|
}
|
|
2803
|
-
.tw-h-\[7px\] {
|
|
2804
|
-
height: 7px;
|
|
2805
|
-
}
|
|
2806
2831
|
.tw-h-auto {
|
|
2807
2832
|
height: auto;
|
|
2808
2833
|
}
|
|
@@ -2857,8 +2882,8 @@ imported in Sourcegraph shell.
|
|
|
2857
2882
|
.tw-w-1\/4 {
|
|
2858
2883
|
width: 25%;
|
|
2859
2884
|
}
|
|
2860
|
-
.tw-w-
|
|
2861
|
-
width:
|
|
2885
|
+
.tw-w-14 {
|
|
2886
|
+
width: 28px;
|
|
2862
2887
|
}
|
|
2863
2888
|
.tw-w-5 {
|
|
2864
2889
|
width: 10px;
|
|
@@ -2881,15 +2906,9 @@ imported in Sourcegraph shell.
|
|
|
2881
2906
|
.tw-w-\[16px\] {
|
|
2882
2907
|
width: 16px;
|
|
2883
2908
|
}
|
|
2884
|
-
.tw-w-\[18px\] {
|
|
2885
|
-
width: 18px;
|
|
2886
|
-
}
|
|
2887
2909
|
.tw-w-\[1em\] {
|
|
2888
2910
|
width: 1em;
|
|
2889
2911
|
}
|
|
2890
|
-
.tw-w-\[20px\] {
|
|
2891
|
-
width: 20px;
|
|
2892
|
-
}
|
|
2893
2912
|
.tw-w-\[240px\] {
|
|
2894
2913
|
width: 240px;
|
|
2895
2914
|
}
|
|
@@ -2902,9 +2921,6 @@ imported in Sourcegraph shell.
|
|
|
2902
2921
|
.tw-w-\[75vw\] {
|
|
2903
2922
|
width: 75vw;
|
|
2904
2923
|
}
|
|
2905
|
-
.tw-w-\[7px\] {
|
|
2906
|
-
width: 7px;
|
|
2907
|
-
}
|
|
2908
2924
|
.tw-w-\[95\%\] {
|
|
2909
2925
|
width: 95%;
|
|
2910
2926
|
}
|
|
@@ -2980,6 +2996,9 @@ imported in Sourcegraph shell.
|
|
|
2980
2996
|
.tw-flex-grow {
|
|
2981
2997
|
flex-grow: 1;
|
|
2982
2998
|
}
|
|
2999
|
+
.tw-grow {
|
|
3000
|
+
flex-grow: 1;
|
|
3001
|
+
}
|
|
2983
3002
|
.tw-basis-0 {
|
|
2984
3003
|
flex-basis: 0px;
|
|
2985
3004
|
}
|
|
@@ -2991,18 +3010,6 @@ imported in Sourcegraph shell.
|
|
|
2991
3010
|
--tw-translate-x: -50%;
|
|
2992
3011
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2993
3012
|
}
|
|
2994
|
-
.tw-translate-x-0 {
|
|
2995
|
-
--tw-translate-x: 0px;
|
|
2996
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2997
|
-
}
|
|
2998
|
-
.tw-translate-x-6 {
|
|
2999
|
-
--tw-translate-x: 12px;
|
|
3000
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3001
|
-
}
|
|
3002
|
-
.tw-translate-x-\[1px\] {
|
|
3003
|
-
--tw-translate-x: 1px;
|
|
3004
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3005
|
-
}
|
|
3006
3013
|
.tw-translate-y-\[1px\] {
|
|
3007
3014
|
--tw-translate-y: 1px;
|
|
3008
3015
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -3184,9 +3191,6 @@ imported in Sourcegraph shell.
|
|
|
3184
3191
|
.tw-rounded {
|
|
3185
3192
|
border-radius: 0.25rem;
|
|
3186
3193
|
}
|
|
3187
|
-
.tw-rounded-\[0\.5px\] {
|
|
3188
|
-
border-radius: 0.5px;
|
|
3189
|
-
}
|
|
3190
3194
|
.tw-rounded-\[6px\] {
|
|
3191
3195
|
border-radius: 6px;
|
|
3192
3196
|
}
|
|
@@ -3205,9 +3209,17 @@ imported in Sourcegraph shell.
|
|
|
3205
3209
|
.tw-rounded-xl {
|
|
3206
3210
|
border-radius: 0.75rem;
|
|
3207
3211
|
}
|
|
3208
|
-
.tw-rounded-
|
|
3209
|
-
border-
|
|
3210
|
-
|
|
3212
|
+
.tw-rounded-bl-full {
|
|
3213
|
+
border-bottom-left-radius: 9999px;
|
|
3214
|
+
}
|
|
3215
|
+
.tw-rounded-br-full {
|
|
3216
|
+
border-bottom-right-radius: 9999px;
|
|
3217
|
+
}
|
|
3218
|
+
.tw-rounded-tl-full {
|
|
3219
|
+
border-top-left-radius: 9999px;
|
|
3220
|
+
}
|
|
3221
|
+
.tw-rounded-tr-full {
|
|
3222
|
+
border-top-right-radius: 9999px;
|
|
3211
3223
|
}
|
|
3212
3224
|
.tw-border {
|
|
3213
3225
|
border-width: 1px;
|
|
@@ -3215,8 +3227,8 @@ imported in Sourcegraph shell.
|
|
|
3215
3227
|
.tw-border-0 {
|
|
3216
3228
|
border-width: 0px;
|
|
3217
3229
|
}
|
|
3218
|
-
.tw-border
|
|
3219
|
-
border-width:
|
|
3230
|
+
.tw-border-2 {
|
|
3231
|
+
border-width: 2px;
|
|
3220
3232
|
}
|
|
3221
3233
|
.\!tw-border-b-0 {
|
|
3222
3234
|
border-bottom-width: 0px !important;
|
|
@@ -3227,6 +3239,12 @@ imported in Sourcegraph shell.
|
|
|
3227
3239
|
.tw-border-b-\[1px\] {
|
|
3228
3240
|
border-bottom-width: 1px;
|
|
3229
3241
|
}
|
|
3242
|
+
.tw-border-l-0 {
|
|
3243
|
+
border-left-width: 0px;
|
|
3244
|
+
}
|
|
3245
|
+
.tw-border-r {
|
|
3246
|
+
border-right-width: 1px;
|
|
3247
|
+
}
|
|
3230
3248
|
.tw-border-t {
|
|
3231
3249
|
border-top-width: 1px;
|
|
3232
3250
|
}
|
|
@@ -3239,28 +3257,21 @@ imported in Sourcegraph shell.
|
|
|
3239
3257
|
.\!tw-border-\[var\(--vscode-tab-activeBorderTop\)\] {
|
|
3240
3258
|
border-color: var(--vscode-tab-activeBorderTop) !important;
|
|
3241
3259
|
}
|
|
3260
|
+
.\!tw-border-border {
|
|
3261
|
+
border-color: var(--vscode-dropdown-border) !important;
|
|
3262
|
+
}
|
|
3242
3263
|
.tw-border-border {
|
|
3243
3264
|
border-color: var(--vscode-dropdown-border);
|
|
3244
3265
|
}
|
|
3245
3266
|
.tw-border-button-border {
|
|
3246
3267
|
border-color: var(--vscode-button-border, transparent);
|
|
3247
3268
|
}
|
|
3248
|
-
.tw-border-current {
|
|
3249
|
-
border-color: currentColor;
|
|
3250
|
-
}
|
|
3251
|
-
.tw-border-gray-200 {
|
|
3252
|
-
--tw-border-opacity: 1;
|
|
3253
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
|
3254
|
-
}
|
|
3255
3269
|
.tw-border-input-border {
|
|
3256
3270
|
border-color: var(--vscode-input-border);
|
|
3257
3271
|
}
|
|
3258
3272
|
.tw-border-keybinding-border {
|
|
3259
3273
|
border-color: var(--vscode-keybindingLabel-border);
|
|
3260
3274
|
}
|
|
3261
|
-
.tw-border-muted {
|
|
3262
|
-
border-color: var(--vscode-input-background);
|
|
3263
|
-
}
|
|
3264
3275
|
.tw-border-muted-foreground {
|
|
3265
3276
|
border-color: var(--vscode-input-placeholderForeground);
|
|
3266
3277
|
}
|
|
@@ -3277,18 +3288,15 @@ imported in Sourcegraph shell.
|
|
|
3277
3288
|
.tw-border-b-border {
|
|
3278
3289
|
border-bottom-color: var(--vscode-dropdown-border);
|
|
3279
3290
|
}
|
|
3280
|
-
.tw-border-e-transparent {
|
|
3281
|
-
border-inline-end-color: transparent;
|
|
3282
|
-
}
|
|
3283
3291
|
.tw-border-t-border {
|
|
3284
3292
|
border-top-color: var(--vscode-dropdown-border);
|
|
3285
3293
|
}
|
|
3294
|
+
.\!tw-bg-background {
|
|
3295
|
+
background-color: var(--vscode-editor-background) !important;
|
|
3296
|
+
}
|
|
3286
3297
|
.\!tw-bg-transparent {
|
|
3287
3298
|
background-color: transparent !important;
|
|
3288
3299
|
}
|
|
3289
|
-
.tw-bg-\[color-mix\(in_lch\,currentColor_10\%\,transparent\)\] {
|
|
3290
|
-
background-color: color-mix(in lch,currentColor 10%,transparent);
|
|
3291
|
-
}
|
|
3292
3300
|
.tw-bg-\[unset\] {
|
|
3293
3301
|
background-color: unset;
|
|
3294
3302
|
}
|
|
@@ -3323,29 +3331,10 @@ imported in Sourcegraph shell.
|
|
|
3323
3331
|
.tw-bg-button-secondary-background-hover {
|
|
3324
3332
|
background-color: var(--vscode-button-secondaryHoverBackground);
|
|
3325
3333
|
}
|
|
3326
|
-
.tw-bg-current {
|
|
3327
|
-
background-color: currentColor;
|
|
3328
|
-
}
|
|
3329
|
-
.tw-bg-gray-200 {
|
|
3330
|
-
--tw-bg-opacity: 1;
|
|
3331
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
3332
|
-
}
|
|
3333
|
-
.tw-bg-gray-300 {
|
|
3334
|
-
--tw-bg-opacity: 1;
|
|
3335
|
-
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
3336
|
-
}
|
|
3337
|
-
.tw-bg-gray-600 {
|
|
3338
|
-
--tw-bg-opacity: 1;
|
|
3339
|
-
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
3340
|
-
}
|
|
3341
3334
|
.tw-bg-gray-900 {
|
|
3342
3335
|
--tw-bg-opacity: 1;
|
|
3343
3336
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
|
|
3344
3337
|
}
|
|
3345
|
-
.tw-bg-green-700 {
|
|
3346
|
-
--tw-bg-opacity: 1;
|
|
3347
|
-
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
|
3348
|
-
}
|
|
3349
3338
|
.tw-bg-green-800 {
|
|
3350
3339
|
--tw-bg-opacity: 1;
|
|
3351
3340
|
background-color: rgb(22 101 52 / var(--tw-bg-opacity));
|
|
@@ -3397,10 +3386,6 @@ imported in Sourcegraph shell.
|
|
|
3397
3386
|
.tw-bg-transparent {
|
|
3398
3387
|
background-color: transparent;
|
|
3399
3388
|
}
|
|
3400
|
-
.tw-bg-white {
|
|
3401
|
-
--tw-bg-opacity: 1;
|
|
3402
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
3403
|
-
}
|
|
3404
3389
|
.tw-bg-yellow-900 {
|
|
3405
3390
|
--tw-bg-opacity: 1;
|
|
3406
3391
|
background-color: rgb(113 63 18 / var(--tw-bg-opacity));
|
|
@@ -3423,6 +3408,9 @@ imported in Sourcegraph shell.
|
|
|
3423
3408
|
.tw-to-sourcegraph-orange {
|
|
3424
3409
|
--tw-gradient-to: #FF5543 var(--tw-gradient-to-position);
|
|
3425
3410
|
}
|
|
3411
|
+
.tw-fill-current {
|
|
3412
|
+
fill: currentColor;
|
|
3413
|
+
}
|
|
3426
3414
|
.\!tw-p-0 {
|
|
3427
3415
|
padding: 0px !important;
|
|
3428
3416
|
}
|
|
@@ -3456,15 +3444,16 @@ imported in Sourcegraph shell.
|
|
|
3456
3444
|
.tw-p-4 {
|
|
3457
3445
|
padding: 8px;
|
|
3458
3446
|
}
|
|
3459
|
-
.tw-p-5 {
|
|
3460
|
-
padding: 10px;
|
|
3461
|
-
}
|
|
3462
3447
|
.tw-p-6 {
|
|
3463
3448
|
padding: 12px;
|
|
3464
3449
|
}
|
|
3465
3450
|
.tw-p-8 {
|
|
3466
3451
|
padding: 16px;
|
|
3467
3452
|
}
|
|
3453
|
+
.\!tw-px-4 {
|
|
3454
|
+
padding-left: 8px !important;
|
|
3455
|
+
padding-right: 8px !important;
|
|
3456
|
+
}
|
|
3468
3457
|
.\!tw-px-6 {
|
|
3469
3458
|
padding-left: 12px !important;
|
|
3470
3459
|
padding-right: 12px !important;
|
|
@@ -3477,6 +3466,10 @@ imported in Sourcegraph shell.
|
|
|
3477
3466
|
padding-top: 2px !important;
|
|
3478
3467
|
padding-bottom: 2px !important;
|
|
3479
3468
|
}
|
|
3469
|
+
.\!tw-py-4 {
|
|
3470
|
+
padding-top: 8px !important;
|
|
3471
|
+
padding-bottom: 8px !important;
|
|
3472
|
+
}
|
|
3480
3473
|
.tw-px-0 {
|
|
3481
3474
|
padding-left: 0px;
|
|
3482
3475
|
padding-right: 0px;
|
|
@@ -3493,10 +3486,6 @@ imported in Sourcegraph shell.
|
|
|
3493
3486
|
padding-left: 8px;
|
|
3494
3487
|
padding-right: 8px;
|
|
3495
3488
|
}
|
|
3496
|
-
.tw-px-5 {
|
|
3497
|
-
padding-left: 10px;
|
|
3498
|
-
padding-right: 10px;
|
|
3499
|
-
}
|
|
3500
3489
|
.tw-px-6 {
|
|
3501
3490
|
padding-left: 12px;
|
|
3502
3491
|
padding-right: 12px;
|
|
@@ -3551,15 +3540,24 @@ imported in Sourcegraph shell.
|
|
|
3551
3540
|
.tw-pb-12 {
|
|
3552
3541
|
padding-bottom: 24px;
|
|
3553
3542
|
}
|
|
3543
|
+
.tw-pb-4 {
|
|
3544
|
+
padding-bottom: 8px;
|
|
3545
|
+
}
|
|
3554
3546
|
.tw-pb-6 {
|
|
3555
3547
|
padding-bottom: 12px;
|
|
3556
3548
|
}
|
|
3549
|
+
.tw-pl-1 {
|
|
3550
|
+
padding-left: 2px;
|
|
3551
|
+
}
|
|
3557
3552
|
.tw-pl-5 {
|
|
3558
3553
|
padding-left: 10px;
|
|
3559
3554
|
}
|
|
3560
3555
|
.tw-pl-6 {
|
|
3561
3556
|
padding-left: 12px;
|
|
3562
3557
|
}
|
|
3558
|
+
.tw-pr-2 {
|
|
3559
|
+
padding-right: 4px;
|
|
3560
|
+
}
|
|
3563
3561
|
.tw-pr-4 {
|
|
3564
3562
|
padding-right: 8px;
|
|
3565
3563
|
}
|
|
@@ -3690,14 +3688,6 @@ imported in Sourcegraph shell.
|
|
|
3690
3688
|
--tw-text-opacity: 1;
|
|
3691
3689
|
color: rgb(31 41 55 / var(--tw-text-opacity));
|
|
3692
3690
|
}
|
|
3693
|
-
.tw-text-green-500 {
|
|
3694
|
-
--tw-text-opacity: 1;
|
|
3695
|
-
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
3696
|
-
}
|
|
3697
|
-
.tw-text-green-600 {
|
|
3698
|
-
--tw-text-opacity: 1;
|
|
3699
|
-
color: rgb(22 163 74 / var(--tw-text-opacity));
|
|
3700
|
-
}
|
|
3701
3691
|
.tw-text-inherit {
|
|
3702
3692
|
color: inherit;
|
|
3703
3693
|
}
|
|
@@ -3738,9 +3728,9 @@ imported in Sourcegraph shell.
|
|
|
3738
3728
|
--tw-text-opacity: 1;
|
|
3739
3729
|
color: rgb(253 224 71 / var(--tw-text-opacity));
|
|
3740
3730
|
}
|
|
3741
|
-
.tw-text-yellow-
|
|
3731
|
+
.tw-text-yellow-600 {
|
|
3742
3732
|
--tw-text-opacity: 1;
|
|
3743
|
-
color: rgb(
|
|
3733
|
+
color: rgb(202 138 4 / var(--tw-text-opacity));
|
|
3744
3734
|
}
|
|
3745
3735
|
.tw-underline {
|
|
3746
3736
|
text-decoration-line: underline;
|
|
@@ -3754,9 +3744,6 @@ imported in Sourcegraph shell.
|
|
|
3754
3744
|
.\!tw-opacity-100 {
|
|
3755
3745
|
opacity: 1 !important;
|
|
3756
3746
|
}
|
|
3757
|
-
.tw-opacity-100 {
|
|
3758
|
-
opacity: 1;
|
|
3759
|
-
}
|
|
3760
3747
|
.tw-opacity-50 {
|
|
3761
3748
|
opacity: 0.5;
|
|
3762
3749
|
}
|
|
@@ -3793,11 +3780,6 @@ imported in Sourcegraph shell.
|
|
|
3793
3780
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
3794
3781
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3795
3782
|
}
|
|
3796
|
-
.tw-shadow-sm {
|
|
3797
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3798
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
3799
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3800
|
-
}
|
|
3801
3783
|
.tw-shadow-xl {
|
|
3802
3784
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
3803
3785
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
@@ -3807,26 +3789,17 @@ imported in Sourcegraph shell.
|
|
|
3807
3789
|
outline: 2px solid transparent;
|
|
3808
3790
|
outline-offset: 2px;
|
|
3809
3791
|
}
|
|
3810
|
-
.tw-ring-
|
|
3792
|
+
.tw-ring-0 {
|
|
3811
3793
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3812
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
3794
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3813
3795
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3814
3796
|
}
|
|
3815
|
-
|
|
3816
|
-
--tw-ring-
|
|
3817
|
-
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
|
|
3818
|
-
}
|
|
3819
|
-
.tw-ring-green-400 {
|
|
3820
|
-
--tw-ring-opacity: 1;
|
|
3821
|
-
--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
|
|
3797
|
+
.\!tw-ring-offset-background {
|
|
3798
|
+
--tw-ring-offset-color: var(--vscode-editor-background) !important;
|
|
3822
3799
|
}
|
|
3823
3800
|
.tw-ring-offset-background {
|
|
3824
3801
|
--tw-ring-offset-color: var(--vscode-editor-background);
|
|
3825
3802
|
}
|
|
3826
|
-
.tw-drop-shadow-md {
|
|
3827
|
-
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
|
|
3828
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3829
|
-
}
|
|
3830
3803
|
.tw-transition {
|
|
3831
3804
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3832
3805
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3847,6 +3820,11 @@ imported in Sourcegraph shell.
|
|
|
3847
3820
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3848
3821
|
transition-duration: 150ms;
|
|
3849
3822
|
}
|
|
3823
|
+
.tw-transition-transform {
|
|
3824
|
+
transition-property: transform;
|
|
3825
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3826
|
+
transition-duration: 150ms;
|
|
3827
|
+
}
|
|
3850
3828
|
.tw-duration-200 {
|
|
3851
3829
|
transition-duration: 200ms;
|
|
3852
3830
|
}
|
|
@@ -4247,6 +4225,9 @@ imported in Sourcegraph shell.
|
|
|
4247
4225
|
.hover\:tw-bg-button-background-hover:hover {
|
|
4248
4226
|
background-color: var(--vscode-button-hoverBackground);
|
|
4249
4227
|
}
|
|
4228
|
+
.hover\:tw-bg-button-secondary-background:hover {
|
|
4229
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4230
|
+
}
|
|
4250
4231
|
.hover\:tw-bg-button-secondary-background-hover:hover {
|
|
4251
4232
|
background-color: var(--vscode-button-secondaryHoverBackground);
|
|
4252
4233
|
}
|
|
@@ -4299,12 +4280,6 @@ imported in Sourcegraph shell.
|
|
|
4299
4280
|
.focus\:tw-outline:focus {
|
|
4300
4281
|
outline-style: solid;
|
|
4301
4282
|
}
|
|
4302
|
-
.focus\:tw-outline-2:focus {
|
|
4303
|
-
outline-width: 2px;
|
|
4304
|
-
}
|
|
4305
|
-
.focus\:tw-outline-offset-1:focus {
|
|
4306
|
-
outline-offset: 1px;
|
|
4307
|
-
}
|
|
4308
4283
|
.focus\:tw-outline-ring:focus {
|
|
4309
4284
|
outline-color: var(--vscode-focusBorder);
|
|
4310
4285
|
}
|
|
@@ -4353,27 +4328,33 @@ imported in Sourcegraph shell.
|
|
|
4353
4328
|
.focus-visible\:tw-ring-offset-2:focus-visible {
|
|
4354
4329
|
--tw-ring-offset-width: 2px;
|
|
4355
4330
|
}
|
|
4331
|
+
.focus-visible\:tw-ring-offset-background:focus-visible {
|
|
4332
|
+
--tw-ring-offset-color: var(--vscode-editor-background);
|
|
4333
|
+
}
|
|
4356
4334
|
.disabled\:tw-pointer-events-none:disabled {
|
|
4357
4335
|
pointer-events: none;
|
|
4358
4336
|
}
|
|
4359
4337
|
.disabled\:tw-cursor-not-allowed:disabled {
|
|
4360
4338
|
cursor: not-allowed;
|
|
4361
4339
|
}
|
|
4340
|
+
.disabled\:tw-bg-button-secondary-background:disabled {
|
|
4341
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4342
|
+
}
|
|
4362
4343
|
.disabled\:tw-bg-current-25:disabled {
|
|
4363
4344
|
background-color: color-mix(in lch, currentColor 25%, transparent);
|
|
4364
4345
|
}
|
|
4365
4346
|
.disabled\:tw-text-current:disabled {
|
|
4366
4347
|
color: currentColor;
|
|
4367
4348
|
}
|
|
4349
|
+
.disabled\:tw-text-muted-foreground:disabled {
|
|
4350
|
+
color: var(--vscode-input-placeholderForeground);
|
|
4351
|
+
}
|
|
4368
4352
|
.disabled\:tw-opacity-50:disabled {
|
|
4369
4353
|
opacity: 0.5;
|
|
4370
4354
|
}
|
|
4371
4355
|
.disabled\:tw-opacity-75:disabled {
|
|
4372
4356
|
opacity: 0.75;
|
|
4373
4357
|
}
|
|
4374
|
-
.tw-group:hover .group-hover\:tw-opacity-100 {
|
|
4375
|
-
opacity: 1;
|
|
4376
|
-
}
|
|
4377
4358
|
.tw-peer:disabled ~ .peer-disabled\:tw-cursor-not-allowed {
|
|
4378
4359
|
cursor: not-allowed;
|
|
4379
4360
|
}
|
|
@@ -4392,6 +4373,14 @@ imported in Sourcegraph shell.
|
|
|
4392
4373
|
.data-\[disabled\=true\]\:tw-pointer-events-none[data-disabled=true] {
|
|
4393
4374
|
pointer-events: none;
|
|
4394
4375
|
}
|
|
4376
|
+
.data-\[state\=checked\]\:tw-translate-x-5[data-state=checked] {
|
|
4377
|
+
--tw-translate-x: 10px;
|
|
4378
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4379
|
+
}
|
|
4380
|
+
.data-\[state\=unchecked\]\:tw-translate-x-0[data-state=unchecked] {
|
|
4381
|
+
--tw-translate-x: 0px;
|
|
4382
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4383
|
+
}
|
|
4395
4384
|
@keyframes tw-accordion-up {
|
|
4396
4385
|
from {
|
|
4397
4386
|
height: var(--radix-accordion-content-height);
|
|
@@ -4436,24 +4425,46 @@ imported in Sourcegraph shell.
|
|
|
4436
4425
|
.data-\[state\=open\]\:tw-animate-collapsible-down[data-state=open] {
|
|
4437
4426
|
animation: tw-collapsible-down 0.15s ease-out;
|
|
4438
4427
|
}
|
|
4439
|
-
.data-\[
|
|
4440
|
-
|
|
4428
|
+
.data-\[state\=checked\]\:tw-bg-button-background[data-state=checked] {
|
|
4429
|
+
background-color: var(--vscode-button-background);
|
|
4441
4430
|
}
|
|
4442
|
-
|
|
4443
|
-
|
|
4431
|
+
.data-\[state\=unchecked\]\:tw-bg-button-secondary-background[data-state=unchecked] {
|
|
4432
|
+
background-color: var(--vscode-button-secondaryBackground);
|
|
4444
4433
|
}
|
|
4445
|
-
|
|
4446
|
-
|
|
4434
|
+
.data-\[disabled\=true\]\:tw-opacity-50[data-disabled=true] {
|
|
4435
|
+
opacity: 0.5;
|
|
4447
4436
|
}
|
|
4448
4437
|
@media (min-width: 768px) {
|
|
4438
|
+
.md\:tw-size-8 {
|
|
4439
|
+
width: 16px;
|
|
4440
|
+
height: 16px;
|
|
4441
|
+
}
|
|
4442
|
+
.md\:tw-p-4 {
|
|
4443
|
+
padding: 8px;
|
|
4444
|
+
}
|
|
4445
|
+
.md\:tw-px-2 {
|
|
4446
|
+
padding-left: 4px;
|
|
4447
|
+
padding-right: 4px;
|
|
4448
|
+
}
|
|
4449
4449
|
.md\:tw-px-4 {
|
|
4450
4450
|
padding-left: 8px;
|
|
4451
4451
|
padding-right: 8px;
|
|
4452
4452
|
}
|
|
4453
|
+
.md\:tw-px-6 {
|
|
4454
|
+
padding-left: 12px;
|
|
4455
|
+
padding-right: 12px;
|
|
4456
|
+
}
|
|
4453
4457
|
.md\:tw-py-2 {
|
|
4454
4458
|
padding-top: 4px;
|
|
4455
4459
|
padding-bottom: 4px;
|
|
4456
4460
|
}
|
|
4461
|
+
.md\:tw-py-3 {
|
|
4462
|
+
padding-top: 6px;
|
|
4463
|
+
padding-bottom: 6px;
|
|
4464
|
+
}
|
|
4465
|
+
.md\:tw-pr-3 {
|
|
4466
|
+
padding-right: 6px;
|
|
4467
|
+
}
|
|
4457
4468
|
.md\:tw-text-base {
|
|
4458
4469
|
font-size: 1rem;
|
|
4459
4470
|
line-height: 1.5rem;
|