UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

48 lines (46 loc) 1.22 kB
/*#endregion */ .core-image { position: relative; max-height: inherit; max-width: inherit; } .core-image .core-image-progress { position: absolute; width: 100%; height: 100%; } .core-image img { width: inherit; height: inherit; border-radius: 50%; } .core-image.core-image-type-rouded { border-radius: 50%; } .core-image.core-image-size-sm { width: 24px; height: 24px; min-width: 24px; min-height: 24px; } .core-image.core-image-size-md { width: 48px; height: 48px; min-width: 48px; min-height: 48px; } .core-image.core-image-size-lg { width: 128px; height: 128px; min-width: 128px; min-height: 128px; } .core-image.core-image-size-xlg { width: 256px; height: 256px; min-width: 256px; min-height: 256px; } .core-image.edit .core-image-holder { width: inherit; height: inherit; /* background: rgba(255,87,34,0.5); */ border-radius: 50%; position: absolute; top: 0; } .core-image.edit .core-image-holder:hover { background: rgba(255, 255, 255, 0.5); cursor: pointer; } /*# sourceMappingURL=core-image.style.css.map */