about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/local_settings/style.scss
blob: 765294607da3ed07372c521a436b3333de17ed7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@import 'styles/mastodon/variables';

.glitch.local-settings {
  position: relative;
  display: flex;
  flex-direction: row;
  background: $ui-secondary-color;
  color: $ui-base-color;
  border-radius: 8px;
  height: 80vh;
  width: 80vw;
  max-width: 740px;
  max-height: 450px;
  overflow: hidden;

  label {
    display: block;
  }

  h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}