cadastro-proposta.scss 661 Bytes
.envio-proposta {

  .titulo-envio-proposta{
    color: #2D7B66;
    font-size: 30px
  }

  .bloco-programa {
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 15px;
  }

  .texto-programa {
    font-weight: 600;
  }

  .linha-proposta {
    margin-bottom: 40px;
  }

  .texto-proposta {
    width: 100%;
    height: 200px;
    resize: none;
  }

  .popover .fade .right .in {
    top: 0px!important;
  }

  .popover-content {
    width: 300px;
  }

  .popover-title {
    display: none;
  }

  .link-popover {
    font-size: 15px;
    color: gray;
    padding: 0px 7px;
    border-style: none;
  }

}