aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/main/referentials.sass
blob: 29380756017d89ac2fd64a91010053979ad349fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Place all the styles related to the referentials controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

// #workspace.referentials.index

#workspace.referentials.show
  .summary p label
    font-weight: bold

  .panel
    font-size: 12px
    width: 75%

    .panel-heading
      font-weight: bold

    li.list-group-item
      padding: 5px 15px

#sidebar div#clean_up
  form
    fieldset
      li
        margin-bottom: 0px

        &.date
          input
            width: 125px
            font-size: 12px
            height: 25px

          label
            width: 35%