Commit 7bbf4fc3 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

MAJ fiche projet en cours

parent 8bd6e1d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5666,6 +5666,9 @@ pre.alert-danger, pre.alert-info {
  }
}




$baseColor: #0088cc;
$offColor: desaturate($baseColor, 90%);
$onColor: saturate($baseColor, 25%);
+39 −1
Original line number Diff line number Diff line
@@ -1251,6 +1251,44 @@ a.usage {
  }
}

.synthesis.card {
  width: 100%;
  th{
    position: relative;
  }
  tbody {
    tr:nth-child(even){
      td, th {
        background-color: color.adjust($brand-primary, $lightness: +70%);
      }
    }
    tr:nth-child(odd){
      td, th {
        background-color: color.adjust($brand-primary, $lightness: +65%);
      }
    }
  }
  .total {
    th,td {
      background-color: color.adjust($brand-primary, $lightness: +50%) !important;
    }
    font-size: 1em;
    td {
      font-weight: 800;
    }
  }

  .label {
    font-size: .7em;
    background: $brand-info;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    padding: 0 .5em;
    top: -.5em;
    position: relative;
  }
}

.oscar-form-row {
  margin-bottom: 1em;
@@ -1342,7 +1380,7 @@ a.usage {

.oscar-tag {
  //text-shadow: 1px -1px 1px rgba(255,255,255,.3);
  background-color: color.adjust($brand-info, $lightness: +15%);;
  background-color: color.adjust($brand-info, $lightness: +15%);
  padding: 0 .5em;
  margin: 0 .3em;
  //white-space: nowrap;