mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-20 16:07:45 +01:00
alignment fixes for firefox sidebar
This commit is contained in:
parent
efe0487dc8
commit
4d3033f17c
@ -20,6 +20,10 @@
|
|||||||
width: 270px;
|
width: 270px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-page {
|
.home-page {
|
||||||
@ -36,6 +40,7 @@
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
text-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.settings-icon {
|
a.settings-icon {
|
||||||
@ -68,6 +73,10 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.two-factor-key-page {
|
.two-factor-key-page {
|
||||||
@ -78,6 +87,10 @@
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-buttons {
|
.bottom-buttons {
|
||||||
|
@ -117,6 +117,10 @@
|
|||||||
background-color: @brand-warning !important;
|
background-color: @brand-warning !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sa-button-container {
|
||||||
|
text-align: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user