Styling for paragraphs in statuses
parent
73615d7a79
commit
457625591d
|
@ -54,6 +54,14 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #d9e1e8;
|
color: #d9e1e8;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -161,6 +161,14 @@
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
color: #282c37;
|
color: #282c37;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 18px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #2b90d9;
|
color: #2b90d9;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue