clean tests & other things
This commit is contained in:
30
resources/sass/pages/memos.scss
vendored
Normal file
30
resources/sass/pages/memos.scss
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
.memo {
|
||||
|
||||
&-list {
|
||||
|
||||
h1 {
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:nth-child(even) {
|
||||
background-color: $light;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $mediumLight;
|
||||
|
||||
.memo-date {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-date {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user