mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix style
This commit is contained in:
parent
84f16fe8ab
commit
2399ebc1fc
@ -46,8 +46,7 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
fle
|
flex-direction: column;
|
||||||
x-direction: column;
|
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -63,6 +62,8 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-family: "Space Grotesk", sans-serif;
|
font-family: "Space Grotesk", sans-serif;
|
||||||
|
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -73,6 +74,8 @@
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -92,5 +95,9 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
|
svg, span {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user