about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/modal.scss
blob: 310dcb9249e3aab245765c54e65eafb8b8f5a229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.modal-layout {
  background: $ui-base-color url('../images/wave-modal.png') repeat-x bottom fixed;
  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;
    background: url('../images/mastodon-ui.png') no-repeat left bottom / contain;
  }
}