polyglot/app/assets/stylesheets/layouts/_contacts.scss

18 lines
259 B
SCSS
Raw Normal View History

2018-08-28 12:48:32 +00:00
.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);
}
}