server/bo_client/app/styles/app.scss
changeset 28 b0b56e0f8c7f
parent 20 a9b98b16b053
child 137 1baa7c6bd370
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
       
     1 $btn-font-weight: 300;
       
     2 $font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
       
     3 
       
     4 
     1 @import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
     5 @import 'bower_components/bootstrap-sass/assets/stylesheets/_bootstrap';
     2 @import 'bower_components/font-awesome/scss/font-awesome';
     6 @import 'bower_components/font-awesome/scss/font-awesome';
     3 
     7 
     4 $btn-font-weight: 300;
     8 @import 'icons';
     5 $font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
     9 
       
    10 @import "pod-styles";
     6 
    11 
     7 body, label, .checkbox label {
    12 body, label, .checkbox label {
     8 	font-weight: 300;
    13 	font-weight: 300;
     9 }
    14 }
    10 
    15 
    11 .doc_details_title {
    16 .doc-details-title {
    12 	@extend .h3;
    17 	@extend .h3;
    13 	margin-top: 0;
    18 	margin-top: 0;
    14 }
    19 }
       
    20 
    15 .content-main-title {
    21 .content-main-title {
    16 	@extend .h4;
    22 	@extend .h4;
    17 }
    23 }
    18 
    24 
    19 .data-audio-title {
    25 .data-audio-title {
    26 
    32 
    27 .bo-doc-edit-icons {
    33 .bo-doc-edit-icons {
    28   cursor: pointer;
    34   cursor: pointer;
    29 }
    35 }
    30 
    36 
       
    37 .bo-doc-no-edit-icons {
       
    38 	cursor: not-allowed;
       
    39 }
       
    40 
    31 #doc-contributors-table-pane {
    41 #doc-contributors-table-pane {
    32 	display: none;
    42 	display: none;
    33 	margin-top: 20px;
    43 	margin-top: 20px;
    34 }
    44 }
       
    45 
       
    46 .bo-doc-actions-col {
       
    47 	@extend .text-center;
       
    48 }
       
    49 
       
    50 .bo-doc-ref-link, .bo-doc-ref-link:hover, .bo-doc-ref-link:active, .bo-doc-ref-link:visited {
       
    51 	color: $text-color;
       
    52 }
       
    53 
       
    54 .bo-doc-ref-link:after {
       
    55 	@extend .#{$fa-css-prefix}-external-link:before;
       
    56 	font-family: FontAwesome;
       
    57 	font-size: 0.5em;
       
    58 	padding-left: 3px;
       
    59 	vertical-align: top;
       
    60 	display: inline-block;
       
    61 }
       
    62 .bo-doc-ref-link:hover:after, .bo-doc-ref-link:active:after, .bo-doc-ref-link:visited:after {
       
    63 		text-decoration: none;
       
    64 }
       
    65 
       
    66 .doc-buttons {
       
    67 	margin-top: 1em;
       
    68 }