File tree Expand file tree Collapse file tree 1 file changed +6
-58
lines changed
src/dashboard/Data/Browser Expand file tree Collapse file tree 1 file changed +6
-58
lines changed Original file line number Diff line number Diff line change 22
22
& .safari {
23
23
-webkit-transform : translate3d (0 ,0 ,0 );
24
24
}
25
-
26
- & .showAddRow {
27
- bottom : 36px ;
28
- }
29
25
}
30
26
31
27
@media (max-width : 980px ) {
93
89
top : 30px ;
94
90
bottom : 0 ;
95
91
left : 0 ;
96
- width : 100% ;
97
92
min-width : 100% ;
98
93
overflow-y : auto ;
99
94
overflow-x : hidden ;
103
98
top : 126px ;
104
99
}
105
100
106
- .rowsHolder {
107
- position : absolute ;
108
- top : 0 ;
109
- right :0 ;
110
- bottom : 0 ;
111
- left : 0 ;
112
- width : 100% ;
113
- }
114
-
115
101
.tableRow {
116
102
@include MonospaceFont ;
117
103
font-size : 12px ;
135
121
}
136
122
137
123
.addRow {
138
- position : fixed ;
139
- left : 300px ;
140
- right : 0 ;
141
- bottom : 0 ;
142
- height : 36px ;
124
+ height : 30px ;
143
125
padding : 8px ;
144
- display : inline-flex ;
145
- align-items : center ;
146
- border-top : 1px solid #ccc ;
126
+
127
+ a {
128
+ cursor : pointer ;
129
+ display : inline-block ;
130
+ }
147
131
148
132
svg {
149
133
fill : $blue ;
152
136
fill : $darkBlue ;
153
137
}
154
138
}
155
-
156
- a {
157
- display : inline-flex ;
158
- justify-content : center ;
159
- align-items : center ;
160
- margin-right : 14px ;
161
- font-size : 12px ;
162
- font-weight : 700 ;
163
- height : 24px ;
164
- padding : 0 10px ;
165
- border-radius : 2px ;
166
- border : 1px solid transparent ;
167
- }
168
-
169
- + .rowsHolder {
170
- bottom : 60px ;
171
- }
172
- }
173
-
174
- .addNewRow {
175
- position : relative ;
176
- margin-bottom : 30px ;
177
- border-bottom : 1px solid #169CEE ;
178
-
179
- & :before {
180
- content : ' ' ;
181
- position : absolute ;
182
- left : 0 ;
183
- right : 0 ;
184
- bottom : -1px ;
185
- border-bottom : 2px solid #0092ff ;
186
- }
187
-
188
- + .rowsHolder {
189
- position : relative ;
190
- }
191
139
}
192
140
193
141
.notificationMessage , .notificationError {
You can’t perform that action at this time.
0 commit comments