Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: #78 remove border in buttons
  • Loading branch information
daros10 committed Apr 14, 2020
commit fff35da74a0f4fc3fa218a74a5788048136cbb57
7 changes: 7 additions & 0 deletions src/styles/themes/_orange-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ $dark: #5c4e63;
.badge-primary,
.alert-primary {
background-image: $background-pantone;
border: none;
}

.bg-secondary,
.btn-secondary,
.badge-secondary,
.alert-secondary {
background-image: linear-gradient(to right, #00cc6c, #00bcbd);
border: none;
}

.thead-orange {
Expand All @@ -30,3 +32,8 @@ $dark: #5c4e63;
background-image: $background-pantone !important;
border-radius: 8px;
}

.btn:focus,
.btn:active {
border: none;
}