-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.less
71 lines (59 loc) · 1.05 KB
/
styles.less
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
* {
max-width: 100%;
}
.logo {
color: #0647a5;
font-weight: bold;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
svg {
height: 30px;
margin-right: 10px;
}
}
.chart-tooltip {
background: white;
border: 1px solid lightgray;
border-radius: 3px;
padding: 10px;
& > p:last-child {
margin-bottom: 0;
}
}
.ant-select-selection {
min-width: 200px;
}
.ant-layout-header,
.ant-card {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.ant-card {
& .ant-layout {
background: transparent;
}
& .ant-layout-sider {
margin-left: 10px;
padding-left: 30px;
border-left: 1px solid rgb(232, 232, 232);
}
}
.ant-card-head-title {
white-space: normal;
}
.ant-page-header {
display: flex;
align-items: center;
}
.ant-page-header-back {
flex: 0 0 auto;
}
.recharts-tooltip-wrapper {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
// Ensures the subtitle shows under the title instead of next to it
.ant-page-header-title-view-title {
display: block !important;
}