Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AMEST committed Jul 5, 2022
1 parent 5220f9a commit 92c398e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PeerMeeting.Host/ClientApp/src/views/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,18 @@ export default {
}
.Welcome .nav-link {
padding-right: 0.5em !important;
padding-left: unset;
}
.Welcome .nav-link.active {
border: unset !important;
}
.Welcome .nav-link:hover {
border-color: transparent !important;
}
.Welcome .nav-link:focus-visible {
transition: unset;
outline: unset;
}
.Welcome .nav-tabs{
border-bottom:unset!important;
padding-bottom: 1em;
Expand All @@ -131,4 +136,4 @@ export default {
display: inline;
padding-left: 1em;
}
</style>
</style>

0 comments on commit 92c398e

Please sign in to comment.