server/bo_client/app/styles/app.scss
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 15:35:00 +0100
changeset 28 b0b56e0f8c7f
parent 20 a9b98b16b053
child 137 1baa7c6bd370
permissions -rw-r--r--
Add contributor edition - added viaf resolver - improve contributors list display - add update of document objects - propagate update to back office - update back office - add bo-client to back office - setup language initializer - add options mechanism - add language information in language list - add lexvo resolver service + api - add language and lexvo resolver to js app - correct env template - refresh bootstrap - download google font - add version information - update dev virtual machine to centos7 - add a readme + clean folders - add local .env file to start commands

$btn-font-weight: 300;
$font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;


@import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
@import 'bower_components/font-awesome/scss/font-awesome';

@import 'icons';

@import "pod-styles";

body, label, .checkbox label {
	font-weight: 300;
}

.doc-details-title {
	@extend .h3;
	margin-top: 0;
}

.content-main-title {
	@extend .h4;
}

.data-audio-title {
	@extend .h4;
}

.content-title {
	@extend .h5;
}

.bo-doc-edit-icons {
  cursor: pointer;
}

.bo-doc-no-edit-icons {
	cursor: not-allowed;
}

#doc-contributors-table-pane {
	display: none;
	margin-top: 20px;
}

.bo-doc-actions-col {
	@extend .text-center;
}

.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited {
	color: $text-color;
}

.bo-doc-ref-link:after {
	@extend .#{$fa-css-prefix}-external-link:before;
	font-family: FontAwesome;
	font-size: 0.5em;
	padding-left: 3px;
	vertical-align: top;
	display: inline-block;
}
.bo-doc-ref-link:hover:after, .bo-doc-ref-link:active:after, .bo-doc-ref-link:visited:after {
		text-decoration: none;
}

.doc-buttons {
	margin-top: 1em;
}