Browse Source
Add sidebar item padding (#3090)
* Added padding to the left and to the right
* Switched it to MetaTitle
main
Kate Efimova
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/templates/components/Sidebar/Section.js
|
@ -40,7 +40,8 @@ class Section extends React.Component { |
|
|
cssProps={{ |
|
|
cssProps={{ |
|
|
[media.greaterThan('small')]: { |
|
|
[media.greaterThan('small')]: { |
|
|
color: isActive ? colors.text : colors.subtle, |
|
|
color: isActive ? colors.text : colors.subtle, |
|
|
|
|
|
paddingRight: 7, |
|
|
|
|
|
paddingLeft: 7, |
|
|
':hover': { |
|
|
':hover': { |
|
|
color: colors.text, |
|
|
color: colors.text, |
|
|
}, |
|
|
}, |
|
|