59 lines
1.3 KiB
SCSS
59 lines
1.3 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 : 10-Aug-2018, 12:30:57
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
.razvrscanje_preview {
|
||
|
border: 1px solid $grey_normal;
|
||
|
background-color: silver;
|
||
|
padding: 4px;
|
||
|
margin: 5px 0px;
|
||
|
width: 350px;
|
||
|
display: block;
|
||
|
}
|
||
|
.razvrscanje_preview_frame {
|
||
|
border: 1px dashed $grey_normal;
|
||
|
background-color: $grey_very_light;
|
||
|
padding: 4px;
|
||
|
margin: 5px 0px;
|
||
|
width: 350px;
|
||
|
height: 13px;
|
||
|
display: block;
|
||
|
text-indent: -20px;
|
||
|
}
|
||
|
.dragdrop_preview_frame {
|
||
|
border: 1px dashed $grey_normal;
|
||
|
background-color: $grey_very_light;
|
||
|
padding: 4px;
|
||
|
margin: 5px 0px;
|
||
|
width: 350px;
|
||
|
height: 90px;
|
||
|
display: block;
|
||
|
text-indent: -20px;
|
||
|
}
|
||
|
.dragdrop_preview_frame_grid {
|
||
|
font-size: 14px;
|
||
|
width: 150px !important;
|
||
|
height: 25px;
|
||
|
padding: 0 0 2px 0;
|
||
|
margin: 0px auto 10px auto;
|
||
|
border: 1px black dashed;
|
||
|
background-color: $grey_very_light;
|
||
|
text-indent: -20px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.dragdrop_preview_frame_grid_title {
|
||
|
height: 15px !important;
|
||
|
width: 150px !important;
|
||
|
padding: 2px 0 5 0;
|
||
|
margin: 0px auto 0px auto;
|
||
|
border-top: 1px black dashed !important;
|
||
|
border-left: 1px black dashed !important;
|
||
|
border-right: 1px black dashed !important;
|
||
|
text-align: center;
|
||
|
}
|