-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.styl
81 lines (61 loc) · 1.32 KB
/
app.styl
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
@import '~mixpanel-common/stylesheets/defaults/index'
label
display inline-flex
font-size-medium()
font-weight weight-bold
min-width 130px
white-space nowrap
mp-button
margin-right 5px
.segment-title
font-size-medium
.selected
font-weight weight-bold
.row
margin: 15px 0px
.segment
.bucket-section, .segment-section
margin-left 15px;
.bucket-row
> *
vertical-align middle
.label
display inline-flex
font-size-medium()
font-weight weight-bold
.if-label
width 50px
.bucket-expr-input
margin-right: 10px
.bucket-val-input
width 150px
.remove-btn
align-items center
cursor pointer
display inline-flex
svg-icon-style(grey-700, mp-red)
.segment-toggle
margin 5px 0px
.add-btn
align-items center
cursor pointer
display inline-flex
font-size-medium()
color grey-700
svg-icon-style(base-color: grey-700, speed: 0)
&:hover
color mp-blue
svg-icon-style(base-color: mp-blue, speed: 0)
.action-row
margin 20px 0px
.alert-body
.title
font-size-large()
font-weight weight-bold
white-space normal
.message
font-size-medium()
font-weight weight-bold
margin 10px
text-align left
white-space normal