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

expand vault to new window

This commit is contained in:
Kyle Spearrin
2017-06-09 15:10:22 -04:00
parent c6356504bb
commit d6f1a55d30
3 changed files with 45 additions and 39 deletions

View File

@@ -75,55 +75,53 @@
}
}
.search {
text-align: left;
position: relative;
input {
background: darken(@brand-primary, 8%);
border: none;
color: white;
padding: 5px 10px 5px 30px;
border-radius: 5px;
width: 85%;
margin: 7px 0 0 7px;
.placeholder-color(lighten(@brand-primary, 35%));
&:focus {
border-radius: 5px;
outline: none;
background: darken(@brand-primary, 10%);
}
}
.fa-search {
position: absolute;
top: 15px;
left: 15px;
color: lighten(@brand-primary, 30%);
}
}
&.header-search {
.left, .right, .search {
display: table-cell;
position: relative;
}
input {
width: 100%;
margin: 0;
float: none;
}
.search {
padding: 0 7px;
width: 100%;
text-align: left;
position: relative;
.fa-search {
position: absolute;
top: 15px;
left: 15px;
color: lighten(@brand-primary, 30%);
}
input {
width: 100%;
margin: 0;
float: none;
background: darken(@brand-primary, 8%);
border: none;
color: white;
padding: 5px 10px 5px 30px;
border-radius: 5px;
.placeholder-color(lighten(@brand-primary, 35%));
&:focus {
border-radius: 5px;
outline: none;
background: darken(@brand-primary, 10%);
}
}
}
a {
white-space: nowrap;
float: none;
}
.fa-external-link {
vertical-align: 0;
margin: 0 -5px 0 5px;
}
}
}
@@ -264,7 +262,7 @@
right: 0;
bottom: 0;
height: 1px;
width: 97%;
width: ~"calc(100% - 10px)";
border-bottom: 1px solid @border-color;
}