style.scss 1.84 KB
@font-face {
  font-family: asap_bold_italic;
  src: url(./fonts/Asap-BoldItalic.ttf);
}

@font-face {
  font-family: asap_bold;
  src: url(./fonts/Asap-Bold.ttf);
}

@font-face {
  font-family: asap_italic;
  src: url(./fonts/Asap-Italic.ttf);
}

@font-face {
  font-family: asap;
  src: url(./fonts/Asap-Regular.ttf);
}

@import 'utilities/variables';

@import 'nav';
@import 'header';
@import 'proposal_categories';
@import 'proposal_group';
@import 'proposal_detail';
@import 'login';
@import 'footer';
@import 'font-awesome/scss/font-awesome';

@import 'proposal_detail/proposal-detail-base';
@import 'proposal_detail/urgencia-e-emergencia';
@import 'proposal_detail/mais-medicos';

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: asap, sans;
}

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #03316f;
  font-size: 28px;
  padding: 20px 0;
  margin: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dcd7;
}

#proposal-result {
  width: 90%;
  margin: 0 auto;
}

#content {
  padding-bottom: 50px;
  /*background: transparent url(./images/header.png) center bottom no-repeat;*/
  p {
    font{
      weight: lighter;
      size: 14px;
    }
    text-align: justify;
    margin: 20px;
    line-height: 1.5em;
  }
}

.hide {
  display: none;
}

.mobile nav {
  position: absolute;
  bottom: 0;
}

form {
  label, input, div.label, textarea {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    padding: 5px;
  }

  input, textarea {
    color: #333;
    border: 1px solid #18376C;
  }

  textarea {
    margin-bottom: 10px;
  }

  a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 20px;
  }

  .actions, .oauth {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
}