2016-05-06 00:48:41 +03:00
|
|
|
@import '../../shared/styles/variables';
|
2015-12-21 00:34:20 +03:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 150px;
|
|
|
|
width: auto;
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
2016-03-22 01:43:40 +03:00
|
|
|
//padding: 0 5px;
|
2015-12-21 00:34:20 +03:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|