outlines for the preview and adjustable height
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
/* This file is for your main application CSS */
|
||||
|
||||
.outline-black {
|
||||
text-shadow:
|
||||
-1px -1px 0 black,
|
||||
1px -1px 0 black,
|
||||
-1px 1px 0 black,
|
||||
1px 1px 0 black;
|
||||
}
|
||||
|
||||
.outline-gray {
|
||||
text-shadow:
|
||||
-1px -1px 0 gray,
|
||||
1px -1px 0 gray,
|
||||
-1px 1px 0 gray,
|
||||
1px 1px 0 gray;
|
||||
}
|
||||
|
||||
.outline-white {
|
||||
color: white;
|
||||
text-shadow:
|
||||
-1px -1px 0 white,
|
||||
1px -1px 0 white,
|
||||
-1px 1px 0 white,
|
||||
1px 1px 0 white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user