Remove Rounded for the main information div
This commit is contained in:
@@ -21,8 +21,8 @@ const baseURL = window.location.origin;
|
|||||||
|
|
||||||
<div class="flex flex-column w-full">
|
<div class="flex flex-column w-full">
|
||||||
<!-- Container principal avec le profil -->
|
<!-- Container principal avec le profil -->
|
||||||
<div class="relative w-full shadow-xl rounded-2xl">
|
<div class="relative w-full shadow-xl">
|
||||||
<div class="rounded-b-2xl shadow-2xl bg-hPrimary text-hOnPrimary"
|
<div class=" shadow-2xl bg-hPrimary text-hOnPrimary"
|
||||||
:style="{
|
:style="{
|
||||||
boxShadow: '0 5px 10px rgba(0, 0, 0, 0.3)',
|
boxShadow: '0 5px 10px rgba(0, 0, 0, 0.3)',
|
||||||
}">
|
}">
|
||||||
@@ -118,4 +118,7 @@ const baseURL = window.location.origin;
|
|||||||
@apply transform transition-transform duration-200;
|
@apply transform transition-transform duration-200;
|
||||||
@apply hover:scale-125 hover:text-fuchsia-900;
|
@apply hover:scale-125 hover:text-fuchsia-900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user