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
|
||||
transition: all 1s
|
||||
|
||||
&.hasActiveCall
|
||||
transform: translateY($callHeight)
|
||||
//&.hasActiveCall
|
||||
// transform: translateY($callHeight)
|
||||
|
||||
#calls
|
||||
position: fixed
|
||||
@ -18,7 +18,7 @@ $callHeight = 80px
|
||||
width: 100%
|
||||
height: $callHeight
|
||||
z-index: 1000
|
||||
background: white
|
||||
background: #DDD
|
||||
|
||||
&:empty, &.ending
|
||||
transform: translateY(-($callHeight))
|
||||
|
@ -1081,12 +1081,6 @@ a.button:hover {
|
||||
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 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -1098,7 +1092,7 @@ a.button:hover {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
z-index: 1000;
|
||||
background: #fff;
|
||||
background: #ddd;
|
||||
}
|
||||
#calls:empty,
|
||||
#calls.ending {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1381892587123
|
||||
# 0.0.1 1381908496411
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user