pict-rs-proxy/scss/images.scss

31 lines
476 B
SCSS
Raw Normal View History

ul {
list-style: none;
padding: 0;
margin: 0;
li {
border-bottom: 1px solid #e5e5e5;
}
}
.subtitle {
margin-bottom: 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-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;
max-height: 400px;
2020-06-13 23:30:49 +00:00
}