Skip to content

Commit

Permalink
Minor ui improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Oct 27, 2018
1 parent 0b0f5e8 commit 7e2a987
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion app/system/assets/ui/flame.css
Original file line number Diff line number Diff line change
Expand Up @@ -17258,7 +17258,8 @@ readers do not read off random characters that represent icons */
}

.btn-action {
padding: 5px 10px;
border: 0;
padding: 4px 8px;
}

.btn-light, .swal-button--cancel {
Expand Down
27 changes: 14 additions & 13 deletions app/system/assets/ui/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
.btn-edit {
color: $primary;
background-color: transparent;
color: $primary;
background-color: transparent;
}
.btn-action {
padding: $btn-action-padding-y;
border: 0;
padding: $btn-action-padding;
}
.btn-light {
background-color: $light;
border-color: $gray-400;
&:hover {
border-color: $gray-400;
}
background-color: $light;
border-color: $gray-400;

&:hover {
border-color: $gray-400;
}
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
background-color: $gray-300;
border-color: $gray-400;
background-color: $gray-300;
border-color: $gray-400;
}
2 changes: 1 addition & 1 deletion app/system/assets/ui/scss/helpers/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $label-padding-x: .75rem;
//
$btn-border-radius: 2px;

$btn-action-padding-y: 5px 10px;
$btn-action-padding: 4px 8px;

// Tables
//
Expand Down

0 comments on commit 7e2a987

Please sign in to comment.