nyastodon/app/javascript/styles/mastodon/modal.scss

21 lines
415 B
SCSS
Raw Normal View History

2018-01-02 05:07:56 +01:00
.modal-layout {
2018-01-02 07:26:44 +01:00
background: $ui-base-color url('~images/wave-modal.png') repeat-x bottom fixed;
2018-01-02 05:07:56 +01:00
display: flex;
flex-direction: column;
height: 100vh;
padding: 0;
}
.modal-layout__mastodon {
display: flex;
flex: 1;
flex-direction: column;
justify-content: flex-end;
> * {
flex: 1;
max-height: 235px;
2018-01-02 07:26:44 +01:00
background: url('~images/mastodon-ui.png') no-repeat left bottom / contain;
2018-01-02 05:07:56 +01:00
}
}