mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Move mixins to ui-mixins
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "mixins";
|
||||
@import "ui-mixins";
|
||||
@import "ui-colors";
|
||||
|
||||
.btn-toggle.btn-group {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "mixins";
|
||||
@import "ui-mixins";
|
||||
@import "ui-colors";
|
||||
|
||||
.list-group .list-group-item { .text(normal); }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "mixins";
|
||||
@import "ui-mixins";
|
||||
@import "ui-colors";
|
||||
|
||||
.tool-panel {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "mixins";
|
||||
@import "ui-mixins";
|
||||
@import "ui-colors";
|
||||
|
||||
.selected {
|
||||
|
||||
@@ -3,14 +3,17 @@
|
||||
// Pattern matching; ish is cray.
|
||||
// http://lesscss.org/#-pattern-matching-and-guard-expressions
|
||||
.text(normal) {
|
||||
font-weight: normal;
|
||||
color: @text-color;
|
||||
text-shadow: 0 -1px 0 #333;
|
||||
}
|
||||
.text(subtle) {
|
||||
font-weight: normal;
|
||||
color: @text-color-subtle;
|
||||
text-shadow: none;
|
||||
}
|
||||
.text(highlighted) {
|
||||
font-weight: normal;
|
||||
color: @text-color-highlight;
|
||||
text-shadow: 0 -1px 0 #333;
|
||||
}
|
||||
Reference in New Issue
Block a user