Clean up horizon.scss - _contrib.scss

A major part of the css reorg is a better organization of the css
styles themselves. horizon.scss should be a global import level file.

_contrib.scss: Styles that currently relate to a contrib page. These
should be moved out eventually to the contrib area

Change-Id: Ifa66b887c6e2de1579744b8c439dbe0b7826f0a1
Partially-Implements: blueprint horizon-theme-css-reorg
This commit is contained in:
Diana Whitten 2015-12-22 09:33:56 -07:00
parent dcac725550
commit 0a47159aed
2 changed files with 12 additions and 7 deletions

View File

@ -0,0 +1,10 @@
/* The styles in this file will be moved out to their contrib
directories or deprecated entirely. */
/* Used to build compact node groups and tags tables */
.small-padding {
padding-left: 0;
padding-right: $padding-small-vertical;
padding-bottom: $padding-small-vertical;
}

View File

@ -37,6 +37,8 @@
@import "components/messages";
@import "components/table_actions";
// Contrib stuff
@import "contrib";
/* new clearfix */
.clearfix:after {
@ -79,13 +81,6 @@ ul {
list-style: disc;
}
/* Used to build compact node groups and tags tables */
.small-padding {
padding-left: 0;
padding-right: 5px;
padding-bottom: 5px;
}
dt {
font-weight: bold;
}