38 lines
722 B
SCSS
38 lines
722 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 : 07-Aug-2018, 12:58:50
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.naslov.calculation {
|
|
padding-left: 15px;
|
|
}
|
|
#arrows_more_calculation {
|
|
position: absolute;
|
|
bottom: 40px;
|
|
padding: 5px 0;
|
|
margin-left: 43%;
|
|
width: 10%;
|
|
cursor: pointer;
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $grey_almost_white;
|
|
display: none;
|
|
text-align: center;
|
|
}
|
|
#bottom_space {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
#calculation_editing_calculations {
|
|
/*min-height: 40px;*/
|
|
padding: 0 0 10px 0;
|
|
|
|
span.calculations_display {
|
|
font-size: 20px;
|
|
}
|
|
} |