13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
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
@font-face {
    font-family: 'Pictos';
    src: url('pictos/pictos.eot');
    src: url('pictos/pictos.eot?#iefix') format('embedded-opentype'),
        url('pictos/pictos.woff') format('woff'),
        url('pictos/pictos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
#east-region-body {
    background-color: $border-layout-ct-background-color;
}
 
 
// fudge factors for pictos buttons because the glyphs are the wrong size:
.x-btn-default-small,
.x-btn-default-toolbar-small,
.x-btn-plain-toolbar-small,
.x-btn-plain-toolbar-small {
    .x-btn-glyph {
        font-size: 20px;
    }
}
 
.x-tab .x-tab-glyph,
.x-panel-header .x-panel-header-glyph,
.x-window-header .x-window-header-glyph,
.x-menu-item-glyph {
    font-size: 20px;
}
 
.x-btn-default-medium,
.x-btn-default-toolbar-medium,
.x-btn-plain-toolbar-medium {
    .x-btn-glyph {
        font-size: 32px;
    }
}
 
.x-btn-default-large,
.x-btn-default-toolbar-large,
.x-btn-plain-toolbar-large {
    .x-btn-glyph {
        font-size: 43px;
    }
}