mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[PM-2396] Remove Settings Cog Wheel (#5654)
* remove settings cog * remove comment
This commit is contained in:
@@ -1,16 +1,4 @@
|
|||||||
<div id="login-with-device-page">
|
<div id="login-with-device-page">
|
||||||
<div class="login-header">
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
appStopClick
|
|
||||||
(click)="settings()"
|
|
||||||
class="environment-urls-settings-icon"
|
|
||||||
attr.aria-label="{{ 'settings' | i18n }}"
|
|
||||||
>
|
|
||||||
<i class="bwi bwi-cog bwi-lg" aria-hidden="true"></i>
|
|
||||||
{{ "settings" | i18n }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div id="content" class="content">
|
<div id="content" class="content">
|
||||||
<img class="logo-image" alt="Bitwarden" />
|
<img class="logo-image" alt="Bitwarden" />
|
||||||
<p class="lead text-center">{{ "logInInitiated" | i18n }}</p>
|
<p class="lead text-center">{{ "logInInitiated" | i18n }}</p>
|
||||||
|
|||||||
@@ -222,6 +222,7 @@
|
|||||||
#login-with-device-page {
|
#login-with-device-page {
|
||||||
.content {
|
.content {
|
||||||
display: block;
|
display: block;
|
||||||
|
padding-top: 70px;
|
||||||
width: 350px !important;
|
width: 350px !important;
|
||||||
|
|
||||||
.fingerprint {
|
.fingerprint {
|
||||||
|
|||||||
Reference in New Issue
Block a user