format
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
color: var(--text-h);
|
color: var(--text-h);
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__meta {
|
&__meta {
|
||||||
@@ -54,7 +53,7 @@
|
|||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: "";
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: box-shadow 0.2s, opacity 0.2s;
|
transition:
|
||||||
|
box-shadow 0.2s,
|
||||||
|
opacity 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
|||||||
Reference in New Issue
Block a user