Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.99 KB | None | 0 0
  1. .tracking-items{
  2.   .modal-header{
  3.     padding-bottom: 40px;
  4.     p{
  5.       font-family: 'Roboto', sans-serif;
  6.       font-weight: 400;
  7.       font-size: 16px;
  8.       color: #617179;
  9.       margin: 0px;
  10.       margin-top: 40px;
  11.       line-height: 24px;
  12.     }
  13.   }
  14.   .modal-body{
  15.     padding: 0px;
  16.     .details{
  17.       display: inline-block;
  18.       p{
  19.         font-family: 'Roboto', sans-serif;
  20.         font-weight: 400;
  21.         font-size: 14px;
  22.         color: #617179;
  23.         span.value{
  24.           display: block;
  25.           font-weight: 700;
  26.           font-size: 16px;
  27.         }
  28.       }
  29.     }
  30.     .details.right{
  31.       float: right;
  32.     }
  33.     p{
  34.       font-family: 'Roboto', sans-serif;
  35.       font-weight: 700;
  36.       font-size: 16px;
  37.       color: #617179;
  38.       margin: 0px;
  39.       line-height: 19px;
  40.     }
  41.     h6{
  42.         font-family: 'Roboto', sans-serif !important;
  43.         font-weight: 700;
  44.         font-size: 14px;
  45.         color: #617179;
  46.         line-height: 19px;
  47.         -webkit-font-smoothing: antialiased;
  48.     }
  49.     .status-line{
  50.         margin: 0px;
  51.         .column{
  52.             position: relative;
  53.             height: 100px;
  54.             span{
  55.                 display: block;
  56.             }
  57.             span.line{
  58.                 position: absolute;
  59.                 top: 50%;
  60.                 left: 0;
  61.                 right: 0;
  62.                 height: 16px;
  63.                 margin-top: -8px;
  64.                 background-color: #143C96;
  65.             }
  66.             .point{
  67.                 position: absolute;
  68.                 top: 50%;
  69.                 left: 0;
  70.                 right: 0;
  71.                 text-align: center;
  72.                 margin-top: -16px;
  73.                 span.circle{
  74.                     display: inline-block;
  75.                     height: 32px;
  76.                     width:32px;
  77.                     border-radius: 32px;
  78.                     background-color: #143C96;
  79.                     span.icon{
  80.                         line-height: 32px;
  81.                         text-align: center;
  82.                         color: #fff;
  83.                     }
  84.                 }
  85.                 span.text{
  86.                   font-family: 'Roboto', sans-serif;
  87.                   font-weight: 700;
  88.                   font-size: 14px;
  89.                   color: #617179;
  90.                   line-height: 19px;
  91.                   margin-top: 10px;
  92.                   text-align: center;
  93.                 }
  94.             }
  95.         }
  96.         .column:first-child{
  97.             span.line{
  98.                 left: 25px;
  99.             }
  100.             .point{
  101.                 position: absolute;
  102.                 top: 50%;
  103.                 left: 0;
  104.                 right: auto;
  105.             }
  106.         }
  107.         .column:last-child{
  108.             span.line{
  109.                 right: 25px;
  110.             }
  111.             .point{
  112.                 position: absolute;
  113.                 top: 50%;
  114.                 right: 0;
  115.                 left: auto;
  116.             }
  117.         }
  118.     }
  119.     .status{
  120.         margin-bottom: 0px;
  121.         span{
  122.             display: inline-block;
  123.             vertical-align: middle;
  124.             line-height: 24px;
  125.         }
  126.         span.circle{
  127.             height: 14px;
  128.             width: 14px;
  129.             border-radius: 14px;
  130.             background-color: #EEE;
  131.             margin-right: 5px;
  132.         }
  133.         span.text{
  134.           font-family: 'Roboto', sans-serif;
  135.           font-weight: 700;
  136.           font-size: 14px;
  137.         }
  138.     }
  139.     .status.delivered{
  140.         span.circle{
  141.             background-color: #78C339;
  142.         }
  143.         span.text{
  144.             color: #78C339;
  145.         }
  146.     }
  147.     .status.in-transit{
  148.         span.circle{
  149.             background-color: #F4C400;
  150.         }
  151.         span.text{
  152.             color: #F4C400;
  153.         }
  154.     }
  155.     .status.awaiting{
  156.         span.circle{
  157.             background-color: #FF7E00;
  158.         }
  159.         span.text{
  160.             color: #FF7E00;
  161.         }
  162.     }
  163.     .status.cancelled{
  164.         span.circle{
  165.             background-color: #E95056;
  166.         }
  167.         span.text{
  168.             color: #E95056;
  169.         }
  170.     }
  171.     .timeline{
  172.         .report{
  173.             position: relative;
  174.             padding-bottom: 15px;
  175.             padding-left: 25px;
  176.             span.point{
  177.                 position: absolute;
  178.                 top: 8px;
  179.                 left: 0px;
  180.                 background-color: #E7E7E7;
  181.                 height: 8px;
  182.                 width: 8px;
  183.                 border-radius: 8px;
  184.                 display: block;
  185.             }
  186.             span.line{
  187.                 display: block;
  188.                 position: absolute;
  189.                 left: 3px;
  190.                 top: 0px;
  191.                 bottom: 0px;
  192.                 background-color: #E7E7E7;
  193.                 width: 2px;
  194.             }
  195.             span.date{
  196.                 font-family: 'Roboto', sans-serif !important;
  197.                 font-weight: 700;
  198.                 font-size: 14px;
  199.                 color: #626783;
  200.                 line-height: 24px;
  201.                 -webkit-font-smoothing: antialiased;
  202.             }
  203.             p{
  204.               font-family: 'Roboto', sans-serif;
  205.               font-weight: 400;
  206.               font-size: 16px;
  207.               color: #626783;
  208.               line-height: 21px;
  209.             }
  210.         }
  211.         .report.active{
  212.             span.point{
  213.                 background-color: #78C339;
  214.                 height: 12px;
  215.                 width: 12px;
  216.                 border-radius: 12px;
  217.                 left: -2px;
  218.                 top: 6px;
  219.             }
  220.         }
  221.         .report:first-child{
  222.             span.line{
  223.                 top: 10px;
  224.             }
  225.         }
  226.         .report:last-child{
  227.             span.hline{
  228.                 display: block;
  229.                 position: absolute;
  230.                 left: 0px;
  231.                 bottom: 0px;
  232.                 background-color: #E7E7E7;
  233.                 width: 8px;
  234.                 height: 2px;
  235.             }
  236.         }
  237.     }
  238.   }
  239. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement