generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
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
5d1111a
commit 1a18900
Showing
5 changed files
with
70 additions
and
103 deletions.
There are no files selected for viewing
110 changes: 55 additions & 55 deletions
110
FrontEnd/src/components/BreadCrumbs/BreadCrumbs.module.css
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 |
---|---|---|
@@ -1,70 +1,70 @@ | ||
.content { | ||
padding-left: 192px; | ||
display: flex; | ||
align-items: center; | ||
margin-bottom: 32px; | ||
padding-left: 10%; | ||
display: flex; | ||
align-items: center; | ||
margin-bottom: 32px; | ||
} | ||
|
||
.main-page__button { | ||
font-family: "Inter", sans-serif; | ||
font-size: 16px; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.01em; | ||
text-align: left; | ||
color: #8D959C; | ||
text-decoration: none; | ||
font-family: 'Inter', sans-serif; | ||
font-size: 16px; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.01em; | ||
text-align: left; | ||
color: #8d959c; | ||
text-decoration: none; | ||
} | ||
|
||
.current-page__button { | ||
font-family: "Inter", sans-serif; | ||
font-size: 16px; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.01em; | ||
text-align: left; | ||
color: #25292C; | ||
text-decoration: none; | ||
font-family: 'Inter', sans-serif; | ||
font-size: 16px; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.01em; | ||
text-align: left; | ||
color: #25292c; | ||
text-decoration: none; | ||
} | ||
|
||
.goback__button { | ||
display: flex; | ||
padding: 5px 15px; | ||
justify-content: center; | ||
align-items: center; | ||
gap: 10px; | ||
border-radius: 4px; | ||
border: 1px solid var(--primary-green-80, #1f9a7c); | ||
background: var(--main-white, #fff); | ||
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02); | ||
color: var(--primary-green-80, #1f9a7c); | ||
text-align: center; | ||
font-feature-settings: "calt" off; | ||
font-family: "Inter", sans-serif; | ||
font-size: 16px; | ||
font-style: normal; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.16px; | ||
cursor: pointer; | ||
margin-right: 32px; | ||
} | ||
.goback__button { | ||
display: flex; | ||
padding: 5px 15px; | ||
justify-content: center; | ||
align-items: center; | ||
gap: 10px; | ||
border-radius: 4px; | ||
border: 1px solid var(--primary-green-80, #1f9a7c); | ||
background: var(--main-white, #fff); | ||
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02); | ||
color: var(--primary-green-80, #1f9a7c); | ||
text-align: center; | ||
font-feature-settings: 'calt' off; | ||
font-family: 'Inter', sans-serif; | ||
font-size: 16px; | ||
font-style: normal; | ||
font-weight: 600; | ||
line-height: 20px; | ||
letter-spacing: -0.16px; | ||
cursor: pointer; | ||
margin-right: 32px; | ||
} | ||
|
||
.right { | ||
transform: rotate(-45deg); | ||
-webkit-transform: rotate(-45deg); | ||
border: solid #25292C; | ||
border-width: 0 2px 2px 0; | ||
display: inline-block; | ||
padding: 4px; | ||
margin: 0px 15px; | ||
transform: rotate(-45deg); | ||
-webkit-transform: rotate(-45deg); | ||
border: solid #25292c; | ||
border-width: 0 2px 2px 0; | ||
display: inline-block; | ||
padding: 4px; | ||
margin: 0px 15px; | ||
} | ||
|
||
.left { | ||
transform: rotate(135deg); | ||
-webkit-transform: rotate(135deg); | ||
border: solid #1f9a7c; | ||
border-width: 0 2px 2px 0; | ||
display: inline-block; | ||
padding: 4px; | ||
transform: rotate(135deg); | ||
-webkit-transform: rotate(135deg); | ||
border: solid #1f9a7c; | ||
border-width: 0 2px 2px 0; | ||
display: inline-block; | ||
padding: 4px; | ||
} |
39 changes: 5 additions & 34 deletions
39
FrontEnd/src/components/SearchPage/search_field/Text.module.css
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
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