mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
8d47f56917
* Build assets using webpack * Change webpack bundling method, add path aliases, restore deploy script * Remove babel dependencies * Add buble rollup plugin and always attach promise polyfill to window * Fix object formatting for buble rollup plugin config * Remove reference to setImmediate from promise polyfill
30 lines
459 B
SCSS
30 lines
459 B
SCSS
|
|
#imagespns {
|
|
border: $border;
|
|
padding: 2px 10px;
|
|
background: $background_odd_color;
|
|
text-align: center;
|
|
.subtext {
|
|
font-size: 10px;
|
|
}
|
|
.spnstxt {
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
color: $foreground_half_color;
|
|
margin: 2px;
|
|
margin-bottom: 4px;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
#imagespns__link {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.table--adverts__image {
|
|
width: 730px;
|
|
}
|