Skip to content

Commit

Permalink
css trickery
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Sep 4, 2024
1 parent 1e1f8e6 commit 2e612ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions web/src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -776,15 +776,31 @@ body {
font-weight: 600 !important;
}

.modal-pill .nav-pills .nav-item {
margin-left: 1px;
}

.modal-pill .nav-pills .nav-item:first-child {
margin-left: 0;
margin-right: 0;
}

.modal-pill .nav-pills .nav-item:last-child {
margin-right: -1.5px;
}

.modal-pill .nav-pills .nav-link {
color: #000000aa;
padding-left: 0;
padding-right: 0;
width: calc(100% - 1.5px);
}

.modal-pill .nav-pills .nav-link:hover {
color: black;
transition: all 180ms;
background-color: #ffffff80;
/* box-shadow: inset 0 0 0 1px #00000022;*/
}

.modal-pill .nav-tabs .nav-link.active {
Expand Down

0 comments on commit 2e612ed

Please sign in to comment.