1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

stubbed out settings list and various styling

This commit is contained in:
Kyle Spearrin
2016-09-19 23:04:32 -04:00
parent 1b8df50f27
commit 68337d6523
5 changed files with 69 additions and 10 deletions

View File

@@ -173,6 +173,7 @@
padding: 5px 10px;
color: @gray-light;
text-transform: uppercase;
font-size: (@font-size-base - 1);
label {
font-weight: normal;
@@ -287,7 +288,7 @@
.fa-chevron-right {
float: right;
margin-top: 3px;
color: @gray-light;
color: @list-icon-color;
}
&.condensed {
@@ -360,7 +361,7 @@
.generate-password-block {
margin: 20px;
font-size: 20px;
font-size: 19px;
text-align: center;
white-space: nowrap;
overflow: hidden;