pict-rs-proxy/scss/images.scss

34 lines
453 B
SCSS
Raw Permalink 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 {
2020-11-03 00:43:47 +00:00
display: block;
max-width: 400px;
2020-06-18 00:46:57 +00:00
img,
video {
2020-11-15 20:37:15 +00:00
max-height: 400px;
2020-06-18 00:46:57 +00:00
}
}
img,
video {
2020-06-13 23:30:49 +00:00
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-11-03 00:43:47 +00:00
max-width: 100%;
2020-06-13 23:30:49 +00:00
}