mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-21 14:29:01 +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;
|
width: 6vw;
|
||||||
height: 6vw;
|
height: 6vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
outline: 0 !important;
|
||||||
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue