Update CSS and Blade file
This commit is contained in:
parent
5db045f392
commit
db5ff7f16d
@ -203,6 +203,9 @@ tr td:first-child {
|
|||||||
.box-without-bg {
|
.box-without-bg {
|
||||||
@apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem] border border-neutral-200 dark:border-black;
|
@apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem] border border-neutral-200 dark:border-black;
|
||||||
}
|
}
|
||||||
|
.box-without-bg-without-border {
|
||||||
|
@apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem] ;
|
||||||
|
}
|
||||||
|
|
||||||
.on-box {
|
.on-box {
|
||||||
@apply rounded hover:bg-neutral-300 dark:hover:bg-coolgray-500/20;
|
@apply rounded hover:bg-neutral-300 dark:hover:bg-coolgray-500/20;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@forelse ($deployments as $deployment)
|
@forelse ($deployments as $deployment)
|
||||||
<a @class([
|
<a @class([
|
||||||
'dark:bg-coolgray-100 p-2 border-l border-dashed transition-colors hover:no-underline box-without-bg bg-white flex-col',
|
'dark:bg-coolgray-100 p-2 border-l border-dashed transition-colors hover:no-underline box-without-bg-without-border bg-white flex-col',
|
||||||
'dark:hover:bg-coolgray-200' =>
|
'dark:hover:bg-coolgray-200' =>
|
||||||
data_get($deployment, 'status') === 'queued',
|
data_get($deployment, 'status') === 'queued',
|
||||||
'border-warning hover:bg-warning hover:text-black' =>
|
'border-warning hover:bg-warning hover:text-black' =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user