diff options
| author | realtradam <[email protected]> | 2024-04-27 21:18:00 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-04-27 21:18:00 -0400 |
| commit | 3108882fd50308ed1e3d0a587ce2709aa12a6d9e (patch) | |
| tree | 70cbe4582fa9a45b264416bd7b178b71a228f00a /app/assets | |
| parent | 425939bc7d49436dea66dcb88fce2e22ad6e64e4 (diff) | |
| download | gameHolster-3108882fd50308ed1e3d0a587ce2709aa12a6d9e.tar.gz gameHolster-3108882fd50308ed1e3d0a587ce2709aa12a6d9e.zip | |
tailwind and auth tweaks
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/application.bootstrap.scss | 35 | ||||
| -rw-r--r-- | app/assets/stylesheets/application.tailwind.css | 13 |
2 files changed, 13 insertions, 35 deletions
diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss deleted file mode 100644 index 5f82ae5..0000000 --- a/app/assets/stylesheets/application.bootstrap.scss +++ /dev/null @@ -1,35 +0,0 @@ -@import 'bootstrap/scss/bootstrap'; -@import 'bootstrap-icons/font/bootstrap-icons'; - -.bg_primary-color { - background-color: #FFFFFF; -} -.primary-color { - background-color: #FFFFFF; -} -.bg_secondary-color { - background-color: #293241; -} -.secondary-color { - color: #293241; -} -.custom-button.btn { - background-color: #293241; - color: #FFF; - border: none; -} -.hero { - width: 100vw; - height: 50vh; -} -.hero img { - object-fit: cover; - object-position: top; - height: 100%; - width: 100%; -} -.overlay { - height: 100%; - width: 100%; - opacity: 0.4; -} diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css new file mode 100644 index 0000000..8666d2f --- /dev/null +++ b/app/assets/stylesheets/application.tailwind.css @@ -0,0 +1,13 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +/* + +@layer components { + .btn-primary { + @apply py-2 px-4 bg-blue-200; + } +} + +*/ |
