polyglot/app/assets/stylesheets/pages/_index.scss

20 lines
329 B
SCSS
Raw Normal View History

// Import page-specific CSS files here.
@import "home";
@import "contacts";
@import "settings";
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;
}
}