Change assets to resources
This commit is contained in:
parent
54548ce541
commit
a03f3e89c9
4 changed files with 1 additions and 1 deletions
6
resources/css/app.css
Normal file
6
resources/css/app.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
@tailwind components;
|
||||
|
||||
@import 'components/balloon.css';
|
||||
@import 'components/button.css';
|
||||
|
||||
@tailwind utilities;
|
3
resources/css/components/balloon.css
Normal file
3
resources/css/components/balloon.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.tw-bg-balloon {
|
||||
background-image: url(/themes/dcb2017/images/dcb-bg.jpg);
|
||||
}
|
11
resources/css/components/button.css
Normal file
11
resources/css/components/button.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.tw-button {
|
||||
@apply block uppercase font-bold text-lg py-3 px-5 text-white no-underline bg-black !important;
|
||||
@screen md {
|
||||
@apply w-1/2 inline-flex items-center justify-center mx-2 !important
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@apply bg-green-600 text-white !important
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue