mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
bg 600 -> 400
This commit is contained in:
parent
b40f0c7505
commit
f65262eb55
6 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
<component
|
||||
:is="to ? 'router-link' : clickable ? 'button' : 'div'"
|
||||
:to="to"
|
||||
class="flex border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-600 p-4 border rounded-md w-full overflow-hidden"
|
||||
class="flex border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-400 p-4 border rounded-md w-full overflow-hidden"
|
||||
:class="{
|
||||
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
|
||||
}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-600 shadow border rounded-md w-full overflow-hidden"
|
||||
class="border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 shadow border rounded-md w-full overflow-hidden"
|
||||
>
|
||||
<component
|
||||
:is="collapsable ? 'button' : 'div'"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<aside
|
||||
v-if="isOpen"
|
||||
ref="target"
|
||||
class="z-50 flex flex-col items-center border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-600 overflow-y-auto"
|
||||
class="z-50 flex flex-col items-center border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 overflow-y-auto"
|
||||
:aria-label="$t('pipeline_feed')"
|
||||
>
|
||||
<router-link
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<router-link
|
||||
v-if="repo"
|
||||
:to="{ name: 'repo', params: { repoId: repo.id } }"
|
||||
class="flex flex-col border-wp-background-400 bg-wp-background-200 hover:bg-wp-background-300 dark:hover:bg-wp-background-600 dark:bg-wp-background-600 hover:shadow-md p-4 border rounded-md cursor-pointer overflow-hidden"
|
||||
class="flex flex-col border-wp-background-400 bg-wp-background-200 hover:bg-wp-background-300 dark:hover:bg-wp-background-600 dark:bg-wp-background-400 hover:shadow-md p-4 border rounded-md cursor-pointer overflow-hidden"
|
||||
>
|
||||
<div class="items-center gap-y-4 grid grid-cols-[auto,1fr]">
|
||||
<div class="text-lg text-wp-text-100">{{ `${repo.owner} / ${repo.name}` }}</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="flex flex-col gap-2 pb-2 w-full md:w-3/12 md:min-w-xs md:max-w-md text-wp-text-100">
|
||||
<div
|
||||
class="flex flex-wrap flex-shrink-0 justify-between gap-1 border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-600 p-4 border rounded-md"
|
||||
class="flex flex-wrap flex-shrink-0 justify-between gap-1 border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 p-4 border rounded-md"
|
||||
>
|
||||
<div class="flex flex-shrink-0 items-center space-x-1">
|
||||
<div class="flex items-center">
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</Error>
|
||||
|
||||
<div
|
||||
class="flex md:flex-row flex-col border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-600 shadow md:m-8 border md:rounded-md w-full md:w-3xl md:h-sm overflow-hidden"
|
||||
class="flex md:flex-row flex-col border-wp-background-400 bg-wp-background-200 dark:bg-wp-background-400 shadow md:m-8 border md:rounded-md w-full md:w-3xl md:h-sm overflow-hidden"
|
||||
>
|
||||
<div class="flex justify-center items-center bg-wp-primary-200 dark:bg-wp-primary-300 md:w-3/5 min-h-48">
|
||||
<WoodpeckerLogo preserveAspectRatio="xMinYMin slice" class="w-30 md:w-48 h-30 md:h-48" />
|
||||
|
|
Loading…
Reference in a new issue