2018-08-27 14:37:06 +00:00
|
|
|
// Import page-specific CSS files here.
|
|
|
|
@import "home";
|
2018-09-01 16:36:46 +00:00
|
|
|
@import "contacts";
|
|
|
|
@import "settings";
|
2018-09-05 17:17:13 +00:00
|
|
|
@import "messages";
|
2018-09-03 17:32:03 +00:00
|
|
|
|
|
|
|
.accept-call-button {
|
|
|
|
border-style: none;
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
color: $brand-success;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-inline {
|
|
|
|
display: flex-inline;
|
|
|
|
justify-content: space-between;
|
|
|
|
.accept-call-button {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|