css memos show
This commit is contained in:
33
resources/sass/pages/memos.scss
vendored
33
resources/sass/pages/memos.scss
vendored
@@ -27,6 +27,12 @@
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
&-change {
|
||||
text-align: right;
|
||||
background: $greyLight;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.memo-edit {
|
||||
@@ -36,3 +42,30 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.memo-style {
|
||||
p {
|
||||
margin: 0.25rem 0 0.5rem;
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
background-color: $greyLight;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $greyLight;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user