aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
AgeCommit message (Expand)AuthorFilesLines
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-08-14Removed execution of PMD from buildvempo1-89/+0
2018-08-02Removed forced dependencies in commonvempo1-376/+243
2018-07-29re base codeMichael Lando1-375/+368
2018-07-15Upgraded servlet-api version to 3.0.1vempo1-2/+3
2018-07-09Removed unused slf4j from configuration libvempo1-1/+1
2018-06-19Change TestNG scopeavigaffa1-1/+1
2018-06-11Upgrade datastax cassandra driver to 3.4.0talig1-2/+2
2018-06-04Fixing Merge Build issue and Sonar issues.Gautam Shah1-47/+2
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-29Onboarding build optimization incl Qual ControlGautam Shah1-1/+1
2018-05-28Onboarding build optimization incl Qual ControlGautam Shah1-30/+182
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2018-04-30Rename packages from openecomp to onap.amitjai1-6/+6
2018-04-26Reducing onboarding backend maven build timeGautam Shah1-1/+51
2018-03-07Sync Integ to MasterMichael Lando1-1/+1
2017-12-06Duplicate logging frameworks mergingnoahs1-1/+0
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-07-26[SDC] Full OnBoard health-check and NFoD supportAvi Ziv1-10/+0
2017-07-18[SDC] Onboarding 1710 rebase.Avi Ziv1-0/+11
2017-06-09[SDC-29] Amdocs OnBoard 1707 initial commit.AviZi1-0/+233
">to { background-position: 0 0; } } // Bar itself // ------------------------- // Outer container .progress { overflow: hidden; height: $line-height-computed; margin-bottom: $line-height-computed; background-color: $progress-bg; border-radius: $progress-border-radius; @include box-shadow(inset 0 1px 2px rgba(0, 0, 0, .1)); } // Bar of progress .progress-bar { float: left; width: 0%; height: 100%; font-size: $font-size-small; line-height: $line-height-computed; color: $progress-bar-color; text-align: center; background-color: $progress-bar-bg; @include box-shadow(inset 0 -1px 0 rgba(0, 0, 0, .15)); @include transition(width .6s ease); } // Striped bars // // `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the // `.progress-bar-striped` class, which you just add to an existing // `.progress-bar`. .progress-striped .progress-bar, .progress-bar-striped { @include gradient-striped; background-size: 40px 40px; } // Call animation for the active one // // `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the // `.progress-bar.active` approach. .progress.active .progress-bar, .progress-bar.active { @include animation(progress-bar-stripes 2s linear infinite); } // Variations // ------------------------- .progress-bar-success { @include progress-bar-variant($progress-bar-success-bg); } .progress-bar-info { @include progress-bar-variant($progress-bar-info-bg); } .progress-bar-warning { @include progress-bar-variant($progress-bar-warning-bg); } .progress-bar-danger { @include progress-bar-variant($progress-bar-danger-bg); }