34 lines
624 B
SCSS
34 lines
624 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 : 20-Aug-2018, 11:15:47
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.fotoresults_div {
|
|
float: right;
|
|
}
|
|
.my_camera_div {
|
|
float: left;
|
|
}
|
|
.my_camera {
|
|
border: 1px solid;
|
|
}
|
|
.record_foto {
|
|
display: block;
|
|
float: right;
|
|
margin-top: -30px;
|
|
margin-right: -12px;
|
|
position: relative;
|
|
}
|
|
.upload_foto_result {
|
|
display: none;
|
|
height: 240px;
|
|
border: 1px solid;
|
|
padding-right: 0px !important;
|
|
margin-top: 10px !important;
|
|
margin-left: 20px;
|
|
} |