26 lines
530 B
SCSS
26 lines
530 B
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 17-Aug-2018, 09:13:29
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.time_span_container {
|
|
position: relative;
|
|
height: 200px;
|
|
width: 95%;
|
|
margin-bottom: 50px;
|
|
border: 1px solid $grey_very_light;
|
|
}
|
|
.time_span_header {
|
|
clear: both;
|
|
}
|
|
.time_span {
|
|
background-color: $grey_normal;
|
|
width: 1px;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
} |