Pipeline
This commit is contained in:
@ -8,8 +8,14 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
|
||||
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
|
||||
.btn:focus,
|
||||
.btn:active:focus,
|
||||
.btn-link.nav-link:focus,
|
||||
.form-control:focus,
|
||||
.form-check-input:focus {
|
||||
box-shadow:
|
||||
0 0 0 0.1rem white,
|
||||
0 0 0 0.25rem #258cfb;
|
||||
}
|
||||
|
||||
html {
|
||||
@ -19,4 +25,4 @@ html {
|
||||
|
||||
body {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user