Fix style and refactor
This commit is contained in:
parent
e640f67156
commit
b6fe9e72e1
3 changed files with 29 additions and 45 deletions
7
front/dist/resources/style/style.css
vendored
7
front/dist/resources/style/style.css
vendored
|
@ -72,8 +72,9 @@ body .message-info.warning{
|
|||
|
||||
#div-myCamVideo {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
right: 15px;
|
||||
bottom: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
video#myCamVideo{
|
||||
|
@ -419,7 +420,7 @@ body {
|
|||
max-height: 80%;
|
||||
top: -80%;
|
||||
left: 10%;
|
||||
background: #000000a6;
|
||||
background: #333333;
|
||||
z-index: 200;
|
||||
transition: all 0.1s ease-out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue