mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
moved standard out less block to be more modular
This commit is contained in:
parent
659fe78285
commit
66d71d6d1c
@ -2030,25 +2030,3 @@ tr td button i {
|
||||
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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user