We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e7cee + 9f534a2 commit 59dc202Copy full SHA for 59dc202
src/styles/themes/_orange-theme.scss
@@ -12,13 +12,15 @@ $dark: #5c4e63;
12
.badge-primary,
13
.alert-primary {
14
background-image: $background-pantone;
15
+ border: none;
16
}
17
18
.bg-secondary,
19
.btn-secondary,
20
.badge-secondary,
21
.alert-secondary {
22
background-image: linear-gradient(to right, #00cc6c, #00bcbd);
23
24
25
26
.thead-orange {
@@ -27,6 +29,11 @@ $dark: #5c4e63;
27
29
28
30
31
.custom-pagination ::ng-deep .ngx-pagination .current {
- background-image: $background-pantone !important;
32
+ background-image: $background-pantone;
33
border-radius: 8px;
34
35
+
36
+.btn:focus,
37
+.btn:active {
38
39
+}
0 commit comments