finish memos cover
This commit is contained in:
12
resources/sass/pages/memos.scss
vendored
12
resources/sass/pages/memos.scss
vendored
@@ -33,6 +33,18 @@
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
&-title {
|
||||
color: $white;
|
||||
text-shadow: 1px 1px 2px $dark;
|
||||
background-image: linear-gradient(transparent, rgba(0,0,0,0.7));
|
||||
}
|
||||
|
||||
&-cover {
|
||||
height: calc(100% - 5px);
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.memo-edit {
|
||||
|
||||
Reference in New Issue
Block a user