update
This commit is contained in:
parent
e0f8cee288
commit
cb5cd31c64
@ -5,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.0.14
|
image: tradus-web:1.0.15
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -63,7 +63,7 @@ const isAuthenticated = computed(() => userStore.isAuthenticated)
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: radial-gradient(circle at top right, rgba(51, 85, 255, 0.03), transparent 70%);
|
/* background: radial-gradient(circle at top right, rgba(51, 85, 255, 0.03), transparent 70%); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
@ -104,7 +104,7 @@ const isAuthenticated = computed(() => userStore.isAuthenticated)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-subtitle {
|
.hero-subtitle {
|
||||||
font-size: 0.9rem;
|
font-size: 0.8rem;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family:
|
font-family:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user