clarion/app/assets/stylesheets/management/_users.scss

11 lines
197 B
SCSS
Raw Normal View History

2019-04-29 21:34:03 +03:00
.panel .panel-image img {
display: block;
max-width: 100%;
2019-05-01 01:48:44 +03:00
max-height: 250px;
2019-04-29 21:34:03 +03:00
height: auto;
margin-right: auto;
margin-left: auto;
width: 100%;
2019-05-01 01:48:44 +03:00
object-fit: cover;
2015-05-30 16:26:48 +03:00
}