horizon/openstack_dashboard/static/dashboard/scss/_contrib.scss
Diana Whitten 0a47159aed 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
2015-12-22 09:43:25 -07:00

10 lines
284 B
SCSS

/* 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;
}