|
@@ -235,3 +235,22 @@ page{
|
|
|
filter: grayscale(100%);
|
|
|
}
|
|
|
|
|
|
+.call{
|
|
|
+ position: fixed;
|
|
|
+ width: 50px!important;
|
|
|
+ height: 50px!important;
|
|
|
+ border-radius: 25px!important;
|
|
|
+ right: 0px!important;
|
|
|
+ bottom: 30px!important;
|
|
|
+ font-size: 10px!important;
|
|
|
+ background-color: #B01717!important;
|
|
|
+ color: #fff!important;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0px!important;
|
|
|
+ line-height: 50px!important;
|
|
|
+ z-index: 9999;
|
|
|
+}
|
|
|
+
|