mirror of https://github.com/vector-im/riot-web
Use suggested box-shadow
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
2d17ba445a
commit
cf21658e30
|
@ -41,7 +41,7 @@ limitations under the License.
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
background-color: $voipcall-plinth-color;
|
background-color: $voipcall-plinth-color;
|
||||||
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.45);
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
.mx_CallView_voice {
|
.mx_CallView_voice {
|
||||||
|
|
Loading…
Reference in New Issue