mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-22 17:52:10 +00:00
changed pages/home to pages/call
This commit is contained in:
17
app/assets/stylesheets/layouts/_contacts.scss
Normal file
17
app/assets/stylesheets/layouts/_contacts.scss
Normal 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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user