Show listings of a path
This commit is contained in:
18
app/styles/components/_categories-nav.scss
Normal file
18
app/styles/components/_categories-nav.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
#app-container {
|
||||
> aside {
|
||||
nav {
|
||||
margin-top: 6rem;
|
||||
margin-bottom: 6rem;
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,9 +11,17 @@
|
||||
tbody {
|
||||
tr {
|
||||
border-bottom: 1px solid #ececec;
|
||||
}
|
||||
tr:first-of-type {
|
||||
border-top: 1px solid #ececec;
|
||||
|
||||
&:first-of-type {
|
||||
border-top: 1px solid #ececec;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
td {
|
||||
opacity: 0.7;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
padding: 1rem 1.5rem;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
.item-icon {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
height: 1.2rem;
|
||||
|
||||
Reference in New Issue
Block a user