about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/monsterfork/components/status.scss
blob: fb2cfabce5ae6bd90c3da42d7bc97bd8081b7f0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.status__edit-notice {
  & > span {
    color: $dark-text-color;
    line-height: normal;
    font-style: italic;
    font-size: 12px;
  }
}

@for $i from 0 through 15 {
  div[data-nest-level="#{$i}"] {
    border-left: #{$i * 5}px dashed darken($ui-base-color, 8%);
  }
}

div[data-nest-deep="true"] {
  border-left: 75px dashed darken($ui-base-color, 8%);
}