1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00
This commit is contained in:
Kyle Spearrin
2018-01-30 13:32:58 -05:00
parent 6316842a49
commit 654b4b42a0
4 changed files with 25 additions and 16 deletions

View File

@@ -212,6 +212,12 @@
padding-top: 5px;
padding-bottom: 5px;
}
&.no-hover .box-content-row, .box-content-row.no-hover {
&:hover, &:focus {
background-color: initial;
}
}
}
.box-footer {

View File

@@ -81,6 +81,10 @@
font-size: $font-size-large;
word-break: break-all;
font-family: $font-family-monospace;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
.modal-body & {