blob: ef0b03ba03ea803f6f9e23d4614e8c64269b66ee (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 | @import '~bootstrap/scss/bootstrap'
@import './common/common'
@import './common/alert'
@import './home/home'
@import './about/about'
@import './timeline/timeline'
@import './timeline/timeline-ui'
@import './user/user-page'
body
  margin: 0
#app
  display: flex
  flex-direction: column
small
  line-height: 1.2
.width-1px
  width: 1px
.flex-fix-length
  flex-grow: 0
  flex-shrink: 0
.position-lt
  left: 0
  top: 0
.position-rb
  right: 0
  bottom: 0
.app-bar
  z-index: 1035
.avatar
  width: 60px
.avatar.large
  width: 100px
.avatar.small
  width: 40px
.mt-appbar
  margin-top: 56px
.icon-button
  font-size: 1.4em
.large-icon-button
  font-size: 1.6em
.cursor-pointer
  cursor: pointer
textarea
  resize: none
.white-space-no-wrap
  white-space: nowrap
.cru-card
  @extend .shadow
  @extend .border
  @extend .border-primary
  @extend .rounded
  @extend .bg-light
.full-viewport-center-child
  position: fixed
  width: 100vw
  height: 100vh
  display: flex
  justify-content: center
  align-items: center
.text-orange
  color: $orange
 |