-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
88 lines (80 loc) · 2.16 KB
/
Copy pathindex.css
File metadata and controls
88 lines (80 loc) · 2.16 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
#-------------------------------------------------------------------------------
# Copyright (C) 2021-2022 Wellness TechGroup
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# onelifedesigning - initial API and implementation
#-------------------------------------------------------------------------------
#SmartCLIDE-Widget-Bar .btn,
#SmartCLIDE-Widget-App .btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
border-radius: 0rem;
background-color: #c8cacc;
}
#SmartCLIDE-Widget-Bar .btn.small,
#SmartCLIDE-Widget-App .btn.small {
padding: 0.275rem 0.45rem;
font-size: 0.8rem;
line-height: 1.2;
border-radius: 0rem;
}
#SmartCLIDE-Widget-Bar .btn:hover,
#SmartCLIDE-Widget-App .btn:hover {
background-color: #90a4ae;
cursor: pointer;
}
#SmartCLIDE-Widget-Bar .btn:disabled,
#SmartCLIDE-Widget-App .btn:disabled {
opacity: 0.5;
background-color: #a5abae;
color: #2e2f30;
cursor: not-allowed;
}
#SmartCLIDE-Widget-Bar .btn-primary,
#SmartCLIDE-Widget-App .btn-primary {
color: #fff;
background-color: #304ffe;
}
#SmartCLIDE-Widget-Bar .btn-primary:hover,
#SmartCLIDE-Widget-App .btn-primary:hover {
background-color: #1a237e;
}
#SmartCLIDE-Widget-Bar .btn-danger,
#SmartCLIDE-Widget-App .btn-danger {
color: #fff;
background-color: #ff3d00;
}
#SmartCLIDE-Widget-Bar .btn-danger:hover,
#SmartCLIDE-Widget-App .btn-danger:hover {
background-color: #dd2c00;
}
#SmartCLIDE-Widget-Bar .btn-warning,
#SmartCLIDE-Widget-App .btn-warning {
color: #fff;
background-color: #ff6d00;
}
#SmartCLIDE-Widget-Bar .btn-warning:hover,
#SmartCLIDE-Widget-App .btn-warning:hover {
background-color: #e65100;
}
#SmartCLIDE-Widget-Bar .btn-success,
#SmartCLIDE-Widget-App .btn-success {
color: #fff;
background-color: #33691e;
}
#SmartCLIDE-Widget-Bar .btn-success:hover,
#SmartCLIDE-Widget-App .btn-success:hover {
background-color: #1b5e20;
}