UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

32 lines (29 loc) 926 B
/*#endregion */ /* ###################### MIXINS ##########################*/ /*Core Visibility */ /* 0, 640px */ /* 641px, 1024px */ /* 1025px, 1440px */ /* 1441px, 1920px */ /* 1921px */ card { width: 100%; } .card-container { height: inherit; } .card-container .card { border-radius: 3px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; height: inherit; } .card-container .card.is-selectable:hover { box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); cursor: pointer; } .card-container .card.card--color-white { background: white; } .card-container .card.card--color-dark { background: #424242; } .card-container .card.card--color-primary { background: #8BC34A; } /*# sourceMappingURL=core-card.css.map */