mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-28 02:15:17 +00:00
Adding Heading h4 general styles
This commit is contained in:
parent
0c29e5d3a8
commit
267c4edf1a
@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
font-weight: bold;
|
font-weight: $bolderFont;
|
||||||
|
letter-spacing: -0.5px;
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Roboto Mono', monospace;
|
||||||
font-size: $(fontSizeHeadingSm)px;
|
font-size: $(fontSizeHeadingSm)px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h4 {
|
.h4 {
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
|
letter-spacing: -0.5px;
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Roboto Mono', monospace;
|
||||||
font-size: $(fontSizeHeadingXs)px;
|
font-size: $(fontSizeHeadingXs)px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user