80 lines
1.2 KiB
SCSS
80 lines
1.2 KiB
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 : 23-Aug-2018, 09:42:05
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.aapor_table {
|
|
border: 1px;
|
|
}
|
|
.input_aapor {
|
|
width: 60px;
|
|
margin-left: 5px;
|
|
}
|
|
.read_aapor {
|
|
width: 60px;
|
|
background-color: $grey_super_light;
|
|
margin-left: 40px;
|
|
}
|
|
.main_aapor {
|
|
width: 60px;
|
|
background-color: $grey_super_light;
|
|
}
|
|
.main_title_aapor {
|
|
margin-left: 5px;
|
|
margin-right: 30px;
|
|
}
|
|
.category_span {
|
|
margin-left: 20px;
|
|
}
|
|
.subcategory1_span {
|
|
margin-left: 40px;
|
|
}
|
|
.subcategory2_span {
|
|
margin-left: 60px;
|
|
}
|
|
#according {
|
|
max-width: 600px;
|
|
.ui-accordion-content {
|
|
max-height: 400px;
|
|
}
|
|
}
|
|
#totalSub {
|
|
margin-top: 40px;
|
|
td {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.totalSubTd {
|
|
float: right;
|
|
}
|
|
.totalSubSpan {
|
|
margin-left: 40px;
|
|
}
|
|
.totalSubDatabaseSpan {
|
|
margin-left: 40px;
|
|
}
|
|
.aaporButton {
|
|
float: right;
|
|
}
|
|
.aaporSpace {
|
|
height: 20px;
|
|
}
|
|
.show_calculation {
|
|
margin-left: 40px;
|
|
td {
|
|
height: 50px;
|
|
min-width: 100px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.aapor_e {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: $red_error;
|
|
}
|