##// END OF EJS Templates
bower: added bower file
bower: added bower file

File last commit:

r699:49c50282 default
r702:a2a87a27 default
Show More
polymer.less
33 lines | 544 B | text/x-less | LessCssLexer
//Primary CSS
//--- IMPORTS ------------------//
@import 'helpers';
@import 'mixins';
@import 'rcicons';
@import 'fonts';
@import 'variables';
@import 'legacy_code_styles';
@import 'type';
@import 'alerts';
@import 'buttons';
@import 'tags';
@import 'examples';
@import 'login';
@import 'comments';
.toast-level {
display: inline-block;
min-width: 100px;
font-weight: bold;
text-transform: uppercase;
&.info, &.success {
color: #0ac878;
}
&.error, &.danger {
color: #e85e4d;
}
&.warning {
color: #ffc854;
}
}