Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
24
assets/styles/scss/front/_lists.scss
Normal file
24
assets/styles/scss/front/_lists.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@use '../shared/colors';
|
||||
|
||||
.posts {
|
||||
.list {
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
padding: 1rem 0;
|
||||
|
||||
a {
|
||||
color: colors.$primaryWhite;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
||||
.post-title {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue