Improvements

- Add .contrast variant
- Separate _button-styles.scss
- Edit .secondary, mark, figcaption, hgroup, tooltips
- Docs: Add More about grids, External links icon, Second theme switcher
This commit is contained in:
Lucas 2019-11-30 12:43:20 +07:00
parent 066c0a04fd
commit 73237bdcd4
26 changed files with 516 additions and 229 deletions

View file

@ -2,6 +2,15 @@
* Docs: Documentation
*/
// Docs: Themes
//
#themes {
button i {
font-style: normal;
}
}
// Docs: Customization
//
@ -73,9 +82,15 @@
#grids {
button {
display: inline-block;
width: auto;
margin-right: .5rem;
display: block;
width: 100%;
margin-bottom: $spacing-typography/2;
@media (min-width: map-get($breakpoints, "sm")) {
display: inline-block;
width: auto;
margin-right: .5rem;
}
svg {
stroke: var(--secondary);
@ -91,4 +106,8 @@
background: var(--code-background);
text-align: center;
}
details {
margin-top: $spacing-typography*2;
}
}