philomena/assets/css/views/_channels.scss
David Joseph Guzsik 8d47f56917
Build assets using Webpack (#150)
* 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
2020-06-28 14:53:19 -04:00

21 lines
302 B
SCSS

.channel-strip__image {
vertical-align: top;
}
.channel-strip__state {
white-space: nowrap;
}
.media-box__header--channel {
width: 240px;
}
.media-box__header--channel .label {
vertical-align: middle;
line-height: 11px;
}
.media-box__content--channel {
width: 240px;
height: 180px;
}