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

sync component

This commit is contained in:
Kyle Spearrin
2018-04-13 11:49:03 -04:00
parent 238dbd9244
commit 0505043e18
9 changed files with 106 additions and 5 deletions

View File

@@ -294,12 +294,15 @@ content {
}
}
.no-items {
.center-content, .no-items {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
flex-direction: column;
}
.no-items {
text-align: center;
.fa {

View File

@@ -1,6 +1,6 @@
@import "variables.scss";
small {
small, .small {
font-size: $font-size-small;
}

View File

@@ -0,0 +1,9 @@
@import "variables.scss";
app-sync {
content {
.btn {
margin-bottom: 10px;
}
}
}

View File

@@ -1,4 +1,4 @@
@import "../css/webfonts.css";
@import "../css/webfonts.css";
@import "variables.scss";
@import "base.scss";
@import "box.scss";
@@ -6,3 +6,4 @@
@import "misc.scss";
@import "plugins.scss";
@import "environment.scss";
@import "pages.scss";