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:
@@ -12,5 +12,5 @@ $light-gray: #F4F4F4;
|
||||
$primary: #F55E4F;
|
||||
$secondary: #5ED17E;
|
||||
$background: #33333D;
|
||||
$card-backround: #464650;
|
||||
$card-background: #464650;
|
||||
$navbar-background: #1F1F29;
|
||||
|
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