mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-28 09:32:23 +03:00
Format files
This commit is contained in:
parent
b3e373bc0b
commit
b046b7af18
2 changed files with 146 additions and 148 deletions
|
@ -44,10 +44,6 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
|
||||||
margin-right: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
@ -83,6 +79,8 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
|
||||||
&:not([disabled]):not(.disabled):focus {
|
&:not([disabled]):not(.disabled):focus {
|
||||||
box-shadow: 0 0 0 .2rem rgba($gray-400, .5);
|
box-shadow: 0 0 0 .2rem rgba($gray-400, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="btn-outline-"] {
|
[class*="btn-outline-"] {
|
||||||
|
|
Loading…
Reference in a new issue