mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄
This commit is contained in:
@@ -8,7 +8,7 @@ section {
|
||||
|
||||
&.bordered {
|
||||
margin: 0;
|
||||
padding: @component-padding*2 0;
|
||||
padding: @component-padding*3 0;
|
||||
border-top: 1px solid @tool-panel-border-highlight-color;
|
||||
border-bottom: 1px solid @tool-panel-border-color;
|
||||
|
||||
|
||||
@@ -65,6 +65,6 @@
|
||||
|
||||
|
||||
// Non-api variables
|
||||
// Dont use these! They may change, and all themes may not support them.
|
||||
// Dont use these in your package! They may change, and all themes may not support them.
|
||||
|
||||
@badge-background-color: lighten(@tool-panel-background-color, 10%);
|
||||
|
||||
Reference in New Issue
Block a user