mirror of
https://gitlab.com/nekoya/web.git
synced 2024-12-23 15:00:41 +01:00
Disable blue border on Register Verification Sent Page
This commit is contained in:
parent
30e257bd03
commit
cc9a401d62
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@
|
|||
width: 6vw;
|
||||
height: 6vw;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0 !important;
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue