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:
parent
dcac725550
commit
0a47159aed
10
openstack_dashboard/static/dashboard/scss/_contrib.scss
Normal file
10
openstack_dashboard/static/dashboard/scss/_contrib.scss
Normal 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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user