Skip to content

Commit 59dc202

Browse files
authored
Merge pull request #124 from ioet/fixed-icons-customer-screen
closes #78
2 parents 87e7cee + 9f534a2 commit 59dc202

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/styles/themes/_orange-theme.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ $dark: #5c4e63;
1212
.badge-primary,
1313
.alert-primary {
1414
background-image: $background-pantone;
15+
border: none;
1516
}
1617

1718
.bg-secondary,
1819
.btn-secondary,
1920
.badge-secondary,
2021
.alert-secondary {
2122
background-image: linear-gradient(to right, #00cc6c, #00bcbd);
23+
border: none;
2224
}
2325

2426
.thead-orange {
@@ -27,6 +29,11 @@ $dark: #5c4e63;
2729
}
2830

2931
.custom-pagination ::ng-deep .ngx-pagination .current {
30-
background-image: $background-pantone !important;
32+
background-image: $background-pantone;
3133
border-radius: 8px;
3234
}
35+
36+
.btn:focus,
37+
.btn:active {
38+
border: none;
39+
}

0 commit comments

Comments
 (0)