changed pages/home to pages/call

This commit is contained in:
Beatrice Olivera
2018-08-28 13:48:32 +01:00
parent d12fa2a46b
commit acc13310f6
8 changed files with 199 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
.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);
}
}