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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user