pict-rs-proxy/scss/images.scss

37 lines
571 B
SCSS
Raw Normal View History

ul {
list-style: none;
padding: 0;
margin: 0;
li {
border-bottom: 1px solid #e5e5e5;
}
}
.subtitle {
2020-06-18 00:46:57 +00:00
margin: 0;
}
2020-06-13 23:30:49 +00:00
.imagebox {
display: flex;
justify-content: center;
align-items: middle;
max-width: 400px;
max-height: 400px;
2020-06-18 00:46:57 +00:00
&.box-thumb {
max-width: none;
max-height: none;
}
}
2020-06-13 23:30:49 +00:00
img {
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
margin-right: auto;
2020-06-18 01:11:39 +00:00
max-height: inherit;
max-width: inherit;
2020-06-13 23:30:49 +00:00
}