diff --git a/index.less b/index.less index ac13804..9b991e6 100644 --- a/index.less +++ b/index.less @@ -63,6 +63,7 @@ LESSCSS @import "styles/package-support/build"; @import "styles/package-support/color-picker"; @import "styles/package-support/expose"; +@import "styles/package-support/github"; @import "styles/package-support/imdone-atom"; @import "styles/package-support/indent-guide-improved"; @import "styles/package-support/minimap"; diff --git a/styles/package-support/github.less b/styles/package-support/github.less new file mode 100644 index 0000000..66bc787 --- /dev/null +++ b/styles/package-support/github.less @@ -0,0 +1,19 @@ +/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +title Core Package Support: github + +project nord-atom-ui + +repository https://github.com/arcticicestudio/nord-atom-ui + +author Arctic Ice Studio + +email development@arcticicestudio.com + +copyright Copyright (C) 2017 + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +[References] +Atom Packages + (https://atom.io/packages/github) +*/ +.github-BranchMenuView { + select.github-BranchMenuView-select { + .button(@button-border-color); + .text(normal); + } +}