From 1744fd1703f67ef7e3b64600f9f1e4208ba5fa84 Mon Sep 17 00:00:00 2001 From: irchen4 <81490453+irchen4@users.noreply.github.com> Date: Tue, 23 May 2023 00:33:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B1=D0=BB=D0=BE=D0=BA=20=D0=B4=D0=BB=D1=8F=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5?= =?UTF-8?q?=D0=B2=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=D1=83=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/examples/navbars/NavbarDefault.vue | 6 --- src/views/LandingPages/Project/Project.vue | 51 +++++++++++++++++++++- 2 files changed, 49 insertions(+), 8 deletions(-) diff --git a/src/examples/navbars/NavbarDefault.vue b/src/examples/navbars/NavbarDefault.vue index f080725..906638f 100644 --- a/src/examples/navbars/NavbarDefault.vue +++ b/src/examples/navbars/NavbarDefault.vue @@ -245,15 +245,12 @@ watch( data-bs-toggle="dropdown" aria-expanded="false" > - dashboard - > Проекты - down-arrow - /> @@ -66,7 +76,22 @@ const getProject = async () => { padding: 20px; border: 1px solid #ddd; border-radius: 5px; - background-color: #f9f9f9; + background-color: #3d913257; + border-radius: 10px; +} +.feedback { + margin: 10px 0; + padding: 10px 0; + flex-direction: column +} +input, textarea, select, option{ + border: 1px solid #3d913257; + border-radius: 5px; + border-radius: 10px; + width: 60%; + margin-bottom: 1%; + padding: 1%; + background-color: #3d91322d; } .project-title { @@ -120,5 +145,27 @@ const getProject = async () => { padding: 2px 5px; margin: 2px; } + +h1,h2{ + /*font-family: 'PressStart2P';*/ + color:rgb(70, 104, 105); +} +p{ + font-family: 'SpaceMono' monospace; +} +button{ + background-color: #3d9132; + border-radius: 10px; + text-align: center; + color: rgb(255, 255, 255); + font-weight: 500; + width: 60%; + margin-bottom: 10px; + padding: 5px; +} +button:hover{ + background-color: #6ac55e; + color: rgb(61, 61, 61); +} \ No newline at end of file