mirror of https://github.com/status-im/fathom.git
Add `.italic` util class.
This commit is contained in:
parent
7be07970e7
commit
9bd461f8d5
|
@ -47,6 +47,10 @@
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.italic {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.center-text {
|
.center-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue