1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

cipher listing with action button and pop comps

This commit is contained in:
Kyle Spearrin
2018-04-05 15:35:56 -04:00
parent fa4589c15f
commit 3a9a7d3e64
16 changed files with 409 additions and 16 deletions

View File

@@ -113,15 +113,16 @@ header {
text-align: center;
}
button, a {
app-pop-out > button, div > button, div > a {
background: $brand-primary;
border: none;
color: white;
padding: 0 10px;
text-decoration: none;
display: flex;
flex-direction: column;
flex-direction: row;
justify-content: center;
align-items: center;
&:hover, &:focus {
background-color: rgba(255, 255, 255, 0.1);
@@ -131,6 +132,14 @@ header {
&:focus {
text-decoration: underline;
}
i + span {
margin-left: 5px;
}
}
app-pop-out {
display: flex;
}
.title {