refact theme todo with bug drag
This commit is contained in:
15
resources/sass/components/_base.scss
vendored
15
resources/sass/components/_base.scss
vendored
@@ -26,10 +26,15 @@ p {
|
||||
text-indent: 2rem;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
textarea {
|
||||
@apply border py-2 px-4 rounded;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@apply ;
|
||||
}
|
||||
|
||||
.text-shadow {
|
||||
text-shadow: 1px 1px 2px #000;
|
||||
}
|
||||
@@ -65,3 +70,11 @@ input {
|
||||
.min-h-16 {
|
||||
min-height: 4rem;
|
||||
}
|
||||
|
||||
.indent {
|
||||
text-indent: 2rem;
|
||||
}
|
||||
|
||||
.no-indent {
|
||||
text-indent: unset;
|
||||
}
|
||||
|
||||
4
resources/sass/components/_elements.scss
vendored
4
resources/sass/components/_elements.scss
vendored
@@ -66,3 +66,7 @@ a {
|
||||
.box {
|
||||
@apply bg-white rounded p-4 my-2;
|
||||
}
|
||||
|
||||
.tag {
|
||||
@apply inline-block rounded-full px-3 py-1 text-sm font-semibold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user