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