26 lines
521 B
SCSS
26 lines
521 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 : 08-Aug-2018, 11:30:11
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#div_analiza_data {
|
|
display: block;
|
|
}
|
|
|
|
@import "other";
|
|
@import "charts";
|
|
@import "tables";
|
|
@import "crosstabs";
|
|
@import "means";
|
|
@import "zoom";
|
|
@import "ttest";
|
|
@import "break";
|
|
@import "reports";
|
|
@import "preview";
|
|
@import "right_options";
|
|
@import "multi_crosstabs"; |