-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathblazorexpress.chartjs.demo.rcl.css
More file actions
121 lines (101 loc) · 2.81 KB
/
blazorexpress.chartjs.demo.rcl.css
File metadata and controls
121 lines (101 loc) · 2.81 KB
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
:root {
--be-bulma-border-color: #dee2e6;
--be-bulma-border-radius: 0.375rem;
--be-bulma-pre-bg: #f8f9fa;
/*masthead*/
--be-bulma-body-bg-rgb: 255,255,255;
--be-bulma-primary-rgb: 13,110,253;
--be-bulma-accent-rgb: 255, 228, 132;
--be-bulma-violet-rgb: 112.520718, 44.062154, 249.437846;
--be-bulma-pink-rgb: 214, 51, 132;
}
[data-theme=light] {
--be-bulma-pre-bg: #f5f2f0;
}
[data-theme=dark] {
--be-bulma-border-color: #495057;
--be-bulma-pre-bg: #1b1f22;
}
h1:focus-visible {
outline: inherit !important;
}
.be-bulma-masthead {
background-image: linear-gradient(180deg, rgba(var(--be-bulma-body-bg-rgb), 0.01), rgba(var(--be-bulma-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--be-bulma-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--be-bulma-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--be-bulma-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--be-bulma-pink-rgb), 0.5), transparent 50%)
}
.be-bulma-doc-example {
margin-bottom: 1rem;
border: 1px solid var(--be-bulma-border-color);
border-radius: var(--be-bulma-border-radius);
}
.be-bulma-doc-example-demo {
border: 0 !important;
margin: 0 !important;
}
.be-bulma-doc-example-demo {
padding: 1rem;
}
.be-bulma-doc-example-toolbar {
background-color: var(--be-bulma-pre-bg);
border-top: 1px solid var(--be-bulma-border-color);
border-bottom: 1px solid var(--be-bulma-border-color);
}
.be-bulma-doc-example-snippet {
background-color: var(--be-bulma-pre-bg);
}
.be-bulma-doc-example-snippet pre {
background-color: var(--be-bulma-pre-bg) !important;
border: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.be-bulma-doc-float-end {
float: right !important;
}
.be-bulma-doc-hr {
background-color: var(--bulma-primary) !important;
border-radius: 9999px;
height: .25rem;
margin: 1em auto;
width: 4em;
}
.be-bulma-doc-hr-title {
margin-left: 0;
}
.be-bulma-doc-subtitle {
color: var(--bulma-text-weak);
}
/* img */
.image img {
width: auto;
}
/* carbon ads */
#carbonads {
position: static;
display: block;
max-width: 400px;
padding: 15px 15px 15px 160px;
margin: 2rem 0;
overflow: hidden;
font-size: .8125rem;
line-height: 1.4;
text-align: left;
background-color: var(--bs-tertiary-bg);
}
#carbonads a {
color: var(--bs-body-color);
text-decoration: none
}
@media (min-width: 576px) {
#carbonads {
border-radius: .5rem;
}
}
.carbon-img {
float: left;
margin-left: -145px
}
.carbon-poweredby {
display: block;
margin-top: .75rem;
color: var(--bs-body-color) !important
}