Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

PHEx 3.0.0 #1316

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ PHEx/src/web-ext-artifacts/prodigy_hacking_extension_phex_-2.0.1.zip
# macOS
**/.DS_Store

# IntelliJ IDEA
/.idea/
# PHEx metadata folder???
PHEx/src/_metadata
Binary file modified PHEx/build/extension.crx
Binary file not shown.
Binary file modified PHEx/build/extension.xpi
Binary file not shown.
Binary file modified PHEx/build/extension.zip
Binary file not shown.
13 changes: 13 additions & 0 deletions PHEx/input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
.input {
@apply border-0 px-3 py-3 placeholder-gray-500 text-gray-700 bg-white rounded text-sm shadow-lg focus:outline-none focus:ring w-full ease-linear transition-all duration-150;
}

.toggler {
@apply right-0 border-green-400 absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer
}
}
Loading