💄 No more bootstrap-overrides.less

This commit is contained in:
Ben Ogle
2013-09-06 11:07:08 -07:00
parent 99ea5f02e4
commit 3621136ab5
5 changed files with 26 additions and 9 deletions

View File

@@ -3,12 +3,12 @@
@import "octicon-utf-codes";
@import "octicon-mixins";
@import "bootstrap-overrides.less";
@import "root-view.less";
@import "buttons.less";
@import "icons.less";
@import "links.less";
@import "panes.less";
@import "panels.less";
@import "sections.less";
@import "overlay.less";
@import "lists.less";

View File

@@ -1,8 +0,0 @@
.list-group, .list-group .list-group-item {
background-color: transparent;
border: none;
padding: 0;
margin: 0;
position: static;
}

View File

@@ -1,6 +1,15 @@
@import "ui-variables";
@import "octicon-mixins";
// This is a bootstrap override
.list-group, .list-group .list-group-item {
background-color: transparent;
border: none;
padding: 0;
margin: 0;
position: static;
}
.list-group, .list-tree {
margin: 0;
padding: 0;

13
static/panels.less Normal file
View File

@@ -0,0 +1,13 @@
@import "ui-variables";
// Override bootstrap styles here.
.panel {
border-radius: 0;
border: none;
background-color: transparent;
box-shadow: none;
.panel-heading {
border-radius: 0;
}
}

View File

@@ -1,5 +1,8 @@
@import "ui-variables";
// Pane-items are things that go inside a pane. Like the UI-Demo, the
// settings-view, the archive-view, the image-view. Etc. Basically a non-
// editor resource with a tab.
.pane-item {
overflow: auto;
color: @text-color;