summaryrefslogtreecommitdiff
path: root/templates/assets/sass/hipster_cards/_labels.scss
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-03-23 15:17:03 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-03-23 15:17:03 +0530
commit01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 (patch)
tree3d14b60e737ecd6c3c516798cddf5ca52db24348 /templates/assets/sass/hipster_cards/_labels.scss
parentc9198259402c1d01ad8d943832c20069635963da (diff)
downloadminionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.tar.gz
minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.zip
adding the new theme
Diffstat (limited to 'templates/assets/sass/hipster_cards/_labels.scss')
-rw-r--r--templates/assets/sass/hipster_cards/_labels.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/assets/sass/hipster_cards/_labels.scss b/templates/assets/sass/hipster_cards/_labels.scss
new file mode 100644
index 0000000..ecc6fb4
--- /dev/null
+++ b/templates/assets/sass/hipster_cards/_labels.scss
@@ -0,0 +1,24 @@
+/* Labels & Progress-bar */
+.label{
+ padding: 10px 13px;
+ border-radius: 2px;
+ font-weight: 500;
+ font-size: 11px;
+ text-transform: uppercase;
+ display: inline-block;
+}
+.label-primary{
+ background-color: #3472F7;
+}
+.label-info{
+ background-color: #2CA8FF;
+}
+.label-success{
+ background-color: #05AE0E;
+}
+.label-warning{
+ background-color: #FF9500;
+}
+.label-danger{
+ background-color: #FF3B30;
+} \ No newline at end of file