mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Revert to prior method of compiling CSS
This commit is contained in:
parent
fd85aec6d5
commit
e2453b4199
@ -21,7 +21,7 @@
|
||||
src: url(/static/assets/OpenSans-Bold.ttf);
|
||||
}
|
||||
|
||||
@import "../shared/branding/colors.less";
|
||||
@import "src/shared/branding/colors.less";
|
||||
@import "fonts.less";
|
||||
@import "main-layout.less";
|
||||
@import "animations.less";
|
||||
@ -1,4 +1,4 @@
|
||||
@import "../shared/text-label.less";
|
||||
@import "src/shared/text-label.less";
|
||||
|
||||
.host-disabled-label {
|
||||
&:after {
|
||||
@ -1 +0,0 @@
|
||||
@import './dashboard-counts.block.less';
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define DashboardGraphs */
|
||||
|
||||
@import "shared/branding/colors.less";
|
||||
@import "../../shared/branding/colors.less";
|
||||
|
||||
.DashboardGraphs {
|
||||
margin-top: 15px;
|
||||
|
||||
@ -1 +0,0 @@
|
||||
@import './dashboard-graphs.block.less';
|
||||
@ -1 +0,0 @@
|
||||
@import './job-templates-list.block.less';
|
||||
@ -1 +0,0 @@
|
||||
@import './job-templates/main';
|
||||
@ -1,4 +0,0 @@
|
||||
@import './counts/main';
|
||||
@import './graphs/main';
|
||||
@import './lists/main';
|
||||
@import './dashboard.block.less';
|
||||
@ -1 +0,0 @@
|
||||
@import './standard-out-details.block.less';
|
||||
@ -1,5 +0,0 @@
|
||||
@import '../shared/button.block.less';
|
||||
|
||||
@import './menu-item.block.less';
|
||||
@import './menu-item.block.less';
|
||||
@import './main-menu.block.less';
|
||||
@ -1,7 +1,7 @@
|
||||
/** @define MenuItem */
|
||||
|
||||
@import (reference) "shared/utilities/icons.less";
|
||||
@import "shared/branding/colors.less";
|
||||
@import (reference) "../shared/utilities/icons.less";
|
||||
@import "../shared/branding/colors.less";
|
||||
|
||||
.MenuItem {
|
||||
@menu-breakpoint: 870px;
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
@import './legacy-styles/ansible-ui';
|
||||
|
||||
@import './dashboard/main';
|
||||
@import './jobs/main';
|
||||
@import './main-menu/main';
|
||||
@import './setup-menu/main';
|
||||
@import './system-tracking/main';
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define HoverIcon */
|
||||
|
||||
@import 'shared/branding/colors.less';
|
||||
@import '../shared/branding/colors.less';
|
||||
|
||||
.HoverIcon {
|
||||
@media screen and (max-width: 571px) {
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
@import '../shared/media-object.block.less';
|
||||
@import '../shared/container/container.block.less';
|
||||
|
||||
@import './hover-icon.block.less';
|
||||
@import './setup-extra.block.less';
|
||||
@import './setup-item.block.less';
|
||||
@import './setup-menu.block.less';
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define SetupItem */
|
||||
|
||||
@import 'shared/branding/colors.less';
|
||||
@import '../shared/branding/colors.less';
|
||||
|
||||
.SetupItem {
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define SetupMenu */
|
||||
|
||||
@import "shared/branding/colors.less";
|
||||
@import "../shared/branding/colors.less";
|
||||
@menu-breakpoint: 710px;
|
||||
|
||||
.SetupMenu {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define Button */
|
||||
|
||||
@import 'shared/branding/colors.less';
|
||||
@import '../shared/branding/colors.less';
|
||||
|
||||
.Button {
|
||||
&--pseudo {
|
||||
|
||||
@ -1 +0,0 @@
|
||||
@import './date-picker.block.less';
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define FactDataError */
|
||||
|
||||
@import "shared/branding/colors.less";
|
||||
@import "../../shared/branding/colors.less";
|
||||
|
||||
.FactDataError {
|
||||
display: flex;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
/** @define FactDataGroup */
|
||||
|
||||
@import 'shared/text-label.less';
|
||||
@import '../../shared/text-label.less';
|
||||
|
||||
.FactDataGroup {
|
||||
&-headings {
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
@import './fact-data-table.block.less';
|
||||
@import './fact-data-table-heading.block.less';
|
||||
@import './fact-data-error.block.less';
|
||||
@import './fact-data-group.block.less';
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define FactModuleFilter */
|
||||
|
||||
@import "shared/branding/colors.less";
|
||||
@import "../shared/branding/colors.less";
|
||||
|
||||
.FactModuleFilter {
|
||||
width: 100%;
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
@import './date-picker/main';
|
||||
@import './fact-data-table/main';
|
||||
@import './fact-module-filter.block.less';
|
||||
@import './fact-module-pickers.block.less';
|
||||
@import './system-tracking-container.block.less';
|
||||
@ -1,6 +1,6 @@
|
||||
/** @define Tooltip */
|
||||
|
||||
@import "shared/branding/colors.less";
|
||||
@import "../shared/branding/colors.less";
|
||||
.Tooltip-inner {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user