1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Some extra work on the styling of some components

This commit is contained in:
Giulio Cesare Solaroli
2015-02-06 17:26:27 +01:00
parent 6c021b5772
commit 967222eac8
4 changed files with 95 additions and 69 deletions

View File

@@ -83,6 +83,8 @@ div.cardList {
}
div.cardList.narrow {
@include overflow-scroll;
&.loadingCard {
li.selected {
// background-color: gray;

View File

@@ -38,6 +38,7 @@
margin: 0px 5px;
// width: $selectionPanelWidth - $iconColumnWidth - 10px;
width: $selectionPanelWidth - ($spacing * 2);
vertical-align: middle;
}
label {
@@ -47,6 +48,7 @@
// padding-right:5px;
margin-left: -$selectionPanelWidth + $spacing;
color: #666;
vertical-align: sub;
}
.searchClear {
@@ -117,18 +119,28 @@
}
.showArchivedCards {
padding: 10px;
font-size: 12pt;
span.count {
background-color: gray;
font-size: 10pt;
margin-left: 10px;
padding: 0px 4px;
@include border-radius(4px);
.label {
padding-left: 5px;
}
}
}
span.count {
background-color: gray;
font-size: 10pt;
margin-left: 10px;
padding: 0px 4px;
@include border-radius(4px);
color: white;
font-weight: 300;
vertical-align: middle;
}
//$selectionColor: yellow;
$selectionColor: $clipperz-orange;