-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdsapitech.css
More file actions
70 lines (58 loc) · 2.03 KB
/
dsapitech.css
File metadata and controls
70 lines (58 loc) · 2.03 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
:root {
--background-action-high-blue-france: #1d3e87;
--background-action-high-blue-france-hover: #1a73e8;
--background-action-high-blue-france-active: #155ab6;
--text-action-high-blue-france: #082954;
--border-action-high-blue-france: #1d3e87;
--background-active-blue-france: #1a73e8;
--text-inverted-blue-france: #ffffff;
/*
--logo-footer-url: url("https://oneteamstore.com/image/cache/catalog/journal3/brands/brand-apitech-600x315w.png");
--logo-header-url: url("https://oneteamstore.com/image/cache/catalog/journal3/brands/brand-apitech-600x315w.png");
--logo-footer-width: 100px;
--logo-footer-height: 70px;
--logo-header-width: 120px;
--logo-header-height: 70px; */
}
:root[data-fr-theme=dark] {
--background-action-high-blue-france: #285fd5;
--background-action-high-blue-france-hover: #4688dd;
--background-action-high-blue-france-active: #0864dc;
--text-action-high-blue-france: #d7e2f0;
--border-action-high-blue-france: #285fd5;
--background-active-blue-france: #4688dd;
--text-inverted-blue-france: #ffffff;
}
.fr-tag {
background-color: var(--background-action-low-blue-france) !important;
color: var(--text-action-high-blue-france) !important;
}
/* .fr-footer__brand>a>.fr-logo::before {
content: "";
display: inline-block;
width: var(--logo-footer-width);
height: var(--logo-footer-height);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-image: var(--logo-footer-url);
margin: 0;
}
.fr-header__brand-top>.fr-header__logo>a>.fr-logo::before {
content: "";
display: inline-block;
width: var(--logo-header-width);
height: var(--logo-header-height);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: var(--logo-header-url);
margin: 0;
} */
.fr-btn {
border-radius: 50px 10px 50px 50px;
}
body {
font-family: 'Open Sans', sans-serif !important;
border: #082954 1px solid;
}