mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 11:09:01 +08:00
improve spacings
This commit is contained in:
parent
76dca53d80
commit
a22185de57
@ -105,7 +105,7 @@ export default {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: rgba($color-black, 0.5);
|
color: rgba($color-black, 0.5);
|
||||||
color: #27b127;
|
color: #27b127;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -79,7 +79,7 @@ h3 {
|
|||||||
color: rgba($color-black, 0.7);
|
color: rgba($color-black, 0.7);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1.5rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user