finished basic contacts page

This commit is contained in:
Beatrice Olivera
2018-08-28 17:18:58 +01:00
parent acc13310f6
commit e98199d013
11 changed files with 188 additions and 45 deletions

View File

@@ -1,17 +0,0 @@
.card {
display: flex;
justify-content: space-between;
background-color: $card-background;
.profile {
}
.call {
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
}
}