mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 10:42:17 -05:00
temporary style fix for better testing
This commit is contained in:
parent
1cb062631e
commit
6a4aed3ef7
@ -7,8 +7,8 @@ $callHeight = 80px
|
|||||||
position: relative !important
|
position: relative !important
|
||||||
transition: all 1s
|
transition: all 1s
|
||||||
|
|
||||||
&.hasActiveCall
|
//&.hasActiveCall
|
||||||
transform: translateY($callHeight)
|
// transform: translateY($callHeight)
|
||||||
|
|
||||||
#calls
|
#calls
|
||||||
position: fixed
|
position: fixed
|
||||||
@ -18,7 +18,7 @@ $callHeight = 80px
|
|||||||
width: 100%
|
width: 100%
|
||||||
height: $callHeight
|
height: $callHeight
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
background: white
|
background: #DDD
|
||||||
|
|
||||||
&:empty, &.ending
|
&:empty, &.ending
|
||||||
transform: translateY(-($callHeight))
|
transform: translateY(-($callHeight))
|
||||||
|
@ -1081,12 +1081,6 @@ a.button:hover {
|
|||||||
transition: all 1s;
|
transition: all 1s;
|
||||||
-moz-transition: all 1s;
|
-moz-transition: all 1s;
|
||||||
}
|
}
|
||||||
#wrapper.hasActiveCall {
|
|
||||||
-webkit-transform: translateY(80px);
|
|
||||||
-moz-transform: translateY(80px);
|
|
||||||
-ms-transform: translateY(80px);
|
|
||||||
transform: translateY(80px);
|
|
||||||
}
|
|
||||||
#calls {
|
#calls {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -1098,7 +1092,7 @@ a.button:hover {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: #fff;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
#calls:empty,
|
#calls:empty,
|
||||||
#calls.ending {
|
#calls.ending {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1381892587123
|
# 0.0.1 1381908496411
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user