/**
 * Copyright (c) 2016, Tidepool Project
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the associated License, which is identical to the BSD 2-Clause
 * License as published by the Open Source Initiative at opensource.org.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the License for more details.
 *
 * You should have received a copy of the License along with this program; if
 * not, you can obtain one from Tidepool Project at tidepool.org.
 */

.DailyCarbs {

  font-weight: bold;

  padding: 15px 0 15px 0;

  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;

  &.SectionHeader--nodata {
    padding-bottom: 0px;
    p {
      padding-top: 15px;
    }
  }

  .DailyCarbs-label {
    color: @headline-color;
    font-size: 15px;
  }

  .DailyCarbs-amount {
    color: @text;
    font-size: @huge-numbers;
    padding-right: 18px;
  }
}