Create new app for homepage
This commit is contained in:
9
core/homepage/static/homepage/t-input.css
Normal file
9
core/homepage/static/homepage/t-input.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
nav div ul.qp-nav-list li {
|
||||
@apply text-white hover:scale-110 hover:border-b-2 hover:border-white transition duration-200;
|
||||
}
|
||||
|
||||
a.qp-a-button {
|
||||
@apply p-6 rounded-md font-extrabold hover:scale-105 transition duration-300 shadow-md;
|
||||
}
|
||||
2
core/homepage/static/homepage/t-style.css
Normal file
2
core/homepage/static/homepage/t-style.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user