File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -126,20 +126,7 @@ export function AppNbformat() {
126
126
</ LexicalProvider >
127
127
</ Jupyter >
128
128
< div className = "other App" >
129
- < br />
130
- < a href = "https://datalayer.io" target = "_blank" >
131
- < ThreeBarsIcon />
132
- </ a >
133
- < h2 >
134
- copyright © < a href = "https://datalayer.io" target = "_blank" > 2022-2024 Datalayer, Inc.</ a >
135
- </ h2 >
136
- < ul >
137
- < li >
138
- < a href = "https://github.com/datalayer/jupyter-ui" target = "_blank" > Jupyter UI open-source repository</ a >
139
- </ li >
140
- </ ul >
141
- </ div >
142
- { /* Tailwind v4 Button - Pure Utility Classes */ }
129
+ { /* Tailwind v4 Button - Using Tailwind Utility Classes */ }
143
130
< div className = "flex flex-col items-center gap-4 my-8" >
144
131
< button
145
132
className = "bg-blue-600 hover:bg-blue-800 text-white font-bold py-3 px-8 rounded-lg shadow-lg hover:shadow-xl transform hover:scale-105 transition duration-300 ease-in-out"
@@ -154,6 +141,19 @@ export function AppNbformat() {
154
141
</ span >
155
142
</ div >
156
143
</ div >
144
+ < br />
145
+ < a href = "https://datalayer.io" target = "_blank" >
146
+ < ThreeBarsIcon />
147
+ </ a >
148
+ < h2 >
149
+ copyright © < a href = "https://datalayer.io" target = "_blank" > 2022-2024 Datalayer, Inc.</ a >
150
+ </ h2 >
151
+ < ul >
152
+ < li >
153
+ < a href = "https://github.com/datalayer/jupyter-ui" target = "_blank" > Jupyter UI open-source repository</ a >
154
+ </ li >
155
+ </ ul >
156
+ </ div >
157
157
</ >
158
158
)
159
159
}
Original file line number Diff line number Diff line change 6
6
7
7
@import "tailwindcss" ;
8
8
9
- /* Import base styles */
9
+ /* Import base styles */
10
10
@import url ("base.css" );
11
11
12
- /* Import tailwind.css which now contains all the Tailwind v4 compatible styles */
12
+ /* Import tailwind.css which contains custom components */
13
13
@import url ('tailwind.css' );
14
14
15
15
/* Custom base styles */
Original file line number Diff line number Diff line change 4
4
* MIT License
5
5
*/
6
6
7
+ @tailwind base;
8
+ @tailwind components;
9
+ @tailwind utilities;
7
10
8
11
@import url ('./lexical/index.css' );
9
12
You can’t perform that action at this time.
0 commit comments