1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Improve examples for search screen

This commit is contained in:
sauls8t 2018-07-31 13:13:29 -04:00
parent 67bb3bae4f
commit aaca1c73b1
2 changed files with 37 additions and 3 deletions

View file

@ -104,4 +104,23 @@
}
}
}
> .syntax {
margin: 20px;
> .example {
margin-top: 10px;
font-weight: 600;
font-size: 1.1rem;
font-style: italic;
color: $color-dark;
}
> .explain {
margin: 10px 0 20px 0px;
font-size: 1.2rem;
color: $color-gray;
}
}
}