summaryrefslogtreecommitdiff
path: root/themes/pehtheme/exampleSite/input.css
blob: b2fb33a86e0d921069117bde09a28bd125b325f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {

	.insert-link {
		@apply before:absolute before:content-[''] before:z-10 before:top-0 before:right-0 before:left-0 before:bottom-0 before:pointer-events-auto
	}
}

@layer utilities {

	.close {
		display: none;
	}

	.open {
		display: block;
	}
	
}