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.
1 parent c851e59 commit fff35daCopy full SHA for fff35da
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 {
@@ -30,3 +32,8 @@ $dark: #5c4e63;
30
32
background-image: $background-pantone !important;
31
33
border-radius: 8px;
34
35
+
36
+.btn:focus,
37
+.btn:active {
38
39
+}
0 commit comments