feat: add no margin option to indicator and added orange color

This commit is contained in:
Shivam Mishra 2020-06-29 19:27:50 +05:30
parent 552632bdb6
commit fc122a2fc4
2 changed files with 16 additions and 0 deletions

View file

@ -19,6 +19,11 @@
vertical-align: middle;
}
.indicator-pill.no-margin::before,
.indicator-pill-right.no-margin::after {
margin-right: 0px;
}
.indicator-pill-right::after {
margin:0 0 0 4px;
}

View file

@ -111,6 +111,17 @@ $light: $gray-50 !default;
--yellow-100: #FEE9BF;
--yellow-50: #FEF4E2;
--orange-900: #653019;
--orange-800: #7B3A1E;
--orange-700: #9C4621;
--orange-600: #CB5A2A;
--orange-500: #F8814F;
--orange-400: #F9966C;
--orange-300: #FDAE8C;
--orange-200: #FECDB8;
--orange-100: #FFEAE1;
--orange-050: #FFF5F0;
--purple-900: #343360;
--purple-800: #45438F;
--purple-700: #4946BF;