Skip to content

Commit

Permalink
Update .btn-close styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Oct 16, 2024
1 parent 57853c9 commit 322a49a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/encoded/static/scss/encoded/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ $grid-breakpoints: (

$body-color: #212529;

$btn-close-bg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><line x1="4" y1="4" x2="20" y2="20" stroke="black" stroke-width="5" /><line x1="20" y1="4" x2="4" y2="20" stroke="black" stroke-width="5" /></svg>');

$border-radius: .25rem;
$border-radius-base: 3px;
$border-radius-lg: 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ $margin-util-sizes-mini: 1, 2, 3, 4, 5, 6, 7, 8; // * 1px
}
}

.btn-close {
&:focus {
box-shadow: none;
}
}

/**************************************
************ Form Inputs *************
Expand Down Expand Up @@ -308,6 +313,10 @@ $margin-util-sizes-mini: 1, 2, 3, 4, 5, 6, 7, 8; // * 1px
margin-top: 0;
margin-bottom: 0;
}

.btn-close {
font-size: 1.1rem;
}
}

.modal-content {
Expand Down

0 comments on commit 322a49a

Please sign in to comment.