generated from VladimirDegt/Template-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
338dcb0
commit d402d7b
Showing
2 changed files
with
89 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |