1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

tools page list items stubbed out with some styling

This commit is contained in:
Kyle Spearrin
2016-09-17 01:23:32 -04:00
parent 58778628de
commit 3bd24a15fc
2 changed files with 50 additions and 10 deletions

View File

@@ -196,13 +196,22 @@
padding: 10px 10px;
background-color: white;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: @text-color;
position: relative;
z-index: 1;
&:not(.wrap) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.text, .detail {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
&:before {
content: "";
position: absolute;
@@ -224,21 +233,22 @@
background-color: @list-item-hover;
}
.leading-icon {
font-size: 35px;
float: left;
display: inline-block;
margin-right: 8px;
}
.text {
display: block;
color: @text-color;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.detail {
font-size: @font-size-small;
color: @gray-light;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
label, .item-label {