-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdx-styles.scss
More file actions
68 lines (55 loc) · 971 Bytes
/
Copy pathdx-styles.scss
File metadata and controls
68 lines (55 loc) · 971 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
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
html, body {
margin: 0px;
min-height: 100%;
height: 100%;
}
* {
box-sizing: border-box;
}
.content {
line-height: 1.5;
h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 20px;
}
}
.side-nav-outer-toolbar .dx-drawer {
height: calc(100% - 56px)
}
.content-block {
margin-left: 40px;
margin-right: 40px;
margin-top: 20px;
.screen-x-small & {
margin-left: 20px;
margin-right: 20px;
}
}
.responsive-paddings {
padding: 20px;
.screen-large & {
padding: 40px;
}
}
.dx-card.wide-card {
border-radius: 0;
margin-left: 0;
margin-right: 0;
border-right: 0;
border-left: 0;
}
.with-footer > .dx-scrollable-wrapper >
.dx-scrollable-container > .dx-scrollable-content {
height: 100%;
& > .dx-scrollview-content {
display: flex;
flex-direction: column;
min-height: 100%;
}
}
// Estilos extras
.dx-toolbar {
background: rgba(184, 54, 54, 0) !important;
}
$side-panel-min-width: 60px;