moved standard out less block to be more modular

This commit is contained in:
John Mitchell 2015-08-04 12:01:09 -04:00
parent 659fe78285
commit 66d71d6d1c
2 changed files with 23 additions and 22 deletions

View File

@ -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;
}

View 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;
}