b49041db43
remove authentication, document management from front-end
55 lines
959 B
SCSS
55 lines
959 B
SCSS
$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
|
|
*/
|
|
|
|
.hero-unit {
|
|
margin: 20px;
|
|
}
|
|
|
|
.hero-unit h1 a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.browsehappy {
|
|
margin: 0.2em 0;
|
|
background: #ccc;
|
|
color: #000;
|
|
padding: 0.2em 0;
|
|
}
|
|
|
|
.indent {
|
|
margin-left: 2em;
|
|
}
|
|
table.revisions th, table.revisions td{
|
|
padding-right: 1em;
|
|
}
|
|
table.revisions td.content {
|
|
max-height: 30em;
|
|
}
|
|
table.revisions .state {
|
|
width: 7em;
|
|
}
|
|
|
|
form.controls {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
form.form-inline.controls > * {
|
|
margin-right: 1em;
|
|
}
|
|
form.form-inline.controls > .form-group > label, {
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
// Component styles are injected through grunt
|
|
// injector
|
|
@import 'compare/compare.scss';
|
|
@import 'modal/modal.scss';
|
|
// endinjector
|