-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathDashboard.scss
More file actions
41 lines (36 loc) · 712 Bytes
/
Dashboard.scss
File metadata and controls
41 lines (36 loc) · 712 Bytes
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
/*
* Copyright (c) 2016-present, Parse, LLC
* All rights reserved.
*
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*/
@import 'stylesheets/globals.scss';
.content {
margin-left: var(--sidebar-width, 300px);
overflow: auto;
max-height: 100vh;
}
body:global(.expanded) {
.content {
margin-left: $sidebarCollapsedWidth;
}
}
.loadingError {
font-size: 58px;
color: #ffffff;
}
.empty {
position: relative;
background: #1e3b4d;
min-height: 100vh;
text-align: center;
}
.cloud {
width: 170px;
height: 170px;
border-radius: 100%;
padding-top: 30px;
background: #3E5566;
margin: 0 auto 14px auto;
}