mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
moved standard out less block to be more modular
This commit is contained in:
@@ -2030,25 +2030,3 @@ tr td button i {
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.DownloadStandardOut {
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.DownloadStandardOut--onStandardOutPage {
|
|
||||||
margin-top: -3px;
|
|
||||||
margin-right: -9px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.DownloadStandardOut--onModal {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.DownloadStandardOut-icon {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.DownloadStandardOut-icon--withText {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|||||||
23
awx/ui/client/src/shared/download-standard-out.block.less
Normal file
23
awx/ui/client/src/shared/download-standard-out.block.less
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/** @define DownloadStandardOut */
|
||||||
|
|
||||||
|
.DownloadStandardOut {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DownloadStandardOut--onStandardOutPage {
|
||||||
|
margin-top: -3px;
|
||||||
|
margin-right: -9px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DownloadStandardOut--onModal {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DownloadStandardOut-icon {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DownloadStandardOut-icon--withText {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user