-
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
6b455a6
commit 4c448c9
Showing
4 changed files
with
78 additions
and
24 deletions.
There are no files selected for viewing
13 changes: 8 additions & 5 deletions
13
src/app/(use-header)/codes/_components/view/Page/index.module.scss
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,7 +1,10 @@ | ||
.containers { | ||
padding: 70px 0 100px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
gap: 100px; | ||
.posts { | ||
width: 100%; | ||
padding: 70px 0 100px; | ||
gap: 100px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
} |
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,34 @@ | ||
.section { | ||
padding: 40px 0; | ||
text-align: center; | ||
|
||
h3 { | ||
padding: 10px 0; | ||
} | ||
|
||
.keywords { | ||
margin-inline: auto; | ||
padding: 0 0 5px 0; | ||
width: fit-content; | ||
border-bottom: 1px solid $on-background-color; | ||
display: flex; | ||
gap: 10px; | ||
|
||
* { | ||
padding-inline: 0.2rem; | ||
} | ||
|
||
input { | ||
outline: none; | ||
border: none; | ||
} | ||
|
||
button { | ||
padding: 3px 10px; | ||
border-radius: 5px; | ||
border: solid 1px $accent-color; | ||
outline: none; | ||
cursor: pointer; | ||
} | ||
} | ||
} |
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