Merge pull request #66 from bagisto/jitendra

Badge css added in Ui
This commit is contained in:
JItendra Singh 2018-10-18 13:59:16 +05:30 committed by GitHub
commit 053b72e015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -772,6 +772,42 @@ h2 {
}
}
.badge {
background: #E7E7E7;
@include border-radius(2px);
padding: 8px;
color: #000311;
display: inline-block;
&.label-sm {
padding: 5px;
}
&.label-md {
padding: 8px;
}
&.label-lg {
padding: 11px;
}
&.label-xl {
padding: 14px;
}
&.success {
background-color: $success-color;
}
&.danger {
background-color: $danger-color;
}
&.warning {
background-color: $warning-color;
}
}
.image-wrapper {
margin-bottom: 20px;
display: inline-block;