Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.scss « mobile « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f49b0ee886b5e5f8967455726e9af1bb90f4d500 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#settings_nav {
  border-bottom: 1px solid $border-grey;
  margin-bottom: 1rem;
  padding-bottom: 1rem;

  ul {
    padding: 0px;
    margin: 0px;
  }

  li {
    display: inline;
    font-size: 1.7rem;
    padding: 0px 0.3rem;

    &:first-child { padding-left: 0px; }
    &:last-child { padding-right: 0px; }
  }
}

.services_page {
  h3 {
    margin: 1rem 0px;
  }

  .services_explanation {
    border-top: 1px solid $border-grey;
    margin-top: 1rem;
    padding: 1rem 0;
  }
}

.applications-page .applications-explanation {
  margin-bottom: 15px;
}

.application-img {
  margin: auto;
  max-width: 150px;
  text-align: center;

  .entypo-browser {
    font-size: 137px;
    height: 160px;
    margin-top: -45px;
  }
}

.settings-container {
  .blocked-person {
    margin: 0;
    padding: 10px 0;

    .avatar {
      height: 50px;
      width: 50px;
    }
  }
}

.user-language,
.user-color-theme,
.aspect-id {
  padding: 3px;
}