2015-02-06 16:46:55 +01:00
|
|
|
$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
|
|
|
|
$fa-font-path: "/bower_components/font-awesome/fonts";
|
|
|
|
|
|
|
|
@import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
|
|
|
|
@import 'font-awesome/scss/font-awesome';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* App-wide Styles
|
|
|
|
*/
|
|
|
|
|
|
|
|
.browsehappy {
|
|
|
|
margin: 0.2em 0;
|
|
|
|
background: #ccc;
|
|
|
|
color: #000;
|
|
|
|
padding: 0.2em 0;
|
|
|
|
}
|
|
|
|
|
2015-02-10 02:19:47 +01:00
|
|
|
.indent {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
2015-02-09 02:42:31 +01:00
|
|
|
table.revisions th, table.revisions td{
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2015-02-10 02:19:47 +01:00
|
|
|
table.revisions td.content {
|
|
|
|
max-height: 30em;
|
|
|
|
}
|
2015-02-09 02:42:31 +01:00
|
|
|
table.revisions .state {
|
|
|
|
width: 7em;
|
|
|
|
}
|
|
|
|
|
2015-02-10 02:19:47 +01:00
|
|
|
form.controls {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.form-inline.controls > * {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
form.form-inline.controls > .form-group > label, {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
2015-02-06 16:46:55 +01:00
|
|
|
// Component styles are injected through grunt
|
|
|
|
// injector
|
|
|
|
@import 'account/login/login.scss';
|
|
|
|
@import 'admin/admin.scss';
|
2015-02-09 02:42:31 +01:00
|
|
|
@import 'document/document.scss';
|
|
|
|
@import 'document/revision-new/revision-new.scss';
|
2015-02-06 16:46:55 +01:00
|
|
|
@import 'wdiff/wdiff.scss';
|
|
|
|
@import 'modal/modal.scss';
|
|
|
|
// endinjector
|