about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/modal.scss
blob: a17476ccb59df90bfe403ffac016e2d64fdc5d0c (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;
  }
}