alientronics/fleetany-web

View on GitHub
public/css/styles.css

Summary

Maintainability
Test Coverage
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.demo-layout .demo-header .mdl-textfield {
  padding: 0px;
  margin-top: 41px;
}
.demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder {
  bottom: 19px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.demo-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
  z-index: -1;
}
.demo-drawer .demo-navigation {
  z-index: -2;
}
/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  height: 151px;
}
.demo-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.demo-navigation {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
  background-color: #DDD;
  color: #37474F;
}
.demo-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  margin-right: 32px;
}

.demo-content {
  max-width: 1080px;
}

.demo-charts {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.demo-chart:nth-child(1) {
  color: #ACEC00;
}
.demo-chart:nth-child(2) {
  color: #00BBD6;
}
.demo-chart:nth-child(3) {
  color: #BA65C9;
}
.demo-chart:nth-child(4) {
  color: #EF3C79;
}
.demo-graphs {
  padding: 16px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder, :root .demo-graphs {
  min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
  max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
  color: #00b9d8;
}
.demo-graph:nth-child(2) {
  color: #d9006e;
}

.demo-cards {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.demo-cards .demo-separator {
  height: 32px;
}
.demo-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.demo-cards ul {
  padding: 0;
}
.demo-cards h3 {
  font-size: 1em;
}
.demo-updates .mdl-card__title {
  min-height: 200px;
  background-image: url('images/dog.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
}
.demo-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.demo-options h3 {
  margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
  margin: 0;
  list-style-type: none;
}
.demo-options li {
  margin: 4px 0;
}
.demo-options .material-icons {
  color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login-lettering {
  color: rgb(255,193,7);
  background-image: url("../images/fleetany-lettering.png");
  background-size: 290px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 25px;
  height: 70px;
}
#side-lettering {
  color: rgb(255,193,7);
  background-image: url("../images/fleetany-lettering.png");
  background-size: 210px;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 25px;
}
.mdl-textfield {
    width: 100%;
}
.mdl-layout__drawer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
}
.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);  
}
.mdl-layout__obfuscator-right {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.ob-active {
    background-color: rgba(0,0,0,.5);
    visibility: visible;
}
.demo-drawer.mdl-layout__drawer-right>.mdl-layout-title {
    line-height: 56px;
    text-align: left;
    padding-left: 16px;
}
.demo-drawer.mdl-layout__drawer-right>.mdl-layout-close {
    line-height: 56px;
    text-align: right;
    padding-right: 16px;
}
.mdl-search__input {
    margin-top: 20px; 
    margin-bottom: 20px;
}
.mdl-search__button {
    margin-left: 60px; 
    margin-right: 60px;
}
.mdl-search__div {
    margin-top: 0px !important;    
    margin-left: 30px; 
    margin-right: 30px;
}
.mdl-search__div-close {
    float:right; 
    margin-right: 25px; 
    margin-top: 5px;
    cursor: pointer;
}
.mdl-button--fab {
  margin-top: 30px; 
}
.mdl-add__button {
    margin-left: -20px;
    margin-right: 30px;
}
.demo-section {
  margin-left: 24px; 
  margin-right: 24px; 
}
.mdl-paging {
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;    
    width: 100%;    
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.mdl-paging > * {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}
.mdl-list + .mdl-paging {
    margin: 0;
}
.mdl-paging__per-page {
    position: relative;
}
.mdl-paging__per-page-label {
    margin-right: 40px;
}
.mdl-paging__per-page-value {
    position: absolute;
    right: 36px;
    top: 6px;
}
.mdl-paging__per-page + .mdl-paging__count {
    margin-left: 24px;
}
.mdl-paging .mdl-menu {
    min-width: 64px;
}
.mdl-paging__prev:last-child {
    margin-right: 44px;
}
.mdl-paging__count + .mdl-paging__prev {
    margin-left: 24px;
}
.mdl-paging__prev + .mdl-paging__next {
    margin-left: 12px;
}
.mdl-paging__count + .mdl-paging__next {
    margin-left: 68px;
}
.button-link {
  min-width: 30px;
  padding: 0px;
}
#app-link {
  margin-left: 15px;
}
#img-app-link {
  width: 140px;
}

/* static pages */

.page-ribbon {
  width: 100%;
  height: 40vh;
  flex-shrink: 0;
}

.page-main {
  margin-top: -35vh;
  flex-shrink: 0;
}

.page-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}

#map { 
  height: 100%; 
  max-height: 300px; 
}

.tires-fleet,
.tires-empty,
.tires-show,
.tires-filled,
.tires-selected {
    border-radius: 10px;    
}

#tire-position-add, 
.tire-position-detail-button {
    display: none;
}

.tires-selected-focus {
    border-radius: 10px;
    border-style: solid;
    border-width: 5px; 
    border-color:#38761d; 
}

.tires-front {
    text-align: center; 
       -ms-transform: rotate(90deg); 
       -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 320px;
    height: 80px;
    padding-top: 25px;
}

.tires-back {
    text-align: center; 
       -ms-transform: rotate(90deg); 
       -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 320px;
    height: 80px;
    padding-top: 50px;
}

#tire-storage-data {
    margin-left: 5px;    
}

#vehicle-detail-data,
#tire-detail-data,
#driver-detail-data,
#tire-position-detail-data, 
#tire-storage-detail-data {
    margin-top: 15px; 
    margin-left: 30px;
}

.tires-buttons-bottom {
    float: right; 
    margin-top: -25px;    
    margin-right: 15px;
}

.tires-buttons-top {
    float: right; 
    margin-top: -25px; 
    margin-right: 15px;    
    margin-bottom: 15px;    
}

.dialog-add-item-combobox {
    display:unset!important; 
    width: 97%;    
}

.dialog-add-item-button {
    top:7px; 
    position: relative;    
    cursor: pointer;
}

.vehicle-map-tire-number {
    margin-top: 30px; 
    font-size:45px; 
    color: #FFF;
}

.vehicle-map-tire-number-simple {
    margin-top: 30px; 
    margin-left: 12px; 
    font-size:50px; 
    color: #FFF;
}

.mdl-tooltip-blurry {
    will-change: opacity;
}