From 833a6f0b1e633d5d1d2d2301bf258e5d857a750d Mon Sep 17 00:00:00 2001 From: Techer Tony Date: Mon, 29 Jan 2024 11:04:59 +0100 Subject: [PATCH] Modification sass pour page Edit --- frontend/src/sass/_editVideo.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/sass/_editVideo.scss b/frontend/src/sass/_editVideo.scss index 80d9e00..61407c3 100644 --- a/frontend/src/sass/_editVideo.scss +++ b/frontend/src/sass/_editVideo.scss @@ -6,8 +6,8 @@ .titlePage { display: flex; justify-content: center; - padding-top: 8vh; - padding-bottom: 5vh; + padding-top: 2vh; + padding-bottom: 2vh; } .containerFormMiniature { display: flex; @@ -28,6 +28,7 @@ color: var(--text-field-background-color); font-size: 0.8rem; background-color: #ff509a; + cursor: pointer; button { border: none; } @@ -36,13 +37,14 @@ .containerFormEdit { display: flex; flex-wrap: wrap; - gap: 15px; + gap: 20px; justify-content: center; .edit { color: var(--text-field-background-color); border: none; background: rgba(238, 226, 226, 0.1); height: 7vh; + padding-inline-start: 5px; border-radius: 10px; border-bottom: 1px #ff509a solid; &::placeholder { @@ -64,7 +66,7 @@ } .containerButtonEdit { display: flex; - padding-top: 15vh; + padding-top: 10vh; gap: 50px; justify-content: center; align-items: center;