Skip to content

Commit

Permalink
feat: add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDegt committed Apr 17, 2024
1 parent 338dcb0 commit d402d7b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Тестове завдання: [test task](docs/test_task.md)
Estimate - 7 days

## Запуск проєкту

Expand Down Expand Up @@ -87,8 +88,12 @@ npm run start або npm run star:webpack - запуск frontend проєкту

----

## Документація бекенда
## Бекенд та документація

[GitHub](https://github.com/VladimirDegt/Camper-Haven-Rentals-back)

[Swagger](https://camper-haven-rentals-back.onrender.com/api)

----


83 changes: 83 additions & 0 deletions styles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
колір кнопок #E44848
текст кнопок
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.01em;
color: #fff;

:root {
--button: #e44848;
--main: #101828;
--inputs: #f7f7f7;
--block-features: #f2f4f7;
--rating: #ffc531;
--text: #475467;
}

:root {
--font-family: "Inter", sans-serif;
}

заголовок картки
font-family: var(--font-family);
font-weight: 600;
font-size: 24px;
line-height: 125%;
color: var(--main);

заголовок фильтров, Reviews, Book your campervan now
font-family: var(--font-family);
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: var(--main);

Alice
font-family: var(--font-family);
font-weight: 600;
font-size: 18px;
line-height: 133%;
color: var(--main);

Automatic, Van, Filters
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 125%;
text-align: center;
color: var(--main);


2 adults, 4.4(2 Reviews),
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-decoration: underline;
text-decoration-skip-ink: none;
color: var(--main);

опис, відгук, плейсхолдер
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: var(--text);

Length
font-family: var(--font-family);
font-weight: 500;
font-size: 18px;
line-height: 133%;
text-align: center;
color: var(--main);

Перша литера імені
font-family: var(--font-family);
font-weight: 600;
font-size: 24px;
line-height: 125%;
color: var(--button);
background: var(--block-features);

0 comments on commit d402d7b

Please sign in to comment.