-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyles.css
133 lines (108 loc) · 2.04 KB
/
styles.css
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
h1, h2, h3, h4, h5 {
color: rgba(0,0,0,0.67);
}
p, div {
color: rgba(0,0,0,0.87);
}
.light-text {
color: rgba(0,0,0,0.5);
}
md-divider {
margin-top: 8px !important;
padding: 4px !important;
}
.fake-icon {
max-width: 48px !important;
min-width: 48px !important;
}
.option-picker {
margin: 16px;
}
.nomargin {
margin: 0px !important;
}
.nopadding {
padding: 0px !important;
}
.subtitle {
white-space: line;
overflow: hidden;
text-overflow: ellipsis;
}
.subtext {
color: rgba(0,0,0,0.5);
font-size: 12px;
}
.community-btn {
text-transform: capitalize;
padding: 8px;
border-left: 3px solid rgba(0,0,0,0.0);
cursor: hand;
cursor: pointer;
outline: none;
}
a {
color: rgba(0,0,0,0.87);
text-decoration: none;
outline: rgba(0,0,0,0.0);
}
form {
padding: 0px;
margin: 0px;
}
.cursor {
outline: none;
cursor: hand;
cursor: pointer;
}
.community-btn:hover, .community-btn:focus {
border-left: 3px solid rgba(0,0,0,0.33);
}
.current-community {
border-left: 3px solid rgba(0,0,0,0.5) !important;
}
md-input-container {
margin: 0px;
padding: 0px;
}
.md-errors-spacer {
min-height: 0px !important;
}
.post-body {
border-left-width: 2px !important;
border-bottom-width: 0px !important;
padding: 8px !important;
overflow: auto !important;
min-height: 120px !important;
max-height: 50vh !important;
}
.selectable * {
-webkit-touch-callout: text !important;
-webkit-user-select: text !important;
-khtml-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
word-break: break-word;
}
.md-char-counter {
position: absolute;
top: -16px;
right: 10px;
}
.icon-btn {
min-width: 40px;
max-width: 40px;
}
.md-resize-handle {
bottom: 0px !important;
}
.margin-bottom {
margin-bottom: 4px;
}
.small-margin, h1 {
margin: 8px 0px !important;
}
.small-margin, p {
margin: 8px 0px !important;
}