Format files

This commit is contained in:
Alex Tselegidis 2022-01-24 11:13:22 +01:00
parent b3e373bc0b
commit b046b7af18
2 changed files with 146 additions and 148 deletions

View file

@ -44,10 +44,6 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
}
}
.nav-item {
margin-right: 2rem;
}
// Buttons
.btn {
@ -83,6 +79,8 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
&:not([disabled]):not(.disabled):focus {
box-shadow: 0 0 0 .2rem rgba($gray-400, .5);
}
}
[class*="btn-outline-"] {