-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.scss
More file actions
39 lines (33 loc) · 869 Bytes
/
styles.scss
File metadata and controls
39 lines (33 loc) · 869 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
/* You can add global styles to this file, and also import other style files */
@import "../node_modules/@syncfusion/ej2-material-theme/styles/customized/material.css";
@import '~@circlon/angular-tree-component/css/angular-tree-component.css';
@import 'app/custom-styles/tree.scss';
@import 'app/custom-styles/syncfusion/data-grid.scss';
@import '~bootstrap/scss/bootstrap';
@import '~ngx-toastr/toastr';
* {
font-size: small;
font-family: 'amazon';
}
@font-face {
font-family: amazon;
src: url(assets/fonts/AmazonEmber_Rg.ttf) format("opentype");
}
.disabled-link {
text-decoration: none;
color: black;
pointer-events: none;
}
.enabled-link {
cursor: pointer;
}
.form-header{
background-color: #D1E7DD;
}
.e-grid .e-summarycell {
padding-left: 0;
padding-right: 0;
}
.row-header {
background-color: #D1E7DD;
}