server/bo_client/app/styles/app.scss
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 137 1baa7c6bd370
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d

$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';

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;
}

//bo-doc-contributor-nameurl-cell styles
$nameurl-gutter: 10px;

.bo-doc-contributor-nameurl-cell .row {
  margin-left: -($nameurl-gutter / 2);
  margin-right: -($nameurl-gutter / 2);
}
.bo-doc-contributor-nameurl-cell .nameurl-col {
  position: static;
  float: left;
  display: table-cell;
  min-height: 1px;
  padding: 0 (($nameurl-gutter / 2)-2 ) 0 (($nameurl-gutter / 2)-2);
}

.bo-doc-contributor-nameurl-cell .nameurl-col-name {
  @extend .nameurl-col;
  width: percentage(4.5 / 8);
}

.bo-doc-contributor-nameurl-cell .nameurl-col-url {
  @extend .nameurl-col;
  width: percentage(3.5 / 8);
}

.bo-doc-contributor-nameurl-cell .nameurl-col-autocomplete {
  @extend .nameurl-col;
  width: percentage(11/12);
}

.bo-doc-contributor-nameurl-cell .nameurl-col-icon {
  @extend .nameurl-col;
  width: percentage(1/12);
}

.bo-doc-contributor-nameurl-cell .nameurl-col-icon:focus {
  outline: 0;
}

//bo-doc-contributor-row styles
.bo-doc-edit-icons-save-dirty {
	color: red;
}

//bo-doc-subject-row styles
.bo-doc-subject-not-bnf {
  color: $gray-light;
}

.bo-doc-subject-not-bnf {
	.bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited {
		color: $gray-light;
	}
}


//bo-doc-subjects styles
#doc-subjects-table-pane {
	display: none;
	margin-top: 20px;
}